@charset "UTF-8";
/*
-- README --
Interdiction formelle d'ajouter du code scss ou css dans ce fichier !
Si vous créez d'autres fichiers scss, vous pouvez les appeler ici. Attention à l'ordre des fichiers : les fichiers appelés en dernier écraseront les précédents en cas de conflit.
*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #8d8d8d;
  --gray-dark: #343a40;
  --primary: #008274;
  --secondary: #a68d6e;
  --success: #3c8574;
  --info: #203967;
  --warning: #c78071;
  --danger: #b85f4d;
  --light: #f4f3f3;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #25374a;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  text-decoration-skip-ink: none;
}

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: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

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: #008274;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b85f4d;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8d8d8d;
  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;
}

select {
  word-wrap: normal;
}

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

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

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-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-weight: 500;
  line-height: 1.2;
}

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: 2px solid rgba(0, 0, 0, 0.1);
}

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

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: #8d8d8d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #8d8d8d;
}

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

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

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: 1260px) {
  .container {
    max-width: 1230px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1230px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .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: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

.table-bordered {
  border: 2px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 2px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dcd8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abeb7;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e6dfd6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d1c4b4;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8ddd8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9ac0b7;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c1c8d4;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8b98b0;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #efdbd7;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #e2bdb5;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebd2cd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #daaca2;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9f9f9;
}

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ebec;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.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 {
  color: #fff;
  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;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #03ffe4;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #8d8d8d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ebec;
  opacity: 1;
}

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 + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.2rem + 4px);
  padding: 0.1rem 0.7rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

textarea.form-control {
  height: auto;
}

.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 > .col,
.form-row > [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, .form-check-input:disabled ~ .form-check-label {
  color: #8d8d8d;
}

.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: #3c8574;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(60, 133, 116, 0.9);
  border-radius: 0.2rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3c8574;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c8574' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3c8574;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 116, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3c8574;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c8574' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3c8574;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 116, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3c8574;
}
.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: #3c8574;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3c8574;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #4ca893;
  background-color: #4ca893;
}
.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 0.2rem rgba(60, 133, 116, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3c8574;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3c8574;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3c8574;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 116, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(184, 95, 77, 0.9);
  border-radius: 0.2rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b85f4d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b85f4d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b85f4d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b85f4d;
  box-shadow: 0 0 0 0.2rem rgba(184, 95, 77, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b85f4d;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b85f4d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b85f4d' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b85f4d;
  box-shadow: 0 0 0 0.2rem rgba(184, 95, 77, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b85f4d;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b85f4d;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b85f4d;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c78071;
  background-color: #c78071;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(184, 95, 77, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b85f4d;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b85f4d;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b85f4d;
  box-shadow: 0 0 0 0.2rem rgba(184, 95, 77, 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,
.form-inline .custom-select {
    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;
    flex-shrink: 0;
    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: 500;
  color: #25374a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #25374a;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #008274;
  border-color: #008274;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
.btn-secondary {
  color: #fff;
  background-color: #a68d6e;
  border-color: #a68d6e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #008274;
  border-color: #008274;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #008274;
  border-color: #008274;
}
.btn-success {
  color: #fff;
  background-color: #3c8574;
  border-color: #3c8574;
}
.btn-success:hover {
  color: #fff;
  background-color: #306b5d;
  border-color: #2c6255;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #306b5d;
  border-color: #2c6255;
}
.btn-info {
  color: #fff;
  background-color: #203967;
  border-color: #203967;
}
.btn-info:hover {
  color: #fff;
  background-color: #17294a;
  border-color: #142340;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #17294a;
  border-color: #142340;
}
.btn-warning {
  color: #fff;
  background-color: #c78071;
  border-color: #c78071;
}
.btn-warning:hover {
  color: #fff;
  background-color: #bc6756;
  border-color: #b85f4d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #bc6756;
  border-color: #b85f4d;
}
.btn-danger {
  color: #fff;
  background-color: #b85f4d;
  border-color: #b85f4d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9f5040;
  border-color: #964b3c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #9f5040;
  border-color: #964b3c;
}
.btn-light {
  color: #25374a;
  background-color: #f4f3f3;
  border-color: #f4f3f3;
}
.btn-light:hover {
  color: #25374a;
  background-color: #e2dfdf;
  border-color: #dcd8d8;
}
.btn-light:focus, .btn-light.focus {
  color: #25374a;
  background-color: #e2dfdf;
  border-color: #dcd8d8;
}
.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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-outline-primary {
  position: relative;
  color: #008274;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-primary::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-primary:hover {
  color: #008274;
  border-color: #008274;
}
.btn-outline-primary:hover:after {
  border-width: 9px;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #008274;
  border-color: #008274;
}
.btn-outline-primary:focus:after, .btn-outline-primary.focus:after {
  border-width: 9px;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #008274;
  background-color: transparent;
}
.btn-outline-secondary {
  position: relative;
  color: #a68d6e;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-secondary::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a68d6e;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-secondary:hover {
  color: #008274;
  border-color: #a68d6e;
}
.btn-outline-secondary:hover:after {
  border-width: 9px;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #008274;
  border-color: #a68d6e;
}
.btn-outline-secondary:focus:after, .btn-outline-secondary.focus:after {
  border-width: 9px;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #a68d6e;
  background-color: transparent;
}
.btn-outline-success {
  position: relative;
  color: #3c8574;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-success::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3c8574;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-success:hover {
  color: #008274;
  border-color: #3c8574;
}
.btn-outline-success:hover:after {
  border-width: 9px;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #008274;
  border-color: #3c8574;
}
.btn-outline-success:focus:after, .btn-outline-success.focus:after {
  border-width: 9px;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3c8574;
  background-color: transparent;
}
.btn-outline-info {
  position: relative;
  color: #203967;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-info::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #203967;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-info:hover {
  color: #008274;
  border-color: #203967;
}
.btn-outline-info:hover:after {
  border-width: 9px;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #008274;
  border-color: #203967;
}
.btn-outline-info:focus:after, .btn-outline-info.focus:after {
  border-width: 9px;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #203967;
  background-color: transparent;
}
.btn-outline-warning {
  position: relative;
  color: #c78071;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-warning::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c78071;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-warning:hover {
  color: #008274;
  border-color: #c78071;
}
.btn-outline-warning:hover:after {
  border-width: 9px;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #008274;
  border-color: #c78071;
}
.btn-outline-warning:focus:after, .btn-outline-warning.focus:after {
  border-width: 9px;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #c78071;
  background-color: transparent;
}
.btn-outline-danger {
  position: relative;
  color: #b85f4d;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-danger::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-danger:hover {
  color: #008274;
  border-color: #b85f4d;
}
.btn-outline-danger:hover:after {
  border-width: 9px;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #008274;
  border-color: #b85f4d;
}
.btn-outline-danger:focus:after, .btn-outline-danger.focus:after {
  border-width: 9px;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b85f4d;
  background-color: transparent;
}
.btn-outline-light {
  position: relative;
  color: #f4f3f3;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-light::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f4f3f3;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-light:hover {
  color: #008274;
  border-color: #f4f3f3;
}
.btn-outline-light:hover:after {
  border-width: 9px;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #008274;
  border-color: #f4f3f3;
}
.btn-outline-light:focus:after, .btn-outline-light.focus:after {
  border-width: 9px;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f4f3f3;
  background-color: transparent;
}
.btn-outline-dark {
  position: relative;
  color: #343a40;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.btn-outline-dark::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #343a40;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-outline-dark:hover {
  color: #008274;
  border-color: #343a40;
}
.btn-outline-dark:hover:after {
  border-width: 9px;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #008274;
  border-color: #343a40;
}
.btn-outline-dark:focus:after, .btn-outline-dark.focus:after {
  border-width: 9px;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-link {
  font-weight: 500;
  color: #008274;
  text-decoration: none;
}
.btn-link:hover {
  color: #b85f4d;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #8d8d8d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.1rem 0.7rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

.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: #25374a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
}

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

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

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

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  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: #f4f3f3;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #008274;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8d8d8d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .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, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .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 > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  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:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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: -2px;
}

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

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

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

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.1rem 0.7rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .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;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #008274;
  background-color: #008274;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #03ffe4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #36ffe9;
  border-color: #36ffe9;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #8d8d8d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ebec;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #008274;
  background-color: #008274;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 130, 116, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 130, 116, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 130, 116, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 130, 116, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 2px solid #ced4da;
  border-radius: 2rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #03ffe4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 116, 0.25);
}
.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: #8d8d8d;
  background-color: #e9ebec;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.2rem + 4px);
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.7rem;
  font-size: 1rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #03ffe4;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ebec;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

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

.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: #8d8d8d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ebec #e9ebec #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #8d8d8d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 2rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008274;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  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: 2px solid transparent;
  border-radius: 2rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1259.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1260px) {
  .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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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 .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.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 > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 2rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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: 2px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(2rem - 2px) calc(2rem - 2px) 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: 2px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(2rem - 2px) calc(2rem - 2px);
}

.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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ebec;
  border-radius: 2rem;
}

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

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #008274;
  border-color: #008274;
}
.page-item.disabled .page-link {
  color: #8d8d8d;
  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: 2rem;
  border-bottom-left-radius: 2rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #008274;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #004f46;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 116, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #a68d6e;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #8b7356;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 141, 110, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3c8574;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2c6255;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 116, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #203967;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #142340;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 57, 103, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #c78071;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #b85f4d;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 128, 113, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b85f4d;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #964b3c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 95, 77, 0.5);
}

.badge-light {
  color: #25374a;
  background-color: #f4f3f3;
}
a.badge-light:hover, a.badge-light:focus {
  color: #25374a;
  background-color: #dcd8d8;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 243, 243, 0.5);
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #00443c;
  background-color: #cce6e3;
  border-color: #b8dcd8;
}
.alert-primary hr {
  border-top-color: #a7d4cf;
}
.alert-primary .alert-link {
  color: #00110f;
}

.alert-secondary {
  color: #564939;
  background-color: #ede8e2;
  border-color: #e6dfd6;
}
.alert-secondary hr {
  border-top-color: #dcd3c6;
}
.alert-secondary .alert-link {
  color: #372f25;
}

.alert-success {
  color: #1f453c;
  background-color: #d8e7e3;
  border-color: #c8ddd8;
}
.alert-success hr {
  border-top-color: #b8d3cd;
}
.alert-success .alert-link {
  color: #0f221d;
}

.alert-info {
  color: #111e36;
  background-color: #d2d7e1;
  border-color: #c1c8d4;
}
.alert-info hr {
  border-top-color: #b2bbca;
}
.alert-info .alert-link {
  color: #05080f;
}

.alert-warning {
  color: #67433b;
  background-color: #f4e6e3;
  border-color: #efdbd7;
}
.alert-warning hr {
  border-top-color: #e8cbc5;
}
.alert-warning .alert-link {
  color: #472e28;
}

.alert-danger {
  color: #603128;
  background-color: #f1dfdb;
  border-color: #ebd2cd;
}
.alert-danger hr {
  border-top-color: #e4c2bb;
}
.alert-danger .alert-link {
  color: #3c1f19;
}

.alert-light {
  color: #7f7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #656565;
}

.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: #e9ebec;
  border-radius: 2rem;
}

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

.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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.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 {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f4f3f3;
}
.list-group-item-action:active {
  color: #25374a;
  background-color: #e9ebec;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #8d8d8d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008274;
  border-color: #008274;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1260px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #00443c;
  background-color: #b8dcd8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00443c;
  background-color: #a7d4cf;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00443c;
  border-color: #00443c;
}

.list-group-item-secondary {
  color: #564939;
  background-color: #e6dfd6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #564939;
  background-color: #dcd3c6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #564939;
  border-color: #564939;
}

.list-group-item-success {
  color: #1f453c;
  background-color: #c8ddd8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1f453c;
  background-color: #b8d3cd;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1f453c;
  border-color: #1f453c;
}

.list-group-item-info {
  color: #111e36;
  background-color: #c1c8d4;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #111e36;
  background-color: #b2bbca;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #111e36;
  border-color: #111e36;
}

.list-group-item-warning {
  color: #67433b;
  background-color: #efdbd7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #67433b;
  background-color: #e8cbc5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #67433b;
  border-color: #67433b;
}

.list-group-item-danger {
  color: #603128;
  background-color: #ebd2cd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #603128;
  background-color: #e4c2bb;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #603128;
  border-color: #603128;
}

.list-group-item-light {
  color: #7f7e7e;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7e7e;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7e7e;
  border-color: #7f7e7e;
}

.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 {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

.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, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 2px solid #dee2e6;
  border-top-left-radius: calc(2rem - 2px);
  border-top-right-radius: calc(2rem - 2px);
}
.modal-header .close {
  padding: 1rem 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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 2px solid #dee2e6;
  border-bottom-right-radius: calc(2rem - 2px);
  border-bottom-left-radius: calc(2rem - 2px);
}
.modal-footer > * {
  margin: 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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  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: #004f46;
}

.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: #004f46;
}

.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: #004f46;
}

.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: #004f46;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #004f46;
  border-radius: 0.2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 2rem;
}
.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 - 2px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 0.5rem 0;
  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 - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 2rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  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 - 2px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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: 2px 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 - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 2rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: calc(2rem - 2px);
  border-top-right-radius: calc(2rem - 2px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

.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: #008274 !important;
}

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

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

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

.bg-success {
  background-color: #3c8574 !important;
}

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

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

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dcd8d8 !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: 2px solid #dee2e6 !important;
}

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

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

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

.border-left {
  border-left: 2px 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: #008274 !important;
}

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

.border-success {
  border-color: #3c8574 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-pill {
  border-radius: 50rem !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: 1260px) {
  .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;
}

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

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

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

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

.flex-shrink-1 {
  flex-shrink: 1 !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;
  }

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

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

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

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

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }

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

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

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

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

  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }

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

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

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

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

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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: 1260px) {
  .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;
  }

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

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

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

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

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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: 1260px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-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: 1260px) {
  .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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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: 1260px) {
  .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: normal !important;
}

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #3c8574 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #25374a !important;
}

.text-muted {
  color: #8d8d8d !important;
}

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

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

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

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

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

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

.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: 2px solid #adb5bd;
    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 {
    border: 2px solid #000;
  }

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
-- README --
Pour les @font-face.
Utiliser transfonter (https://transfonter.org) pour générer les @font-face.
*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Medium") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz-Grotesk";
  src: url("../fonts/AkzidenzGroteskBE-MdCn.eot");
  src: url("../fonts/AkzidenzGroteskBE-MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBE-MdCn.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBE-MdCn.woff") format("woff"), url("../fonts/AkzidenzGroteskBE-MdCn.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*
-- README --
Ce fichier reprend les exemples d'animations de animations.html.
Vous pouvez :
- y ajouter des keyframes
- y ajouter d'autres classes génériques d'animations
Vous ne devez pas :
- y faire des animations n'impactant qu'un ou deux éléments très spécifiques.
*/
.btn.fadeline-in-primary, .btn.flip-in-primary, .btn.arrondi-in-primary {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-primary {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #008274;
  transition: all 0.3s;
}
.btn.fadeline-in-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #008274;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-primary:hover {
    color: #008274;
  }
  .btn.fadeline-in-primary:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-primary:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-primary {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-primary:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-primary:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-primary:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #008274;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-primary span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-primary {
  border-radius: 30px;
  border: 2px solid #008274;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-primary:hover {
    color: #008274;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-primary, .btn.flip-out-primary, .btn.arrondi-out-primary {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-primary {
  background: transparent;
  border: none;
  color: #008274;
}
.btn.fadeline-out-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #008274;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #008274;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-primary:hover {
    color: white;
  }
  .btn.fadeline-out-primary:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-primary:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-primary {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-primary:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-primary:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-primary:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #008274;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-primary span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-primary {
  border-radius: 0;
  border: 2px solid #008274;
  background: white;
  color: #008274;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-primary:hover {
    color: white;
    background: #008274;
    border-radius: 30px;
  }
}
.btn.slide-ltr-primary, .btn.rect-ltr-primary, .btn.goback-ltr-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-primary::before, .btn.rect-ltr-primary::before, .btn.goback-ltr-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-primary:focus, .btn.slide-ltr-primary:active, .btn.rect-ltr-primary:focus, .btn.rect-ltr-primary:active, .btn.goback-ltr-primary:focus, .btn.goback-ltr-primary:active {
  color: #008274;
  background-color: #ffffff;
  border-color: #008274;
}
.btn.slide-ltr-primary:focus .fa-circle-notch, .btn.slide-ltr-primary:active .fa-circle-notch, .btn.rect-ltr-primary:focus .fa-circle-notch, .btn.rect-ltr-primary:active .fa-circle-notch, .btn.goback-ltr-primary:focus .fa-circle-notch, .btn.goback-ltr-primary:active .fa-circle-notch {
  color: #008274;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-primary:hover, .btn.rect-ltr-primary:hover, .btn.goback-ltr-primary:hover {
    color: #008274;
  }
}
.btn.slide-ltr-primary:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-primary:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-primary:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-primary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-primary:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-primary:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-primary, .btn.rect-rtl-primary, .btn.goback-rtl-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-primary::before, .btn.rect-rtl-primary::before, .btn.goback-rtl-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-primary:focus, .btn.slide-rtl-primary:active, .btn.rect-rtl-primary:focus, .btn.rect-rtl-primary:active, .btn.goback-rtl-primary:focus, .btn.goback-rtl-primary:active {
  color: #008274;
  background-color: #ffffff;
  border-color: #008274;
}
.btn.slide-rtl-primary:focus .fa-circle-notch, .btn.slide-rtl-primary:active .fa-circle-notch, .btn.rect-rtl-primary:focus .fa-circle-notch, .btn.rect-rtl-primary:active .fa-circle-notch, .btn.goback-rtl-primary:focus .fa-circle-notch, .btn.goback-rtl-primary:active .fa-circle-notch {
  color: #008274;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-primary:hover, .btn.rect-rtl-primary:hover, .btn.goback-rtl-primary:hover {
    color: #008274;
  }
}
.btn.slide-rtl-primary:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-primary:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-primary:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-primary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-primary:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-primary:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-primary, .btn.rect-btt-primary, .btn.goback-btt-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-primary::before, .btn.rect-btt-primary::before, .btn.goback-btt-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-primary:focus, .btn.slide-btt-primary:active, .btn.rect-btt-primary:focus, .btn.rect-btt-primary:active, .btn.goback-btt-primary:focus, .btn.goback-btt-primary:active {
  color: #008274;
  background-color: #ffffff;
  border-color: #008274;
}
.btn.slide-btt-primary:focus .fa-circle-notch, .btn.slide-btt-primary:active .fa-circle-notch, .btn.rect-btt-primary:focus .fa-circle-notch, .btn.rect-btt-primary:active .fa-circle-notch, .btn.goback-btt-primary:focus .fa-circle-notch, .btn.goback-btt-primary:active .fa-circle-notch {
  color: #008274;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-primary:hover, .btn.rect-btt-primary:hover, .btn.goback-btt-primary:hover {
    color: #008274;
  }
}
.btn.slide-btt-primary:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-primary:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-primary:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-primary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-primary:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-primary:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-primary, .btn.rect-ttb-primary, .btn.goback-ttb-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-primary::before, .btn.rect-ttb-primary::before, .btn.goback-ttb-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-primary:focus, .btn.slide-ttb-primary:active, .btn.rect-ttb-primary:focus, .btn.rect-ttb-primary:active, .btn.goback-ttb-primary:focus, .btn.goback-ttb-primary:active {
  color: #008274;
  background-color: #ffffff;
  border-color: #008274;
}
.btn.slide-ttb-primary:focus .fa-circle-notch, .btn.slide-ttb-primary:active .fa-circle-notch, .btn.rect-ttb-primary:focus .fa-circle-notch, .btn.rect-ttb-primary:active .fa-circle-notch, .btn.goback-ttb-primary:focus .fa-circle-notch, .btn.goback-ttb-primary:active .fa-circle-notch {
  color: #008274;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-primary:hover, .btn.rect-ttb-primary:hover, .btn.goback-ttb-primary:hover {
    color: #008274;
  }
}
.btn.slide-ttb-primary:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-primary:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-primary:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-primary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-primary:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-primary:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-secondary, .btn.flip-in-secondary, .btn.arrondi-in-secondary {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-secondary {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #a68d6e;
  transition: all 0.3s;
}
.btn.fadeline-in-secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #a68d6e;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-secondary:hover {
    color: #a68d6e;
  }
  .btn.fadeline-in-secondary:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-secondary:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-secondary {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-secondary:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-secondary:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-secondary:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #a68d6e;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-secondary span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-secondary {
  border-radius: 30px;
  border: 2px solid #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-secondary:hover {
    color: #a68d6e;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-secondary, .btn.flip-out-secondary, .btn.arrondi-out-secondary {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-secondary {
  background: transparent;
  border: none;
  color: #a68d6e;
}
.btn.fadeline-out-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #a68d6e;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-secondary:hover {
    color: white;
  }
  .btn.fadeline-out-secondary:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-secondary:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-secondary {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-secondary:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-secondary:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-secondary:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #a68d6e;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-secondary span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-secondary {
  border-radius: 0;
  border: 2px solid #a68d6e;
  background: white;
  color: #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-secondary:hover {
    color: white;
    background: #a68d6e;
    border-radius: 30px;
  }
}
.btn.slide-ltr-secondary, .btn.rect-ltr-secondary, .btn.goback-ltr-secondary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-secondary::before, .btn.rect-ltr-secondary::before, .btn.goback-ltr-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-secondary:focus, .btn.slide-ltr-secondary:active, .btn.rect-ltr-secondary:focus, .btn.rect-ltr-secondary:active, .btn.goback-ltr-secondary:focus, .btn.goback-ltr-secondary:active {
  color: #a68d6e;
  background-color: #ffffff;
  border-color: #a68d6e;
}
.btn.slide-ltr-secondary:focus .fa-circle-notch, .btn.slide-ltr-secondary:active .fa-circle-notch, .btn.rect-ltr-secondary:focus .fa-circle-notch, .btn.rect-ltr-secondary:active .fa-circle-notch, .btn.goback-ltr-secondary:focus .fa-circle-notch, .btn.goback-ltr-secondary:active .fa-circle-notch {
  color: #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-secondary:hover, .btn.rect-ltr-secondary:hover, .btn.goback-ltr-secondary:hover {
    color: #a68d6e;
  }
}
.btn.slide-ltr-secondary:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-secondary:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-secondary:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-secondary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-secondary:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-secondary:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-secondary, .btn.rect-rtl-secondary, .btn.goback-rtl-secondary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-secondary::before, .btn.rect-rtl-secondary::before, .btn.goback-rtl-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-secondary:focus, .btn.slide-rtl-secondary:active, .btn.rect-rtl-secondary:focus, .btn.rect-rtl-secondary:active, .btn.goback-rtl-secondary:focus, .btn.goback-rtl-secondary:active {
  color: #a68d6e;
  background-color: #ffffff;
  border-color: #a68d6e;
}
.btn.slide-rtl-secondary:focus .fa-circle-notch, .btn.slide-rtl-secondary:active .fa-circle-notch, .btn.rect-rtl-secondary:focus .fa-circle-notch, .btn.rect-rtl-secondary:active .fa-circle-notch, .btn.goback-rtl-secondary:focus .fa-circle-notch, .btn.goback-rtl-secondary:active .fa-circle-notch {
  color: #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-secondary:hover, .btn.rect-rtl-secondary:hover, .btn.goback-rtl-secondary:hover {
    color: #a68d6e;
  }
}
.btn.slide-rtl-secondary:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-secondary:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-secondary:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-secondary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-secondary:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-secondary:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-secondary, .btn.rect-btt-secondary, .btn.goback-btt-secondary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-secondary::before, .btn.rect-btt-secondary::before, .btn.goback-btt-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-secondary:focus, .btn.slide-btt-secondary:active, .btn.rect-btt-secondary:focus, .btn.rect-btt-secondary:active, .btn.goback-btt-secondary:focus, .btn.goback-btt-secondary:active {
  color: #a68d6e;
  background-color: #ffffff;
  border-color: #a68d6e;
}
.btn.slide-btt-secondary:focus .fa-circle-notch, .btn.slide-btt-secondary:active .fa-circle-notch, .btn.rect-btt-secondary:focus .fa-circle-notch, .btn.rect-btt-secondary:active .fa-circle-notch, .btn.goback-btt-secondary:focus .fa-circle-notch, .btn.goback-btt-secondary:active .fa-circle-notch {
  color: #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-secondary:hover, .btn.rect-btt-secondary:hover, .btn.goback-btt-secondary:hover {
    color: #a68d6e;
  }
}
.btn.slide-btt-secondary:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-secondary:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-secondary:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-secondary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-secondary:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-secondary:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-secondary, .btn.rect-ttb-secondary, .btn.goback-ttb-secondary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-secondary::before, .btn.rect-ttb-secondary::before, .btn.goback-ttb-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-secondary:focus, .btn.slide-ttb-secondary:active, .btn.rect-ttb-secondary:focus, .btn.rect-ttb-secondary:active, .btn.goback-ttb-secondary:focus, .btn.goback-ttb-secondary:active {
  color: #a68d6e;
  background-color: #ffffff;
  border-color: #a68d6e;
}
.btn.slide-ttb-secondary:focus .fa-circle-notch, .btn.slide-ttb-secondary:active .fa-circle-notch, .btn.rect-ttb-secondary:focus .fa-circle-notch, .btn.rect-ttb-secondary:active .fa-circle-notch, .btn.goback-ttb-secondary:focus .fa-circle-notch, .btn.goback-ttb-secondary:active .fa-circle-notch {
  color: #a68d6e;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-secondary:hover, .btn.rect-ttb-secondary:hover, .btn.goback-ttb-secondary:hover {
    color: #a68d6e;
  }
}
.btn.slide-ttb-secondary:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-secondary:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-secondary:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-secondary:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-secondary:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-secondary:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-success, .btn.flip-in-success, .btn.arrondi-in-success {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-success {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #3c8574;
  transition: all 0.3s;
}
.btn.fadeline-in-success:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #3c8574;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-success:hover {
    color: #3c8574;
  }
  .btn.fadeline-in-success:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-success:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-success {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-success:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-success:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-success:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #3c8574;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-success span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-success {
  border-radius: 30px;
  border: 2px solid #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-success:hover {
    color: #3c8574;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-success, .btn.flip-out-success, .btn.arrondi-out-success {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-success {
  background: transparent;
  border: none;
  color: #3c8574;
}
.btn.fadeline-out-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #3c8574;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-success:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-success:hover {
    color: white;
  }
  .btn.fadeline-out-success:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-success:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-success {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-success:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-success:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-success:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #3c8574;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-success span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-success {
  border-radius: 0;
  border: 2px solid #3c8574;
  background: white;
  color: #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-success:hover {
    color: white;
    background: #3c8574;
    border-radius: 30px;
  }
}
.btn.slide-ltr-success, .btn.rect-ltr-success, .btn.goback-ltr-success {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-success::before, .btn.rect-ltr-success::before, .btn.goback-ltr-success::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-success:focus, .btn.slide-ltr-success:active, .btn.rect-ltr-success:focus, .btn.rect-ltr-success:active, .btn.goback-ltr-success:focus, .btn.goback-ltr-success:active {
  color: #3c8574;
  background-color: #ffffff;
  border-color: #3c8574;
}
.btn.slide-ltr-success:focus .fa-circle-notch, .btn.slide-ltr-success:active .fa-circle-notch, .btn.rect-ltr-success:focus .fa-circle-notch, .btn.rect-ltr-success:active .fa-circle-notch, .btn.goback-ltr-success:focus .fa-circle-notch, .btn.goback-ltr-success:active .fa-circle-notch {
  color: #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-success:hover, .btn.rect-ltr-success:hover, .btn.goback-ltr-success:hover {
    color: #3c8574;
  }
}
.btn.slide-ltr-success:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-success:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-success:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-success:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-success:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-success:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-success, .btn.rect-rtl-success, .btn.goback-rtl-success {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-success::before, .btn.rect-rtl-success::before, .btn.goback-rtl-success::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-success:focus, .btn.slide-rtl-success:active, .btn.rect-rtl-success:focus, .btn.rect-rtl-success:active, .btn.goback-rtl-success:focus, .btn.goback-rtl-success:active {
  color: #3c8574;
  background-color: #ffffff;
  border-color: #3c8574;
}
.btn.slide-rtl-success:focus .fa-circle-notch, .btn.slide-rtl-success:active .fa-circle-notch, .btn.rect-rtl-success:focus .fa-circle-notch, .btn.rect-rtl-success:active .fa-circle-notch, .btn.goback-rtl-success:focus .fa-circle-notch, .btn.goback-rtl-success:active .fa-circle-notch {
  color: #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-success:hover, .btn.rect-rtl-success:hover, .btn.goback-rtl-success:hover {
    color: #3c8574;
  }
}
.btn.slide-rtl-success:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-success:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-success:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-success:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-success:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-success:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-success, .btn.rect-btt-success, .btn.goback-btt-success {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-success::before, .btn.rect-btt-success::before, .btn.goback-btt-success::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-success:focus, .btn.slide-btt-success:active, .btn.rect-btt-success:focus, .btn.rect-btt-success:active, .btn.goback-btt-success:focus, .btn.goback-btt-success:active {
  color: #3c8574;
  background-color: #ffffff;
  border-color: #3c8574;
}
.btn.slide-btt-success:focus .fa-circle-notch, .btn.slide-btt-success:active .fa-circle-notch, .btn.rect-btt-success:focus .fa-circle-notch, .btn.rect-btt-success:active .fa-circle-notch, .btn.goback-btt-success:focus .fa-circle-notch, .btn.goback-btt-success:active .fa-circle-notch {
  color: #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-success:hover, .btn.rect-btt-success:hover, .btn.goback-btt-success:hover {
    color: #3c8574;
  }
}
.btn.slide-btt-success:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-success:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-success:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-success:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-success:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-success:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-success, .btn.rect-ttb-success, .btn.goback-ttb-success {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-success::before, .btn.rect-ttb-success::before, .btn.goback-ttb-success::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-success:focus, .btn.slide-ttb-success:active, .btn.rect-ttb-success:focus, .btn.rect-ttb-success:active, .btn.goback-ttb-success:focus, .btn.goback-ttb-success:active {
  color: #3c8574;
  background-color: #ffffff;
  border-color: #3c8574;
}
.btn.slide-ttb-success:focus .fa-circle-notch, .btn.slide-ttb-success:active .fa-circle-notch, .btn.rect-ttb-success:focus .fa-circle-notch, .btn.rect-ttb-success:active .fa-circle-notch, .btn.goback-ttb-success:focus .fa-circle-notch, .btn.goback-ttb-success:active .fa-circle-notch {
  color: #3c8574;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-success:hover, .btn.rect-ttb-success:hover, .btn.goback-ttb-success:hover {
    color: #3c8574;
  }
}
.btn.slide-ttb-success:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-success:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-success:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-success:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-success:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-success:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-info, .btn.flip-in-info, .btn.arrondi-in-info {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-info {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #203967;
  transition: all 0.3s;
}
.btn.fadeline-in-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #203967;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-info:hover {
    color: #203967;
  }
  .btn.fadeline-in-info:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-info:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-info {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-info:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-info:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-info:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #203967;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-info span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-info {
  border-radius: 30px;
  border: 2px solid #203967;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-info:hover {
    color: #203967;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-info, .btn.flip-out-info, .btn.arrondi-out-info {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-info {
  background: transparent;
  border: none;
  color: #203967;
}
.btn.fadeline-out-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #203967;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #203967;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-info:hover {
    color: white;
  }
  .btn.fadeline-out-info:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-info:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-info {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-info:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-info:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-info:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #203967;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-info span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-info {
  border-radius: 0;
  border: 2px solid #203967;
  background: white;
  color: #203967;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-info:hover {
    color: white;
    background: #203967;
    border-radius: 30px;
  }
}
.btn.slide-ltr-info, .btn.rect-ltr-info, .btn.goback-ltr-info {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-info::before, .btn.rect-ltr-info::before, .btn.goback-ltr-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-info:focus, .btn.slide-ltr-info:active, .btn.rect-ltr-info:focus, .btn.rect-ltr-info:active, .btn.goback-ltr-info:focus, .btn.goback-ltr-info:active {
  color: #203967;
  background-color: #ffffff;
  border-color: #203967;
}
.btn.slide-ltr-info:focus .fa-circle-notch, .btn.slide-ltr-info:active .fa-circle-notch, .btn.rect-ltr-info:focus .fa-circle-notch, .btn.rect-ltr-info:active .fa-circle-notch, .btn.goback-ltr-info:focus .fa-circle-notch, .btn.goback-ltr-info:active .fa-circle-notch {
  color: #203967;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-info:hover, .btn.rect-ltr-info:hover, .btn.goback-ltr-info:hover {
    color: #203967;
  }
}
.btn.slide-ltr-info:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-info:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-info:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-info:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-info:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-info:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-info, .btn.rect-rtl-info, .btn.goback-rtl-info {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-info::before, .btn.rect-rtl-info::before, .btn.goback-rtl-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-info:focus, .btn.slide-rtl-info:active, .btn.rect-rtl-info:focus, .btn.rect-rtl-info:active, .btn.goback-rtl-info:focus, .btn.goback-rtl-info:active {
  color: #203967;
  background-color: #ffffff;
  border-color: #203967;
}
.btn.slide-rtl-info:focus .fa-circle-notch, .btn.slide-rtl-info:active .fa-circle-notch, .btn.rect-rtl-info:focus .fa-circle-notch, .btn.rect-rtl-info:active .fa-circle-notch, .btn.goback-rtl-info:focus .fa-circle-notch, .btn.goback-rtl-info:active .fa-circle-notch {
  color: #203967;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-info:hover, .btn.rect-rtl-info:hover, .btn.goback-rtl-info:hover {
    color: #203967;
  }
}
.btn.slide-rtl-info:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-info:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-info:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-info:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-info:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-info:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-info, .btn.rect-btt-info, .btn.goback-btt-info {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-info::before, .btn.rect-btt-info::before, .btn.goback-btt-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-info:focus, .btn.slide-btt-info:active, .btn.rect-btt-info:focus, .btn.rect-btt-info:active, .btn.goback-btt-info:focus, .btn.goback-btt-info:active {
  color: #203967;
  background-color: #ffffff;
  border-color: #203967;
}
.btn.slide-btt-info:focus .fa-circle-notch, .btn.slide-btt-info:active .fa-circle-notch, .btn.rect-btt-info:focus .fa-circle-notch, .btn.rect-btt-info:active .fa-circle-notch, .btn.goback-btt-info:focus .fa-circle-notch, .btn.goback-btt-info:active .fa-circle-notch {
  color: #203967;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-info:hover, .btn.rect-btt-info:hover, .btn.goback-btt-info:hover {
    color: #203967;
  }
}
.btn.slide-btt-info:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-info:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-info:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-info:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-info:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-info:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-info, .btn.rect-ttb-info, .btn.goback-ttb-info {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-info::before, .btn.rect-ttb-info::before, .btn.goback-ttb-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-info:focus, .btn.slide-ttb-info:active, .btn.rect-ttb-info:focus, .btn.rect-ttb-info:active, .btn.goback-ttb-info:focus, .btn.goback-ttb-info:active {
  color: #203967;
  background-color: #ffffff;
  border-color: #203967;
}
.btn.slide-ttb-info:focus .fa-circle-notch, .btn.slide-ttb-info:active .fa-circle-notch, .btn.rect-ttb-info:focus .fa-circle-notch, .btn.rect-ttb-info:active .fa-circle-notch, .btn.goback-ttb-info:focus .fa-circle-notch, .btn.goback-ttb-info:active .fa-circle-notch {
  color: #203967;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-info:hover, .btn.rect-ttb-info:hover, .btn.goback-ttb-info:hover {
    color: #203967;
  }
}
.btn.slide-ttb-info:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-info:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-info:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-info:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-info:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-info:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-warning, .btn.flip-in-warning, .btn.arrondi-in-warning {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-warning {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-warning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c78071;
  transition: all 0.3s;
}
.btn.fadeline-in-warning:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #c78071;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-warning:hover {
    color: #c78071;
  }
  .btn.fadeline-in-warning:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-warning:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-warning {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-warning:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-warning:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-warning:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #c78071;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-warning span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-warning {
  border-radius: 30px;
  border: 2px solid #c78071;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-warning:hover {
    color: #c78071;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-warning, .btn.flip-out-warning, .btn.arrondi-out-warning {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-warning {
  background: transparent;
  border: none;
  color: #c78071;
}
.btn.fadeline-out-warning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c78071;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-warning:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #c78071;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-warning:hover {
    color: white;
  }
  .btn.fadeline-out-warning:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-warning:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-warning {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-warning:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-warning:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-warning:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #c78071;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-warning span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-warning {
  border-radius: 0;
  border: 2px solid #c78071;
  background: white;
  color: #c78071;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-warning:hover {
    color: white;
    background: #c78071;
    border-radius: 30px;
  }
}
.btn.slide-ltr-warning, .btn.rect-ltr-warning, .btn.goback-ltr-warning {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-warning::before, .btn.rect-ltr-warning::before, .btn.goback-ltr-warning::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-warning:focus, .btn.slide-ltr-warning:active, .btn.rect-ltr-warning:focus, .btn.rect-ltr-warning:active, .btn.goback-ltr-warning:focus, .btn.goback-ltr-warning:active {
  color: #c78071;
  background-color: #ffffff;
  border-color: #c78071;
}
.btn.slide-ltr-warning:focus .fa-circle-notch, .btn.slide-ltr-warning:active .fa-circle-notch, .btn.rect-ltr-warning:focus .fa-circle-notch, .btn.rect-ltr-warning:active .fa-circle-notch, .btn.goback-ltr-warning:focus .fa-circle-notch, .btn.goback-ltr-warning:active .fa-circle-notch {
  color: #c78071;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-warning:hover, .btn.rect-ltr-warning:hover, .btn.goback-ltr-warning:hover {
    color: #c78071;
  }
}
.btn.slide-ltr-warning:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-warning:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-warning:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-warning:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-warning:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-warning:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-warning, .btn.rect-rtl-warning, .btn.goback-rtl-warning {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-warning::before, .btn.rect-rtl-warning::before, .btn.goback-rtl-warning::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-warning:focus, .btn.slide-rtl-warning:active, .btn.rect-rtl-warning:focus, .btn.rect-rtl-warning:active, .btn.goback-rtl-warning:focus, .btn.goback-rtl-warning:active {
  color: #c78071;
  background-color: #ffffff;
  border-color: #c78071;
}
.btn.slide-rtl-warning:focus .fa-circle-notch, .btn.slide-rtl-warning:active .fa-circle-notch, .btn.rect-rtl-warning:focus .fa-circle-notch, .btn.rect-rtl-warning:active .fa-circle-notch, .btn.goback-rtl-warning:focus .fa-circle-notch, .btn.goback-rtl-warning:active .fa-circle-notch {
  color: #c78071;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-warning:hover, .btn.rect-rtl-warning:hover, .btn.goback-rtl-warning:hover {
    color: #c78071;
  }
}
.btn.slide-rtl-warning:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-warning:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-warning:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-warning:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-warning:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-warning:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-warning, .btn.rect-btt-warning, .btn.goback-btt-warning {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-warning::before, .btn.rect-btt-warning::before, .btn.goback-btt-warning::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-warning:focus, .btn.slide-btt-warning:active, .btn.rect-btt-warning:focus, .btn.rect-btt-warning:active, .btn.goback-btt-warning:focus, .btn.goback-btt-warning:active {
  color: #c78071;
  background-color: #ffffff;
  border-color: #c78071;
}
.btn.slide-btt-warning:focus .fa-circle-notch, .btn.slide-btt-warning:active .fa-circle-notch, .btn.rect-btt-warning:focus .fa-circle-notch, .btn.rect-btt-warning:active .fa-circle-notch, .btn.goback-btt-warning:focus .fa-circle-notch, .btn.goback-btt-warning:active .fa-circle-notch {
  color: #c78071;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-warning:hover, .btn.rect-btt-warning:hover, .btn.goback-btt-warning:hover {
    color: #c78071;
  }
}
.btn.slide-btt-warning:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-warning:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-warning:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-warning:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-warning:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-warning:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-warning, .btn.rect-ttb-warning, .btn.goback-ttb-warning {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-warning::before, .btn.rect-ttb-warning::before, .btn.goback-ttb-warning::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-warning:focus, .btn.slide-ttb-warning:active, .btn.rect-ttb-warning:focus, .btn.rect-ttb-warning:active, .btn.goback-ttb-warning:focus, .btn.goback-ttb-warning:active {
  color: #c78071;
  background-color: #ffffff;
  border-color: #c78071;
}
.btn.slide-ttb-warning:focus .fa-circle-notch, .btn.slide-ttb-warning:active .fa-circle-notch, .btn.rect-ttb-warning:focus .fa-circle-notch, .btn.rect-ttb-warning:active .fa-circle-notch, .btn.goback-ttb-warning:focus .fa-circle-notch, .btn.goback-ttb-warning:active .fa-circle-notch {
  color: #c78071;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-warning:hover, .btn.rect-ttb-warning:hover, .btn.goback-ttb-warning:hover {
    color: #c78071;
  }
}
.btn.slide-ttb-warning:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-warning:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-warning:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-warning:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-warning:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-warning:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-danger, .btn.flip-in-danger, .btn.arrondi-in-danger {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-danger {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b85f4d;
  transition: all 0.3s;
}
.btn.fadeline-in-danger:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #b85f4d;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-danger:hover {
    color: #b85f4d;
  }
  .btn.fadeline-in-danger:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-danger:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-danger {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-danger:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-danger:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-danger:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #b85f4d;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-danger span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-danger {
  border-radius: 30px;
  border: 2px solid #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-danger:hover {
    color: #b85f4d;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-danger, .btn.flip-out-danger, .btn.arrondi-out-danger {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-danger {
  background: transparent;
  border: none;
  color: #b85f4d;
}
.btn.fadeline-out-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b85f4d;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-danger:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-danger:hover {
    color: white;
  }
  .btn.fadeline-out-danger:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-danger:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-danger {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-danger:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-danger:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-danger:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #b85f4d;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-danger span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-danger {
  border-radius: 0;
  border: 2px solid #b85f4d;
  background: white;
  color: #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-danger:hover {
    color: white;
    background: #b85f4d;
    border-radius: 30px;
  }
}
.btn.slide-ltr-danger, .btn.rect-ltr-danger, .btn.goback-ltr-danger {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-danger::before, .btn.rect-ltr-danger::before, .btn.goback-ltr-danger::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-danger:focus, .btn.slide-ltr-danger:active, .btn.rect-ltr-danger:focus, .btn.rect-ltr-danger:active, .btn.goback-ltr-danger:focus, .btn.goback-ltr-danger:active {
  color: #b85f4d;
  background-color: #ffffff;
  border-color: #b85f4d;
}
.btn.slide-ltr-danger:focus .fa-circle-notch, .btn.slide-ltr-danger:active .fa-circle-notch, .btn.rect-ltr-danger:focus .fa-circle-notch, .btn.rect-ltr-danger:active .fa-circle-notch, .btn.goback-ltr-danger:focus .fa-circle-notch, .btn.goback-ltr-danger:active .fa-circle-notch {
  color: #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-danger:hover, .btn.rect-ltr-danger:hover, .btn.goback-ltr-danger:hover {
    color: #b85f4d;
  }
}
.btn.slide-ltr-danger:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-danger:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-danger:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-danger:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-danger:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-danger:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-danger, .btn.rect-rtl-danger, .btn.goback-rtl-danger {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-danger::before, .btn.rect-rtl-danger::before, .btn.goback-rtl-danger::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-danger:focus, .btn.slide-rtl-danger:active, .btn.rect-rtl-danger:focus, .btn.rect-rtl-danger:active, .btn.goback-rtl-danger:focus, .btn.goback-rtl-danger:active {
  color: #b85f4d;
  background-color: #ffffff;
  border-color: #b85f4d;
}
.btn.slide-rtl-danger:focus .fa-circle-notch, .btn.slide-rtl-danger:active .fa-circle-notch, .btn.rect-rtl-danger:focus .fa-circle-notch, .btn.rect-rtl-danger:active .fa-circle-notch, .btn.goback-rtl-danger:focus .fa-circle-notch, .btn.goback-rtl-danger:active .fa-circle-notch {
  color: #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-danger:hover, .btn.rect-rtl-danger:hover, .btn.goback-rtl-danger:hover {
    color: #b85f4d;
  }
}
.btn.slide-rtl-danger:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-danger:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-danger:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-danger:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-danger:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-danger:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-danger, .btn.rect-btt-danger, .btn.goback-btt-danger {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-danger::before, .btn.rect-btt-danger::before, .btn.goback-btt-danger::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-danger:focus, .btn.slide-btt-danger:active, .btn.rect-btt-danger:focus, .btn.rect-btt-danger:active, .btn.goback-btt-danger:focus, .btn.goback-btt-danger:active {
  color: #b85f4d;
  background-color: #ffffff;
  border-color: #b85f4d;
}
.btn.slide-btt-danger:focus .fa-circle-notch, .btn.slide-btt-danger:active .fa-circle-notch, .btn.rect-btt-danger:focus .fa-circle-notch, .btn.rect-btt-danger:active .fa-circle-notch, .btn.goback-btt-danger:focus .fa-circle-notch, .btn.goback-btt-danger:active .fa-circle-notch {
  color: #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-danger:hover, .btn.rect-btt-danger:hover, .btn.goback-btt-danger:hover {
    color: #b85f4d;
  }
}
.btn.slide-btt-danger:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-danger:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-danger:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-danger:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-danger:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-danger:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-danger, .btn.rect-ttb-danger, .btn.goback-ttb-danger {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-danger::before, .btn.rect-ttb-danger::before, .btn.goback-ttb-danger::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-danger:focus, .btn.slide-ttb-danger:active, .btn.rect-ttb-danger:focus, .btn.rect-ttb-danger:active, .btn.goback-ttb-danger:focus, .btn.goback-ttb-danger:active {
  color: #b85f4d;
  background-color: #ffffff;
  border-color: #b85f4d;
}
.btn.slide-ttb-danger:focus .fa-circle-notch, .btn.slide-ttb-danger:active .fa-circle-notch, .btn.rect-ttb-danger:focus .fa-circle-notch, .btn.rect-ttb-danger:active .fa-circle-notch, .btn.goback-ttb-danger:focus .fa-circle-notch, .btn.goback-ttb-danger:active .fa-circle-notch {
  color: #b85f4d;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-danger:hover, .btn.rect-ttb-danger:hover, .btn.goback-ttb-danger:hover {
    color: #b85f4d;
  }
}
.btn.slide-ttb-danger:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-danger:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-danger:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-danger:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-danger:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-danger:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-light, .btn.flip-in-light, .btn.arrondi-in-light {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-light {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f4f3f3;
  transition: all 0.3s;
}
.btn.fadeline-in-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #f4f3f3;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-light:hover {
    color: #f4f3f3;
  }
  .btn.fadeline-in-light:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-light:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-light {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-light:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-light:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-light:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #f4f3f3;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-light span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-light {
  border-radius: 30px;
  border: 2px solid #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-light:hover {
    color: #f4f3f3;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-light, .btn.flip-out-light, .btn.arrondi-out-light {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-light {
  background: transparent;
  border: none;
  color: #f4f3f3;
}
.btn.fadeline-out-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f4f3f3;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-light:hover {
    color: white;
  }
  .btn.fadeline-out-light:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-light:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-light {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-light:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-light:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-light:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #f4f3f3;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-light span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-light {
  border-radius: 0;
  border: 2px solid #f4f3f3;
  background: white;
  color: #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-light:hover {
    color: white;
    background: #f4f3f3;
    border-radius: 30px;
  }
}
.btn.slide-ltr-light, .btn.rect-ltr-light, .btn.goback-ltr-light {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-light::before, .btn.rect-ltr-light::before, .btn.goback-ltr-light::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-light:focus, .btn.slide-ltr-light:active, .btn.rect-ltr-light:focus, .btn.rect-ltr-light:active, .btn.goback-ltr-light:focus, .btn.goback-ltr-light:active {
  color: #f4f3f3;
  background-color: #ffffff;
  border-color: #f4f3f3;
}
.btn.slide-ltr-light:focus .fa-circle-notch, .btn.slide-ltr-light:active .fa-circle-notch, .btn.rect-ltr-light:focus .fa-circle-notch, .btn.rect-ltr-light:active .fa-circle-notch, .btn.goback-ltr-light:focus .fa-circle-notch, .btn.goback-ltr-light:active .fa-circle-notch {
  color: #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-light:hover, .btn.rect-ltr-light:hover, .btn.goback-ltr-light:hover {
    color: #f4f3f3;
  }
}
.btn.slide-ltr-light:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-light:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-light:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-light:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-light:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-light:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-light, .btn.rect-rtl-light, .btn.goback-rtl-light {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-light::before, .btn.rect-rtl-light::before, .btn.goback-rtl-light::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-light:focus, .btn.slide-rtl-light:active, .btn.rect-rtl-light:focus, .btn.rect-rtl-light:active, .btn.goback-rtl-light:focus, .btn.goback-rtl-light:active {
  color: #f4f3f3;
  background-color: #ffffff;
  border-color: #f4f3f3;
}
.btn.slide-rtl-light:focus .fa-circle-notch, .btn.slide-rtl-light:active .fa-circle-notch, .btn.rect-rtl-light:focus .fa-circle-notch, .btn.rect-rtl-light:active .fa-circle-notch, .btn.goback-rtl-light:focus .fa-circle-notch, .btn.goback-rtl-light:active .fa-circle-notch {
  color: #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-light:hover, .btn.rect-rtl-light:hover, .btn.goback-rtl-light:hover {
    color: #f4f3f3;
  }
}
.btn.slide-rtl-light:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-light:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-light:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-light:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-light:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-light:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-light, .btn.rect-btt-light, .btn.goback-btt-light {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-light::before, .btn.rect-btt-light::before, .btn.goback-btt-light::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-light:focus, .btn.slide-btt-light:active, .btn.rect-btt-light:focus, .btn.rect-btt-light:active, .btn.goback-btt-light:focus, .btn.goback-btt-light:active {
  color: #f4f3f3;
  background-color: #ffffff;
  border-color: #f4f3f3;
}
.btn.slide-btt-light:focus .fa-circle-notch, .btn.slide-btt-light:active .fa-circle-notch, .btn.rect-btt-light:focus .fa-circle-notch, .btn.rect-btt-light:active .fa-circle-notch, .btn.goback-btt-light:focus .fa-circle-notch, .btn.goback-btt-light:active .fa-circle-notch {
  color: #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-light:hover, .btn.rect-btt-light:hover, .btn.goback-btt-light:hover {
    color: #f4f3f3;
  }
}
.btn.slide-btt-light:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-light:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-light:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-light:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-light:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-light:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-light, .btn.rect-ttb-light, .btn.goback-ttb-light {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-light::before, .btn.rect-ttb-light::before, .btn.goback-ttb-light::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-light:focus, .btn.slide-ttb-light:active, .btn.rect-ttb-light:focus, .btn.rect-ttb-light:active, .btn.goback-ttb-light:focus, .btn.goback-ttb-light:active {
  color: #f4f3f3;
  background-color: #ffffff;
  border-color: #f4f3f3;
}
.btn.slide-ttb-light:focus .fa-circle-notch, .btn.slide-ttb-light:active .fa-circle-notch, .btn.rect-ttb-light:focus .fa-circle-notch, .btn.rect-ttb-light:active .fa-circle-notch, .btn.goback-ttb-light:focus .fa-circle-notch, .btn.goback-ttb-light:active .fa-circle-notch {
  color: #f4f3f3;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-light:hover, .btn.rect-ttb-light:hover, .btn.goback-ttb-light:hover {
    color: #f4f3f3;
  }
}
.btn.slide-ttb-light:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-light:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-light:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-light:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-light:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-light:hover::before {
    height: 100%;
  }
}
.btn.fadeline-in-dark, .btn.flip-in-dark, .btn.arrondi-in-dark {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-dark {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #343a40;
  transition: all 0.3s;
}
.btn.fadeline-in-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #343a40;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-dark:hover {
    color: #343a40;
  }
  .btn.fadeline-in-dark:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-dark:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-dark {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-dark:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-dark:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-dark:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #343a40;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-dark span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-dark {
  border-radius: 30px;
  border: 2px solid #343a40;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-dark:hover {
    color: #343a40;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-dark, .btn.flip-out-dark, .btn.arrondi-out-dark {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-dark {
  background: transparent;
  border: none;
  color: #343a40;
}
.btn.fadeline-out-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #343a40;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.3s;
  border: 1px solid #343a40;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-dark:hover {
    color: white;
  }
  .btn.fadeline-out-dark:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-dark:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-dark {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-dark:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-dark:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-dark:after {
  content: attr(data-flipped);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #343a40;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-dark span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-dark {
  border-radius: 0;
  border: 2px solid #343a40;
  background: white;
  color: #343a40;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-dark:hover {
    color: white;
    background: #343a40;
    border-radius: 30px;
  }
}
.btn.slide-ltr-dark, .btn.rect-ltr-dark, .btn.goback-ltr-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-dark::before, .btn.rect-ltr-dark::before, .btn.goback-ltr-dark::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-dark:focus, .btn.slide-ltr-dark:active, .btn.rect-ltr-dark:focus, .btn.rect-ltr-dark:active, .btn.goback-ltr-dark:focus, .btn.goback-ltr-dark:active {
  color: #343a40;
  background-color: #ffffff;
  border-color: #343a40;
}
.btn.slide-ltr-dark:focus .fa-circle-notch, .btn.slide-ltr-dark:active .fa-circle-notch, .btn.rect-ltr-dark:focus .fa-circle-notch, .btn.rect-ltr-dark:active .fa-circle-notch, .btn.goback-ltr-dark:focus .fa-circle-notch, .btn.goback-ltr-dark:active .fa-circle-notch {
  color: #343a40;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-dark:hover, .btn.rect-ltr-dark:hover, .btn.goback-ltr-dark:hover {
    color: #343a40;
  }
}
.btn.slide-ltr-dark:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-dark:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-dark:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-dark:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-dark:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-dark:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-dark, .btn.rect-rtl-dark, .btn.goback-rtl-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-dark::before, .btn.rect-rtl-dark::before, .btn.goback-rtl-dark::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-dark:focus, .btn.slide-rtl-dark:active, .btn.rect-rtl-dark:focus, .btn.rect-rtl-dark:active, .btn.goback-rtl-dark:focus, .btn.goback-rtl-dark:active {
  color: #343a40;
  background-color: #ffffff;
  border-color: #343a40;
}
.btn.slide-rtl-dark:focus .fa-circle-notch, .btn.slide-rtl-dark:active .fa-circle-notch, .btn.rect-rtl-dark:focus .fa-circle-notch, .btn.rect-rtl-dark:active .fa-circle-notch, .btn.goback-rtl-dark:focus .fa-circle-notch, .btn.goback-rtl-dark:active .fa-circle-notch {
  color: #343a40;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-dark:hover, .btn.rect-rtl-dark:hover, .btn.goback-rtl-dark:hover {
    color: #343a40;
  }
}
.btn.slide-rtl-dark:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-dark:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-dark:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-dark:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-dark:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-dark:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-dark, .btn.rect-btt-dark, .btn.goback-btt-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-dark::before, .btn.rect-btt-dark::before, .btn.goback-btt-dark::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-dark:focus, .btn.slide-btt-dark:active, .btn.rect-btt-dark:focus, .btn.rect-btt-dark:active, .btn.goback-btt-dark:focus, .btn.goback-btt-dark:active {
  color: #343a40;
  background-color: #ffffff;
  border-color: #343a40;
}
.btn.slide-btt-dark:focus .fa-circle-notch, .btn.slide-btt-dark:active .fa-circle-notch, .btn.rect-btt-dark:focus .fa-circle-notch, .btn.rect-btt-dark:active .fa-circle-notch, .btn.goback-btt-dark:focus .fa-circle-notch, .btn.goback-btt-dark:active .fa-circle-notch {
  color: #343a40;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-dark:hover, .btn.rect-btt-dark:hover, .btn.goback-btt-dark:hover {
    color: #343a40;
  }
}
.btn.slide-btt-dark:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-dark:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-dark:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-dark:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-dark:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-dark:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-dark, .btn.rect-ttb-dark, .btn.goback-ttb-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-dark::before, .btn.rect-ttb-dark::before, .btn.goback-ttb-dark::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-dark:focus, .btn.slide-ttb-dark:active, .btn.rect-ttb-dark:focus, .btn.rect-ttb-dark:active, .btn.goback-ttb-dark:focus, .btn.goback-ttb-dark:active {
  color: #343a40;
  background-color: #ffffff;
  border-color: #343a40;
}
.btn.slide-ttb-dark:focus .fa-circle-notch, .btn.slide-ttb-dark:active .fa-circle-notch, .btn.rect-ttb-dark:focus .fa-circle-notch, .btn.rect-ttb-dark:active .fa-circle-notch, .btn.goback-ttb-dark:focus .fa-circle-notch, .btn.goback-ttb-dark:active .fa-circle-notch {
  color: #343a40;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-dark:hover, .btn.rect-ttb-dark:hover, .btn.goback-ttb-dark:hover {
    color: #343a40;
  }
}
.btn.slide-ttb-dark:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-dark:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-dark:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-dark:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-dark:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-dark:hover::before {
    height: 100%;
  }
}

.animg-gristxt {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .animg-gristxt:hover img {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
  }
  .animg-gristxt:hover .overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.animg-gristxt img {
  width: inherit;
  transition: all 300ms;
}
.animg-gristxt .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-shadow: 5px 5px 15px #495057;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 300ms;
}

.animg-shine {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.animg-shine .flare {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.animg-shine .flare:before {
  position: absolute;
  top: 0;
  left: -75%;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}
@media (min-width: 992px) {
  .animg-shine .flare:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
.animg-zoomtxt {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .animg-zoomtxt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
  }
  .animg-zoomtxt:hover .overlay-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.animg-zoomtxt img {
  width: inherit;
  transition: all 300ms;
}
.animg-zoomtxt .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-shadow: 5px 5px 15px #495057;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: all 300ms;
}

.animg-zoomrotatetxt {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .animg-zoomrotatetxt:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
  }
  .animg-zoomrotatetxt:hover .overlay-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.animg-zoomrotatetxt img {
  width: inherit;
  transition: all 300ms;
}
.animg-zoomrotatetxt .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-shadow: 5px 5px 15px #495057;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: all 300ms;
}

.animg-fulloverlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .animg-fulloverlay:hover .overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.animg-fulloverlay img {
  width: inherit;
  transition: all 300ms;
}
.animg-fulloverlay .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #203967;
  opacity: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 300ms;
}

.animg-fulloverlaypartiel {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .animg-fulloverlaypartiel:hover img {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
  }
  .animg-fulloverlaypartiel:hover .overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: -3px -3px 10px #212529;
  }
}
.animg-fulloverlaypartiel img {
  width: inherit;
  transition: all 300ms;
}
.animg-fulloverlaypartiel .overlay-text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #203967;
  opacity: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 300ms;
}

.animg-txtpush {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .animg-txtpush:hover img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .animg-txtpush:hover .overlay-text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.animg-txtpush img {
  width: inherit;
  transition: all 300ms;
}
.animg-txtpush .overlay-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #203967;
  opacity: 1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 300ms;
}

.animicon-spinup {
  transition: all 300ms;
}
.animicon-spinup i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-spinup:hover {
    transform: translateY(-4px);
  }
  .animicon-spinup:hover i {
    transform: rotateY(360deg);
  }
}

.animicon-spin {
  transition: all 300ms;
}
.animicon-spin i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-spin:hover i {
    transform: rotateY(360deg);
  }
}

.animicon-spinonce {
  transition: all 300ms;
}
.animicon-spinonce i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-spinonce:hover i {
    animation-name: spinY;
    animation-duration: 300ms;
  }
}

@keyframes spinY {
  100% {
    transform: rotateY(360deg);
  }
}
.animicon-zoomcolor-primary i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-primary:hover i {
    transform: scale(1.1);
    color: #008274;
  }
}

.animicon-color-primary i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-primary:hover i {
    color: #008274;
  }
}

.animicon-zoomcolor-secondary i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-secondary:hover i {
    transform: scale(1.1);
    color: #a68d6e;
  }
}

.animicon-color-secondary i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-secondary:hover i {
    color: #a68d6e;
  }
}

.animicon-zoomcolor-success i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-success:hover i {
    transform: scale(1.1);
    color: #3c8574;
  }
}

.animicon-color-success i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-success:hover i {
    color: #3c8574;
  }
}

.animicon-zoomcolor-info i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-info:hover i {
    transform: scale(1.1);
    color: #203967;
  }
}

.animicon-color-info i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-info:hover i {
    color: #203967;
  }
}

.animicon-zoomcolor-warning i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-warning:hover i {
    transform: scale(1.1);
    color: #c78071;
  }
}

.animicon-color-warning i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-warning:hover i {
    color: #c78071;
  }
}

.animicon-zoomcolor-danger i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-danger:hover i {
    transform: scale(1.1);
    color: #b85f4d;
  }
}

.animicon-color-danger i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-danger:hover i {
    color: #b85f4d;
  }
}

.animicon-zoomcolor-light i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-light:hover i {
    transform: scale(1.1);
    color: #f4f3f3;
  }
}

.animicon-color-light i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-light:hover i {
    color: #f4f3f3;
  }
}

.animicon-zoomcolor-dark i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-dark:hover i {
    transform: scale(1.1);
    color: #343a40;
  }
}

.animicon-color-dark i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-color-dark:hover i {
    color: #343a40;
  }
}

.animicon-zoom i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoom:hover i {
    transform: scale(1.1);
  }
}

input[type=checkbox].animcheck-color-primary {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox].animcheck-color-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #008274;
}
input[type=checkbox].animcheck-color-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #008274;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=checkbox].animcheck-color-primary:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=checkbox].animcheck-color-primary + label {
  cursor: pointer;
}

input[type=checkbox].animcheck-color-secondary {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox].animcheck-color-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #a68d6e;
}
input[type=checkbox].animcheck-color-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #a68d6e;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=checkbox].animcheck-color-secondary:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=checkbox].animcheck-color-secondary + label {
  cursor: pointer;
}

input[type=checkbox].animcheck-color-success {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox].animcheck-color-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #3c8574;
}
input[type=checkbox].animcheck-color-success::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #3c8574;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=checkbox].animcheck-color-success:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=checkbox].animcheck-color-success + label {
  cursor: pointer;
}

input[type=checkbox].animcheck-color-danger {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox].animcheck-color-danger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #b85f4d;
}
input[type=checkbox].animcheck-color-danger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #b85f4d;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=checkbox].animcheck-color-danger:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=checkbox].animcheck-color-danger + label {
  cursor: pointer;
}

input[type=checkbox].animcheck-color-warning {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox].animcheck-color-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #c78071;
}
input[type=checkbox].animcheck-color-warning::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #c78071;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=checkbox].animcheck-color-warning:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=checkbox].animcheck-color-warning + label {
  cursor: pointer;
}

input[type=checkbox].animcheck-color-info {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox].animcheck-color-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #203967;
}
input[type=checkbox].animcheck-color-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #203967;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=checkbox].animcheck-color-info:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=checkbox].animcheck-color-info + label {
  cursor: pointer;
}

input[type=checkbox].animcheck-mark-primary {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=checkbox].animcheck-mark-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #008274;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-primary::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #008274;
  font-weight: 900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-primary + label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  input[type=checkbox].animcheck-mark-primary:hover + label {
    color: #008274;
  }
}
input[type=checkbox].animcheck-mark-primary:checked::before {
  border: 1px solid #008274;
}
input[type=checkbox].animcheck-mark-primary:checked::after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
input[type=checkbox].animcheck-mark-primary:checked + label {
  color: #008274;
}

input[type=checkbox].animcheck-mark-secondary {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=checkbox].animcheck-mark-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #a68d6e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-secondary::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #a68d6e;
  font-weight: 900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-secondary + label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  input[type=checkbox].animcheck-mark-secondary:hover + label {
    color: #a68d6e;
  }
}
input[type=checkbox].animcheck-mark-secondary:checked::before {
  border: 1px solid #a68d6e;
}
input[type=checkbox].animcheck-mark-secondary:checked::after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
input[type=checkbox].animcheck-mark-secondary:checked + label {
  color: #a68d6e;
}

input[type=checkbox].animcheck-mark-success {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=checkbox].animcheck-mark-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #3c8574;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-success::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #3c8574;
  font-weight: 900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-success + label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  input[type=checkbox].animcheck-mark-success:hover + label {
    color: #3c8574;
  }
}
input[type=checkbox].animcheck-mark-success:checked::before {
  border: 1px solid #3c8574;
}
input[type=checkbox].animcheck-mark-success:checked::after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
input[type=checkbox].animcheck-mark-success:checked + label {
  color: #3c8574;
}

input[type=checkbox].animcheck-mark-danger {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=checkbox].animcheck-mark-danger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #b85f4d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-danger::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #b85f4d;
  font-weight: 900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-danger + label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  input[type=checkbox].animcheck-mark-danger:hover + label {
    color: #b85f4d;
  }
}
input[type=checkbox].animcheck-mark-danger:checked::before {
  border: 1px solid #b85f4d;
}
input[type=checkbox].animcheck-mark-danger:checked::after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
input[type=checkbox].animcheck-mark-danger:checked + label {
  color: #b85f4d;
}

input[type=checkbox].animcheck-mark-warning {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=checkbox].animcheck-mark-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #c78071;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-warning::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #c78071;
  font-weight: 900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-warning + label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  input[type=checkbox].animcheck-mark-warning:hover + label {
    color: #c78071;
  }
}
input[type=checkbox].animcheck-mark-warning:checked::before {
  border: 1px solid #c78071;
}
input[type=checkbox].animcheck-mark-warning:checked::after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
input[type=checkbox].animcheck-mark-warning:checked + label {
  color: #c78071;
}

input[type=checkbox].animcheck-mark-info {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type=checkbox].animcheck-mark-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #203967;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-info::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #203967;
  font-weight: 900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  transition: all 300ms;
}
input[type=checkbox].animcheck-mark-info + label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  input[type=checkbox].animcheck-mark-info:hover + label {
    color: #203967;
  }
}
input[type=checkbox].animcheck-mark-info:checked::before {
  border: 1px solid #203967;
}
input[type=checkbox].animcheck-mark-info:checked::after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
input[type=checkbox].animcheck-mark-info:checked + label {
  color: #203967;
}

/***************************************************/
input[type=radio].animradio-color-primary {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=radio].animradio-color-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #008274;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio].animradio-color-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #008274;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=radio].animradio-color-primary:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio].animradio-color-primary + label {
  cursor: pointer;
}

input[type=radio].animradio-color-secondary {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=radio].animradio-color-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #a68d6e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio].animradio-color-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #a68d6e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=radio].animradio-color-secondary:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio].animradio-color-secondary + label {
  cursor: pointer;
}

input[type=radio].animradio-color-success {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=radio].animradio-color-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #3c8574;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio].animradio-color-success::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #3c8574;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=radio].animradio-color-success:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio].animradio-color-success + label {
  cursor: pointer;
}

input[type=radio].animradio-color-danger {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=radio].animradio-color-danger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #b85f4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio].animradio-color-danger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #b85f4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=radio].animradio-color-danger:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio].animradio-color-danger + label {
  cursor: pointer;
}

input[type=radio].animradio-color-warning {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=radio].animradio-color-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #c78071;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio].animradio-color-warning::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #c78071;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=radio].animradio-color-warning:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio].animradio-color-warning + label {
  cursor: pointer;
}

input[type=radio].animradio-color-info {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=radio].animradio-color-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #203967;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio].animradio-color-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #203967;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms;
}
input[type=radio].animradio-color-info:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio].animradio-color-info + label {
  cursor: pointer;
}

@media (min-width: 992px) {
  .load-fade {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-fade.--init {
    opacity: 0;
  }

  .load-zoom {
    transform: scale(1);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-zoom.--init {
    transform: scale(0);
  }

  .load-zoom {
    transform: scale(1);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-zoom.--init {
    transform: scale(0);
  }

  .load-flip {
    transform: rotateX(0);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 500ms, 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-flip.--init {
    transform: rotateX(90deg);
    opacity: 0;
  }

  .load-swipe-l {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 500ms, 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-swipe-l.--init {
    transform: translate3d(-500px, 0, 0);
    opacity: 0;
  }

  .load-swipe-r {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 500ms, 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-swipe-r.--init {
    transform: translate3d(500px, 0, 0);
    opacity: 0;
  }

  .load-swipe-t {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 500ms, 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-swipe-t.--init {
    transform: translate3d(0, -500px, 0);
    opacity: 0;
  }

  .load-swipe-b {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 500ms, 500ms;
    transition-timing-function: ease-in-out;
  }
  .load-swipe-b.--init {
    transform: translate3d(0, 500px, 0);
    opacity: 0;
  }
}
.underline-ltr-primary {
  position: relative;
}
.underline-ltr-primary::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #008274;
  transition: all 200ms;
}
.underline-ltr-primary::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-primary:hover::after {
    width: 100%;
  }
}

.underline-rtl-primary {
  position: relative;
}
.underline-rtl-primary::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #008274;
  transition: all 200ms;
}
.underline-rtl-primary::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-primary:hover::after {
    width: 100%;
  }
}

.underline-center-primary {
  position: relative;
}
.underline-center-primary::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #008274;
  transition: all 200ms;
}
.underline-center-primary::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-primary:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-primary:hover::after {
    width: 100%;
  }
}

.underline-ltr-secondary {
  position: relative;
}
.underline-ltr-secondary::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #a68d6e;
  transition: all 200ms;
}
.underline-ltr-secondary::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-secondary:hover::after {
    width: 100%;
  }
}

.underline-rtl-secondary {
  position: relative;
}
.underline-rtl-secondary::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #a68d6e;
  transition: all 200ms;
}
.underline-rtl-secondary::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-secondary:hover::after {
    width: 100%;
  }
}

.underline-center-secondary {
  position: relative;
}
.underline-center-secondary::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #a68d6e;
  transition: all 200ms;
}
.underline-center-secondary::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-secondary:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-secondary:hover::after {
    width: 100%;
  }
}

.underline-ltr-success {
  position: relative;
}
.underline-ltr-success::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3c8574;
  transition: all 200ms;
}
.underline-ltr-success::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-success:hover::after {
    width: 100%;
  }
}

.underline-rtl-success {
  position: relative;
}
.underline-rtl-success::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3c8574;
  transition: all 200ms;
}
.underline-rtl-success::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-success:hover::after {
    width: 100%;
  }
}

.underline-center-success {
  position: relative;
}
.underline-center-success::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3c8574;
  transition: all 200ms;
}
.underline-center-success::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-success:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-success:hover::after {
    width: 100%;
  }
}

.underline-ltr-info {
  position: relative;
}
.underline-ltr-info::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #203967;
  transition: all 200ms;
}
.underline-ltr-info::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-info:hover::after {
    width: 100%;
  }
}

.underline-rtl-info {
  position: relative;
}
.underline-rtl-info::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #203967;
  transition: all 200ms;
}
.underline-rtl-info::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-info:hover::after {
    width: 100%;
  }
}

.underline-center-info {
  position: relative;
}
.underline-center-info::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #203967;
  transition: all 200ms;
}
.underline-center-info::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-info:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-info:hover::after {
    width: 100%;
  }
}

.underline-ltr-warning {
  position: relative;
}
.underline-ltr-warning::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c78071;
  transition: all 200ms;
}
.underline-ltr-warning::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-warning:hover::after {
    width: 100%;
  }
}

.underline-rtl-warning {
  position: relative;
}
.underline-rtl-warning::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c78071;
  transition: all 200ms;
}
.underline-rtl-warning::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-warning:hover::after {
    width: 100%;
  }
}

.underline-center-warning {
  position: relative;
}
.underline-center-warning::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c78071;
  transition: all 200ms;
}
.underline-center-warning::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-warning:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-warning:hover::after {
    width: 100%;
  }
}

.underline-ltr-danger {
  position: relative;
}
.underline-ltr-danger::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #b85f4d;
  transition: all 200ms;
}
.underline-ltr-danger::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-danger:hover::after {
    width: 100%;
  }
}

.underline-rtl-danger {
  position: relative;
}
.underline-rtl-danger::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #b85f4d;
  transition: all 200ms;
}
.underline-rtl-danger::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-danger:hover::after {
    width: 100%;
  }
}

.underline-center-danger {
  position: relative;
}
.underline-center-danger::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #b85f4d;
  transition: all 200ms;
}
.underline-center-danger::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-danger:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-danger:hover::after {
    width: 100%;
  }
}

.underline-ltr-light {
  position: relative;
}
.underline-ltr-light::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f4f3f3;
  transition: all 200ms;
}
.underline-ltr-light::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-light:hover::after {
    width: 100%;
  }
}

.underline-rtl-light {
  position: relative;
}
.underline-rtl-light::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f4f3f3;
  transition: all 200ms;
}
.underline-rtl-light::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-light:hover::after {
    width: 100%;
  }
}

.underline-center-light {
  position: relative;
}
.underline-center-light::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f4f3f3;
  transition: all 200ms;
}
.underline-center-light::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-light:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-light:hover::after {
    width: 100%;
  }
}

.underline-ltr-dark {
  position: relative;
}
.underline-ltr-dark::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #343a40;
  transition: all 200ms;
}
.underline-ltr-dark::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .underline-ltr-dark:hover::after {
    width: 100%;
  }
}

.underline-rtl-dark {
  position: relative;
}
.underline-rtl-dark::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #343a40;
  transition: all 200ms;
}
.underline-rtl-dark::after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .underline-rtl-dark:hover::after {
    width: 100%;
  }
}

.underline-center-dark {
  position: relative;
}
.underline-center-dark::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #343a40;
  transition: all 200ms;
}
.underline-center-dark::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-dark:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-dark:hover::after {
    width: 100%;
  }
}

.highlight-ltr-primary {
  position: relative;
  z-index: 0;
}
.highlight-ltr-primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-primary::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-primary:hover::before {
    width: 100%;
  }
}

.highlight-rtl-primary {
  position: relative;
  z-index: 0;
}
.highlight-rtl-primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-primary::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-primary:hover::before {
    width: 100%;
  }
}

.highlight-btt-primary {
  position: relative;
  z-index: 0;
}
.highlight-btt-primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.highlight-btt-primary::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-primary:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-primary:hover::before {
    width: 100%;
  }
}

.highlight-ttb-primary {
  position: relative;
  z-index: 0;
}
.highlight-ttb-primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-primary::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-primary:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-primary:hover::before {
    width: 100%;
  }
}

.highlight-center-primary {
  position: relative;
  z-index: 0;
}
.highlight-center-primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.highlight-center-primary::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-primary:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-primary:hover::before {
    width: 100%;
  }
}

.highlight-ltr-secondary {
  position: relative;
  z-index: 0;
}
.highlight-ltr-secondary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-secondary::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-secondary:hover::before {
    width: 100%;
  }
}

.highlight-rtl-secondary {
  position: relative;
  z-index: 0;
}
.highlight-rtl-secondary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-secondary::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-secondary:hover::before {
    width: 100%;
  }
}

.highlight-btt-secondary {
  position: relative;
  z-index: 0;
}
.highlight-btt-secondary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.highlight-btt-secondary::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-secondary:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-secondary:hover::before {
    width: 100%;
  }
}

.highlight-ttb-secondary {
  position: relative;
  z-index: 0;
}
.highlight-ttb-secondary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-secondary::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-secondary:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-secondary:hover::before {
    width: 100%;
  }
}

.highlight-center-secondary {
  position: relative;
  z-index: 0;
}
.highlight-center-secondary::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.highlight-center-secondary::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-secondary:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-secondary:hover::before {
    width: 100%;
  }
}

.highlight-ltr-success {
  position: relative;
  z-index: 0;
}
.highlight-ltr-success::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-success::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-success:hover::before {
    width: 100%;
  }
}

.highlight-rtl-success {
  position: relative;
  z-index: 0;
}
.highlight-rtl-success::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-success::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-success:hover::before {
    width: 100%;
  }
}

.highlight-btt-success {
  position: relative;
  z-index: 0;
}
.highlight-btt-success::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.highlight-btt-success::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-success:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-success:hover::before {
    width: 100%;
  }
}

.highlight-ttb-success {
  position: relative;
  z-index: 0;
}
.highlight-ttb-success::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-success::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-success:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-success:hover::before {
    width: 100%;
  }
}

.highlight-center-success {
  position: relative;
  z-index: 0;
}
.highlight-center-success::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.highlight-center-success::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-success:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-success:hover::before {
    width: 100%;
  }
}

.highlight-ltr-info {
  position: relative;
  z-index: 0;
}
.highlight-ltr-info::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-info::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-info:hover::before {
    width: 100%;
  }
}

.highlight-rtl-info {
  position: relative;
  z-index: 0;
}
.highlight-rtl-info::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-info::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-info:hover::before {
    width: 100%;
  }
}

.highlight-btt-info {
  position: relative;
  z-index: 0;
}
.highlight-btt-info::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.highlight-btt-info::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-info:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-info:hover::before {
    width: 100%;
  }
}

.highlight-ttb-info {
  position: relative;
  z-index: 0;
}
.highlight-ttb-info::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-info::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-info:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-info:hover::before {
    width: 100%;
  }
}

.highlight-center-info {
  position: relative;
  z-index: 0;
}
.highlight-center-info::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.highlight-center-info::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-info:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-info:hover::before {
    width: 100%;
  }
}

.highlight-ltr-warning {
  position: relative;
  z-index: 0;
}
.highlight-ltr-warning::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-warning::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-warning:hover::before {
    width: 100%;
  }
}

.highlight-rtl-warning {
  position: relative;
  z-index: 0;
}
.highlight-rtl-warning::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-warning::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-warning:hover::before {
    width: 100%;
  }
}

.highlight-btt-warning {
  position: relative;
  z-index: 0;
}
.highlight-btt-warning::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.highlight-btt-warning::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-warning:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-warning:hover::before {
    width: 100%;
  }
}

.highlight-ttb-warning {
  position: relative;
  z-index: 0;
}
.highlight-ttb-warning::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-warning::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-warning:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-warning:hover::before {
    width: 100%;
  }
}

.highlight-center-warning {
  position: relative;
  z-index: 0;
}
.highlight-center-warning::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.highlight-center-warning::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-warning:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-warning:hover::before {
    width: 100%;
  }
}

.highlight-ltr-danger {
  position: relative;
  z-index: 0;
}
.highlight-ltr-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-danger::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-danger:hover::before {
    width: 100%;
  }
}

.highlight-rtl-danger {
  position: relative;
  z-index: 0;
}
.highlight-rtl-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-danger::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-danger:hover::before {
    width: 100%;
  }
}

.highlight-btt-danger {
  position: relative;
  z-index: 0;
}
.highlight-btt-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.highlight-btt-danger::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-danger:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-danger:hover::before {
    width: 100%;
  }
}

.highlight-ttb-danger {
  position: relative;
  z-index: 0;
}
.highlight-ttb-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-danger::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-danger:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-danger:hover::before {
    width: 100%;
  }
}

.highlight-center-danger {
  position: relative;
  z-index: 0;
}
.highlight-center-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.highlight-center-danger::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-danger:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-danger:hover::before {
    width: 100%;
  }
}

.highlight-ltr-light {
  position: relative;
  z-index: 0;
}
.highlight-ltr-light::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-light::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-light:hover::before {
    width: 100%;
  }
}

.highlight-rtl-light {
  position: relative;
  z-index: 0;
}
.highlight-rtl-light::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-light::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-light:hover::before {
    width: 100%;
  }
}

.highlight-btt-light {
  position: relative;
  z-index: 0;
}
.highlight-btt-light::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.highlight-btt-light::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-light:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-light:hover::before {
    width: 100%;
  }
}

.highlight-ttb-light {
  position: relative;
  z-index: 0;
}
.highlight-ttb-light::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-light::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-light:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-light:hover::before {
    width: 100%;
  }
}

.highlight-center-light {
  position: relative;
  z-index: 0;
}
.highlight-center-light::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.highlight-center-light::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-light:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-light:hover::before {
    width: 100%;
  }
}

.highlight-ltr-dark {
  position: relative;
  z-index: 0;
}
.highlight-ltr-dark::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.highlight-ltr-dark::before {
  bottom: -2px;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .highlight-ltr-dark:hover::before {
    width: 100%;
  }
}

.highlight-rtl-dark {
  position: relative;
  z-index: 0;
}
.highlight-rtl-dark::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.highlight-rtl-dark::before {
  bottom: -2px;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .highlight-rtl-dark:hover::before {
    width: 100%;
  }
}

.highlight-btt-dark {
  position: relative;
  z-index: 0;
}
.highlight-btt-dark::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.highlight-btt-dark::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-btt-dark:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-btt-dark:hover::before {
    width: 100%;
  }
}

.highlight-ttb-dark {
  position: relative;
  z-index: 0;
}
.highlight-ttb-dark::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.highlight-ttb-dark::before {
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .highlight-ttb-dark:hover::before {
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 992px) {
  .highlight-ttb-dark:hover::before {
    width: 100%;
  }
}

.highlight-center-dark {
  position: relative;
  z-index: 0;
}
.highlight-center-dark::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  z-index: -1;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.highlight-center-dark::before {
  bottom: -2px;
  top: -2px;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .highlight-center-dark:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .highlight-center-dark:hover::before {
    width: 100%;
  }
}

.tocolor-primary {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-primary:hover {
    color: #008274;
  }
}

.tocolor-secondary {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-secondary:hover {
    color: #a68d6e;
  }
}

.tocolor-success {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-success:hover {
    color: #3c8574;
  }
}

.tocolor-info {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-info:hover {
    color: #203967;
  }
}

.tocolor-warning {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-warning:hover {
    color: #c78071;
  }
}

.tocolor-danger {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-danger:hover {
    color: #b85f4d;
  }
}

.tocolor-light {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-light:hover {
    color: #f4f3f3;
  }
}

.tocolor-dark {
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .tocolor-dark:hover {
    color: #343a40;
  }
}

.leftline-ltr-primary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-primary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-primary::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-primary:hover::before {
    width: 2px;
  }
}
.leftline-ltr-primary:hover {
  left: 10px;
}
.leftline-ltr-primary:hover::before {
  left: -10px;
}

.leftline-btt-primary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-primary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.leftline-btt-primary::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-primary:hover::before {
    height: 100%;
  }
}
.leftline-btt-primary:hover {
  left: 10px;
}
.leftline-btt-primary:hover::before {
  left: -10px;
}

.leftline-ttb-primary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-primary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-primary::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-primary:hover::before {
    height: 100%;
  }
}
.leftline-ttb-primary:hover {
  left: 10px;
}
.leftline-ttb-primary:hover::before {
  left: -10px;
}

.leftline-center-primary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-primary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #008274;
  transition: all 200ms ease-in-out;
}
.leftline-center-primary::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-primary:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-primary:hover {
  left: 10px;
}
.leftline-center-primary:hover::before {
  left: -10px;
}

.leftline-ltr-secondary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-secondary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-secondary::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-secondary:hover::before {
    width: 2px;
  }
}
.leftline-ltr-secondary:hover {
  left: 10px;
}
.leftline-ltr-secondary:hover::before {
  left: -10px;
}

.leftline-btt-secondary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-secondary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.leftline-btt-secondary::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-secondary:hover::before {
    height: 100%;
  }
}
.leftline-btt-secondary:hover {
  left: 10px;
}
.leftline-btt-secondary:hover::before {
  left: -10px;
}

.leftline-ttb-secondary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-secondary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-secondary::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-secondary:hover::before {
    height: 100%;
  }
}
.leftline-ttb-secondary:hover {
  left: 10px;
}
.leftline-ttb-secondary:hover::before {
  left: -10px;
}

.leftline-center-secondary {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-secondary::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #a68d6e;
  transition: all 200ms ease-in-out;
}
.leftline-center-secondary::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-secondary:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-secondary:hover {
  left: 10px;
}
.leftline-center-secondary:hover::before {
  left: -10px;
}

.leftline-ltr-success {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-success::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-success::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-success:hover::before {
    width: 2px;
  }
}
.leftline-ltr-success:hover {
  left: 10px;
}
.leftline-ltr-success:hover::before {
  left: -10px;
}

.leftline-btt-success {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-success::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.leftline-btt-success::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-success:hover::before {
    height: 100%;
  }
}
.leftline-btt-success:hover {
  left: 10px;
}
.leftline-btt-success:hover::before {
  left: -10px;
}

.leftline-ttb-success {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-success::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-success::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-success:hover::before {
    height: 100%;
  }
}
.leftline-ttb-success:hover {
  left: 10px;
}
.leftline-ttb-success:hover::before {
  left: -10px;
}

.leftline-center-success {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-success::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #3c8574;
  transition: all 200ms ease-in-out;
}
.leftline-center-success::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-success:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-success:hover {
  left: 10px;
}
.leftline-center-success:hover::before {
  left: -10px;
}

.leftline-ltr-info {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-info::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-info::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-info:hover::before {
    width: 2px;
  }
}
.leftline-ltr-info:hover {
  left: 10px;
}
.leftline-ltr-info:hover::before {
  left: -10px;
}

.leftline-btt-info {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-info::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.leftline-btt-info::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-info:hover::before {
    height: 100%;
  }
}
.leftline-btt-info:hover {
  left: 10px;
}
.leftline-btt-info:hover::before {
  left: -10px;
}

.leftline-ttb-info {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-info::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-info::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-info:hover::before {
    height: 100%;
  }
}
.leftline-ttb-info:hover {
  left: 10px;
}
.leftline-ttb-info:hover::before {
  left: -10px;
}

.leftline-center-info {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-info::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #203967;
  transition: all 200ms ease-in-out;
}
.leftline-center-info::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-info:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-info:hover {
  left: 10px;
}
.leftline-center-info:hover::before {
  left: -10px;
}

.leftline-ltr-warning {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-warning::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-warning::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-warning:hover::before {
    width: 2px;
  }
}
.leftline-ltr-warning:hover {
  left: 10px;
}
.leftline-ltr-warning:hover::before {
  left: -10px;
}

.leftline-btt-warning {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-warning::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.leftline-btt-warning::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-warning:hover::before {
    height: 100%;
  }
}
.leftline-btt-warning:hover {
  left: 10px;
}
.leftline-btt-warning:hover::before {
  left: -10px;
}

.leftline-ttb-warning {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-warning::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-warning::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-warning:hover::before {
    height: 100%;
  }
}
.leftline-ttb-warning:hover {
  left: 10px;
}
.leftline-ttb-warning:hover::before {
  left: -10px;
}

.leftline-center-warning {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-warning::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #c78071;
  transition: all 200ms ease-in-out;
}
.leftline-center-warning::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-warning:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-warning:hover {
  left: 10px;
}
.leftline-center-warning:hover::before {
  left: -10px;
}

.leftline-ltr-danger {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-danger::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-danger::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-danger:hover::before {
    width: 2px;
  }
}
.leftline-ltr-danger:hover {
  left: 10px;
}
.leftline-ltr-danger:hover::before {
  left: -10px;
}

.leftline-btt-danger {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-danger::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.leftline-btt-danger::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-danger:hover::before {
    height: 100%;
  }
}
.leftline-btt-danger:hover {
  left: 10px;
}
.leftline-btt-danger:hover::before {
  left: -10px;
}

.leftline-ttb-danger {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-danger::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-danger::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-danger:hover::before {
    height: 100%;
  }
}
.leftline-ttb-danger:hover {
  left: 10px;
}
.leftline-ttb-danger:hover::before {
  left: -10px;
}

.leftline-center-danger {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-danger::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #b85f4d;
  transition: all 200ms ease-in-out;
}
.leftline-center-danger::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-danger:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-danger:hover {
  left: 10px;
}
.leftline-center-danger:hover::before {
  left: -10px;
}

.leftline-ltr-light {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-light::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-light::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-light:hover::before {
    width: 2px;
  }
}
.leftline-ltr-light:hover {
  left: 10px;
}
.leftline-ltr-light:hover::before {
  left: -10px;
}

.leftline-btt-light {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-light::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.leftline-btt-light::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-light:hover::before {
    height: 100%;
  }
}
.leftline-btt-light:hover {
  left: 10px;
}
.leftline-btt-light:hover::before {
  left: -10px;
}

.leftline-ttb-light {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-light::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-light::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-light:hover::before {
    height: 100%;
  }
}
.leftline-ttb-light:hover {
  left: 10px;
}
.leftline-ttb-light:hover::before {
  left: -10px;
}

.leftline-center-light {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-light::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #f4f3f3;
  transition: all 200ms ease-in-out;
}
.leftline-center-light::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-light:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-light:hover {
  left: 10px;
}
.leftline-center-light:hover::before {
  left: -10px;
}

.leftline-ltr-dark {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-dark::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.leftline-ltr-dark::before {
  width: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .leftline-ltr-dark:hover::before {
    width: 2px;
  }
}
.leftline-ltr-dark:hover {
  left: 10px;
}
.leftline-ltr-dark:hover::before {
  left: -10px;
}

.leftline-btt-dark {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-btt-dark::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.leftline-btt-dark::before {
  height: 0;
  bottom: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-btt-dark:hover::before {
    height: 100%;
  }
}
.leftline-btt-dark:hover {
  left: 10px;
}
.leftline-btt-dark:hover::before {
  left: -10px;
}

.leftline-ttb-dark {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-dark::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.leftline-ttb-dark::before {
  height: 0;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-ttb-dark:hover::before {
    height: 100%;
  }
}
.leftline-ttb-dark:hover {
  left: 10px;
}
.leftline-ttb-dark:hover::before {
  left: -10px;
}

.leftline-center-dark {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out;
}
.leftline-center-dark::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #343a40;
  transition: all 200ms ease-in-out;
}
.leftline-center-dark::before {
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .leftline-center-dark:hover::before {
    height: 100%;
    top: 0;
  }
}
.leftline-center-dark:hover {
  left: 10px;
}
.leftline-center-dark:hover::before {
  left: -10px;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.modal-open header {
  padding-right: 17px;
}

.page-wrapper {
  padding-top: 75px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

pre {
  display: table;
  width: 100%;
}

.tableau-responsive {
  overflow-x: auto;
}

.rgaa-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

* {
  outline: none !important;
}

.nav-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-slider.nav-slider-white .arrow.prev {
  width: 12px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -94px -160px;
}
.nav-slider.nav-slider-white .arrow.next {
  width: 12px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -190px -160px;
}
.nav-slider.nav-slider-white .slick-dots li.slick-active button {
  background: #fff;
}
.nav-slider.nav-slider-white .slick-dots li button {
  border-color: #fff;
}
.nav-slider .arrow {
  position: relative;
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.nav-slider .arrow.prev {
  order: 0;
  width: 12px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -134px -120px;
}
.nav-slider .arrow.next {
  order: 2;
  width: 12px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -126px -160px;
}
.nav-slider .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  bottom: unset;
  order: 1;
  margin: 0 17px;
}
.nav-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-slider .slick-dots li.slick-active button {
  background: #008274;
}
.nav-slider .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #008274;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.nav-slider .slick-dots li button::before {
  display: none;
}

.btn.btn-loader {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal#modal-recherche .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-header .close {
  font-size: 48px;
  opacity: 1;
  text-shadow: none;
  padding: 0 1rem;
  color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-header .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal#modal-recherche .modal-dialog .modal-content .modal-body .recherche .input-group {
  position: relative;
  height: 60px;
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-body .recherche .input-group input {
  height: 100%;
  border: none;
  padding: 0 30px;
  color: #25374a;
  font-size: 19px;
  font-weight: normal;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-body .recherche .input-group input::placeholder {
  color: #203967;
  font-style: italic;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-body .recherche .input-group .submit-recherche {
  position: relative;
  width: 80px;
  height: 100%;
  background: #fff;
  border: none;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-body .recherche .input-group .submit-recherche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pictos/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
}
.modal#modal-recherche .modal-dialog .modal-content .modal-body .recherche .input-group .submit-recherche span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.modal-backdrop.show {
  opacity: 0.9;
}

/*
-- README --
Ce fichier style le header.
2 Headers sont proposés :
- full sticky header (par défaut) : la totalité du header est sticky et reste inchangée quand on scroll
- sticky header partiel : seulement une partie du header devient sticky au scroll (en général, la partie avec le menu). Vous devrez décommentez le sticky header partiel et commentez le full sticky header pour changer de configuration. Une partie en JS sera aussi à décommenter.
Vous pouvez changer l'apparence d'un full sticky header au scroll (pour diminuer certaines parties ou changer sa couleur par exemple) en adaptant le JS d'un sticky header partiel pour ajouter une class au scroll.
NB : en responsive, il faudra sans doute adapter le header et placer certains éléments dans le menu burger (réseaux sociaux, recherche, autres liens, etc) afin de gagner de la place.
*/
body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 145px;
  background: #fff;
  z-index: 10;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
body > header.scrolling {
  height: 110px;
}
body > header.scrolling .conteneur-header .conteneur-logo {
  display: flex;
  align-items: center;
  max-height: 100px;
}
body > header.scrolling .conteneur-header .conteneur-logo .logo {
  height: 80px;
}
body > header.scrolling .conteneur-header .wrapper-header .surheader {
  height: 35px;
}
body > header.scrolling .conteneur-header .wrapper-header .surheader .menu-surheader ul li a {
  font-size: 14px;
}
body > header.scrolling .megamenu .dropdown-megamenu {
  top: 110px;
}
body > header.scrolling .megamenu .menu-desktop > li > a {
  height: 75px;
}
body > header.scrolling .megamenu .menu-desktop > li > ul {
  top: 110px;
}
body > header .choix-langue {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body > header .choix-langue.fr {
  background-image: url("../img/pictos/fr.jpg");
}
body > header .choix-langue.en {
  background-image: url("../img/pictos/eng.jpg");
}
@media (min-width: 992px) {
  body > header .choix-langue:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
body > header .conteneur-header {
  display: flex;
  position: relative;
  border-bottom: 1px solid #f0efef;
}
body > header .conteneur-header .conteneur-logo {
  position: relative;
  display: inline-block;
  padding: 15px;
  background: #fff;
  overflow: hidden;
  width: 210px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  body > header .conteneur-header .conteneur-logo:hover .logo {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  body > header .conteneur-header .conteneur-logo:hover .texte-logo {
    opacity: 1;
    -webkit-transition: all 300ms linear 150ms;
    -moz-transition: all 300ms linear 150ms;
    -ms-transition: all 300ms linear 150ms;
    -o-transition: all 300ms linear 150ms;
    transition: all 300ms linear 150ms;
  }
}
body > header .conteneur-header .conteneur-logo .logo {
  height: 93px;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 300ms linear 150ms;
  -moz-transition: all 300ms linear 150ms;
  -ms-transition: all 300ms linear 150ms;
  -o-transition: all 300ms linear 150ms;
  transition: all 300ms linear 150ms;
}
body > header .conteneur-header .conteneur-logo .texte-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #008274;
  font-weight: 700;
  text-align: center;
  padding-right: 30px;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body > header .conteneur-header .wrapper-header {
  display: flex;
  flex-direction: column;
}
body > header .conteneur-header .wrapper-header .surheader {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #e9ebec;
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader {
  display: flex;
  align-items: center;
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 30px;
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  background: #b85f4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li:last-of-type::after {
  display: none;
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li a {
  color: #8d8d8d;
  font-size: 15px;
  position: relative;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li a:hover {
    color: #008274;
  }
  body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #008274;
  }
}
body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #8d8d8d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body > header .conteneur-header .wrapper-header .surheader .trigger-recherche {
  background: transparent;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body > header .conteneur-header .wrapper-header .surheader .trigger-recherche:hover {
  -webkit-transform: rotate(15deg) scale(1.05);
  -moz-transform: rotate(15deg) scale(1.05);
  -ms-transform: rotate(15deg) scale(1.05);
  -o-transform: rotate(15deg) scale(1.05);
  transform: rotate(15deg) scale(1.05);
}
body > header .conteneur-header .wrapper-header .surheader .trigger-recherche .picto {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -94px -120px;
}
body > header .conteneur-header .wrapper-header .surheader .trigger-recherche img {
  display: none;
}

/*
-- README --
Ce fichier style le menu en version desktop.
Les couleurs de background et de typo sont à changer dans le fichier variables.
Seul le megamenu avec des niveaux 1 non cliquables est disponible pour le moment.
*/
@media screen and (min-width: 992px) {
  .burger {
    display: none;
  }

  .megamenu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    z-index: 8;
  }
  .megamenu .dropdown-megamenu {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #fff;
    top: 145px;
    left: 0;
    padding: 15px 30px;
    box-shadow: 0 8px 11px -2px rgba(23, 23, 23, 0.09);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .megamenu .dropdown-megamenu.active {
    display: flex;
  }
  .megamenu .dropdown-megamenu .contenu-dropdown {
    display: none;
  }
  .megamenu .dropdown-megamenu .contenu-dropdown.active {
    display: block;
  }
  .megamenu .dropdown-megamenu .close-megamenu {
    position: absolute;
    padding: 10px 15px;
    font-size: 30px;
    top: 0;
    right: 0;
    border: none;
    background: none;
  }
  .megamenu .dropdown-megamenu .close-megamenu:hover i {
    color: #008274;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .megamenu .dropdown-megamenu .close-megamenu i {
    color: #a68d6e;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .megamenu .dropdown-megamenu .titre-menu {
    display: block;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #25374a;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.conteneur-description {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    font-size: 14px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.conteneur-description p {
    margin-bottom: 10px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.pages-enfants {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.pages-enfants ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.pages-enfants ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.pages-enfants ul li a {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.pages-enfants ul li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.a-voir-aussi {
    flex: 0 0 25%;
    max-width: 25%;
    border-left: 1px solid #ccb790;
    padding-left: 30px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.a-voir-aussi .titre-element-menu {
    display: block;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #25374a;
    margin-bottom: 10px;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.a-voir-aussi ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.a-voir-aussi ul li a {
    position: relative;
    display: inline-block;
    color: #a68d6e;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
  }
  .megamenu .dropdown-megamenu .conteneur-popup-menu .element-menu.a-voir-aussi ul li a:hover {
    color: #b85f4d;
  }
  .megamenu .menu-desktop {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    z-index: 10;
  }
  .megamenu .menu-desktop ul {
    list-style: none;
    padding-left: 0;
  }
  .megamenu .menu-desktop > li {
    display: flex;
    justify-content: center;
    padding: 0 40px;
  }
  .megamenu .menu-desktop > li:first-of-type {
    padding-left: 0;
  }
  .megamenu .menu-desktop > li:last-of-type {
    padding-right: 0;
  }
  .megamenu .menu-desktop > li:last-of-type > a::after {
    display: none;
  }
  .megamenu .menu-desktop > li.active > a {
    color: inherit;
  }
  .megamenu .menu-desktop > li.active > a::before {
    width: 70%;
    left: 5%;
  }
  .megamenu .menu-desktop > li.active > ul {
    display: flex;
  }
  .megamenu .menu-desktop > li > a {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #25374a;
    text-transform: uppercase;
    padding: 0;
    height: 100px;
    cursor: pointer;
    transition: all 300ms;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > a:hover {
    color: inherit;
  }
  .megamenu .menu-desktop > li > a:hover::before {
    width: 70%;
    left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #008274;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > a::after {
    content: "/";
    position: absolute;
    font-size: 40px;
    color: #e1cc97;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul {
    position: absolute;
    display: none;
    top: 145px;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 30px 5px 30px;
    border-top: none;
    min-height: 85px;
    box-shadow: 0 8px 11px -2px rgba(23, 23, 23, 0.09);
  }
  .megamenu .menu-desktop > li > ul > li {
    padding: 0 60px 15px 0;
  }
  .megamenu .menu-desktop > li > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a68d6e;
    transition: color 300ms;
    position: relative;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > a:hover {
    color: #b85f4d;
  }
  .megamenu .menu-desktop > li > ul > li > a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #b85f4d;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #a68d6e;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > a:hover {
    color: #b85f4d;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul {
    padding-left: 15px;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li > a {
    position: relative;
    font-size: 14px;
    color: #008274;
    font-style: italic;
    transition: color 300ms;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li > a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 0;
    height: 1px;
    background: #008274;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li > a:hover::before {
    width: 10px;
  }
}
/*
-- README --
Ce fichier est utilisé pour le style de la home (uniquement le contenu de la balise main).
*/
.page-wrapper.home .titre-section .break {
  display: block;
}
.page-wrapper.home section.section-recherche {
  position: relative;
  overflow: hidden;
  background: #000;
}
.page-wrapper.home section.section-recherche::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #331c10;
  background: linear-gradient(0deg, rgba(51, 28, 16, 0.9) 0%, rgba(51, 28, 16, 0) 46%);
}
.page-wrapper.home section.section-recherche .slider-images {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-wrapper.home section.section-recherche .slider-images * {
  height: inherit;
}
.page-wrapper.home section.section-recherche .slider-images .slide-image {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.page-wrapper.home section.section-recherche .slider-images .slide-image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home {
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 50px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 30px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .arrow.arrow-prev {
  left: 0;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .arrow.arrow-next {
  right: 0;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  max-width: 840px;
  padding-bottom: 60px;
  margin: auto;
  text-shadow: 7px 7px 70px #000;
  letter-spacing: 1px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home h1 strong {
  display: block;
  font-weight: 600;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group {
  position: relative;
  height: 60px;
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group input {
  height: 100%;
  border: none;
  padding: 0 30px;
  color: #25374a;
  font-size: 19px;
  font-weight: normal;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group input::placeholder {
  color: #203967;
  font-style: italic;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group .submit-recherche {
  position: relative;
  width: 80px;
  height: 100%;
  background: #fff;
  border: none;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group .submit-recherche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pictos/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group .submit-recherche span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles {
  margin-top: 30px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles strong {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles .mot {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles .mot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/pictos/css_sprites.png") -226px -10px;
}
.page-wrapper.home section.section-prestations {
  position: relative;
}
.page-wrapper.home section.section-prestations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url("../img/pictos/scroll.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.home section.section-prestations .titre-section {
  position: absolute;
  top: 40px;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #846b57;
  text-align: right;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
  padding-left: 100px;
}
.page-wrapper.home section.section-prestations .conteneur-prestations {
  position: relative;
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation {
  margin-bottom: 130px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 1260px) {
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation:first-of-type, .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation:nth-of-type(4) {
    margin-left: 25%;
  }
}
.page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation:hover .conteneur-detail {
    width: 90%;
    margin-left: 5%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation:hover .conteneur-detail .titre {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation:hover .conteneur-detail .overlay {
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
.page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  padding: 10px 15px;
  max-width: 90%;
  width: auto;
  left: 0;
  top: 95%;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail .titre {
  display: inline-block;
  font-weight: 500;
  color: #c3b29d;
  text-transform: uppercase;
  font-size: 26px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail .overlay {
  display: block;
  color: #008274;
  text-align: center;
  opacity: 0;
}
.page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail .overlay .description {
  margin-bottom: 30px;
}
.page-wrapper.home section.section-prestations .footer-prestations {
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.page-wrapper.home section.section-success-stories {
  background: linear-gradient(to bottom, #efefef, #fff);
  padding-bottom: 80px;
}
.page-wrapper.home section.section-success-stories .btn::after {
  border-color: #f4f3f3;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories {
  position: relative;
  padding-top: 50px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .titre-section {
  position: absolute;
  margin-left: 155px;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #008274;
  text-align: right;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
  background: linear-gradient(to bottom, #f0f0f0, #f1f1f1);
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories {
  margin-top: 120px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .groupe-success-story {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .groupe-success-story > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: 16.6666666667%;
  padding: 0;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story:nth-of-type(1) {
  z-index: 1;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story:nth-of-type(2) {
  margin-top: -115px;
  margin-bottom: 60px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story:nth-of-type(2) .story {
  margin-left: -30px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story:nth-of-type(2) .story .visuel {
  order: 2;
  margin-right: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story:nth-of-type(2) .story .conteneur-detail {
  margin-top: 170px;
  margin-left: 30px;
  margin-right: 40px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story {
  display: flex;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .visuel {
  flex-shrink: 0;
  margin-right: 40px;
  width: 450px;
  height: 460px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail {
  margin-top: 30px;
  color: #008274;
  width: 410px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail .titre {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail .description {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .footer-success-stories {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.home section.section-success-stories .conteneur-success-stories .footer-success-stories .nav-slider {
  margin-right: 55px;
}
.page-wrapper.home section.actualites-evenements {
  position: relative;
  overflow: hidden;
  padding-top: 75px;
}
.page-wrapper.home section.actualites-evenements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements {
  position: relative;
  z-index: 1;
}
.page-wrapper.home section.actualites-evenements .slider-img-actu {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  background: #331c10;
  overflow: hidden;
}
.page-wrapper.home section.actualites-evenements .slider-img-actu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #331c10;
  background: linear-gradient(0deg, #331c10 0%, #331c10 14%, rgba(51, 28, 16, 0) 41%, rgba(51, 28, 16, 0) 100%);
  z-index: 1;
}
.page-wrapper.home section.actualites-evenements .slider-img-actu * {
  height: 100%;
}
.page-wrapper.home section.actualites-evenements .slider-img-actu .img-actu {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}
.page-wrapper.home section.actualites-evenements .slider-img-actu .visuel {
  position: absolute;
  height: auto;
  width: 100%;
}
.page-wrapper.home section.actualites-evenements .titre-section {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: -75px;
}
.page-wrapper.home section.actualites-evenements .titre-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  height: 700px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section {
  font-size: 42px;
  line-height: 42px;
  padding: 15px 20px;
  font-weight: bold;
  color: #b85f4d;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section::before {
  left: -50vw;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .slick-slide {
  width: 100%;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .img-actu {
  display: none;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #b85f4d;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail .secteur {
  text-transform: uppercase;
  text-shadow: 7px 7px 20px #000;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 25px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail .date {
  padding: 2px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #b85f4d;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre {
  position: relative;
  font-size: 30px;
  font-weight: normal;
  text-shadow: 7px 7px 20px #000;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre:hover::after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    left: 0;
    width: 100%;
  }
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre a {
  color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider {
  margin-right: 55px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider .slick-dots li {
  color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider .slick-dots li button {
  color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more {
  position: relative;
  color: #fff;
  border-color: #b85f4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  z-index: 1;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #331C10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:hover {
  color: #b85f4d;
  border-color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:hover:after {
  border-width: 9px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:focus, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more.focus {
  color: #b85f4d;
  border-color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:focus:after, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more.focus:after {
  border-width: 9px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more.disabled, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  background: #846b57;
  z-index: 2;
  height: 700px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  background: #846b57;
  z-index: -1;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .titre-section {
  font-size: 42px;
  line-height: 42px;
  padding: 15px 20px;
  font-weight: bold;
  color: #008274;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .titre-section::before {
  right: -50vw;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements {
  margin-top: 75px;
  margin-left: 25px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement:hover .date {
    color: #fff;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement:hover .date::before {
    height: 100%;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement:hover .conteneur-detail {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  width: 85px;
  height: 85px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #008274;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  line-height: 1;
  margin-right: 20px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail {
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .secteur {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-right: 40px;
  border-bottom: 1px solid #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .titre {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-top: 7px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more {
  position: relative;
  color: #fff;
  border-color: #f5ead0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  margin-bottom: 50px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #846b57;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:hover {
  color: #f5ead0;
  border-color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:hover:after {
  border-width: 9px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:focus, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more.focus {
  color: #f5ead0;
  border-color: #fff;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:focus:after, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more.focus:after {
  border-width: 9px;
}
.page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more.disabled, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.home section.section-ressources-documentaires {
  position: relative;
  background-image: url("../img/home/ressources.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.page-wrapper.home section.section-ressources-documentaires .conteneur-ressources {
  position: relative;
  padding-top: 230px;
  padding-bottom: 120px;
}
.page-wrapper.home section.section-ressources-documentaires .conteneur-ressources .titre-section {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #203967;
  text-align: right;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper.home section.section-ressources-documentaires .conteneur-ressources .titre-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  width: 50vw;
  height: 100%;
  background: #fff;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #203967;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource:first-of-type {
  margin-left: 16.6666666667%;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource:hover .picto {
    -webkit-transform: translateY(-10px) rotate(-10deg);
    -moz-transform: translateY(-10px) rotate(-10deg);
    -ms-transform: translateY(-10px) rotate(-10deg);
    -o-transform: translateY(-10px) rotate(-10deg);
    transform: translateY(-10px) rotate(-10deg);
  }
  .page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource:hover .titre {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource:hover .titre::after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    left: 0;
    width: 100%;
  }
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource .titre {
  font-size: 20px;
  font-weight: bold;
  color: #203967;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource .titre::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #203967;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .lien-ressource .picto {
  margin-bottom: 30px;
  height: 70px;
  flex-shrink: 0;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource .description {
  font-size: 17px;
}
.page-wrapper.home section.section-ressources-documentaires .footer-ressources {
  display: none;
  align-items: center;
  justify-content: center;
}
.page-wrapper.home section.section-ressources-documentaires .footer-ressources .slick-dots li.slick-active button {
  background: #203967;
}
.page-wrapper.home section.section-ressources-documentaires .footer-ressources .slick-dots li button {
  border-color: #203967;
}
.page-wrapper.home section.section-ressources-documentaires .footer-ressources .arrow.prev {
  width: 12px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -166px -120px;
}
.page-wrapper.home section.section-ressources-documentaires .footer-ressources .arrow.next {
  width: 12px;
  height: 20px;
  background: url("../img/pictos/css_sprites.png") -158px -160px;
}
.page-wrapper.home section.section-secteurs {
  background: #faf9fa;
}
.page-wrapper.home section.section-secteurs .conteneur-section {
  position: relative;
}
.page-wrapper.home section.section-secteurs .conteneur-section .titre-section {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #846b57;
  text-align: right;
  background: #faf9fa;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 160px 0 10px 0;
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur:hover .conteneur-visuel .titre {
    bottom: -15px;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur:hover .description {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .conteneur-visuel {
  position: relative;
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .conteneur-visuel .titre {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf9fa;
  color: #ccb790;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  height: 60px;
  padding: 5px 10px;
  bottom: -40px;
  left: 0;
  margin: 0 8px 8px 8px;
  width: calc(100% - 16px);
  max-width: calc(100% - 16px);
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .description {
  text-align: center;
  margin-top: 50px;
  font-size: 19px;
  font-weight: 500;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.page-wrapper.home section.section-secteurs .footer-secteurs {
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.page-wrapper.home section.nous-suivre {
  background: #faf9fa;
}
.page-wrapper.home section.nous-suivre .conteneur-nous-suivre {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 80px 15px;
}
.page-wrapper.home section.nous-suivre .titre-section {
  position: relative;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #846b57;
  text-align: left;
  background: #faf9fa;
  z-index: 1;
  letter-spacing: -1px;
  margin-right: 100px;
}
.page-wrapper.home section.nous-suivre .conteneur-rs {
  display: flex;
}
.page-wrapper.home section.nous-suivre .rs {
  position: relative;
  color: #008274;
  border-color: #e1cc97;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 34px;
  margin: 0 25px;
}
.page-wrapper.home section.nous-suivre .rs::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 15px;
  height: 15px;
  border: 4px solid #f4f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e1cc97;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.nous-suivre .rs:hover {
  color: #e1cc97;
  border-color: #008274;
}
.page-wrapper.home section.nous-suivre .rs:hover:after {
  border-width: 9px;
}
.page-wrapper.home section.nous-suivre .rs:focus, .page-wrapper.home section.nous-suivre .rs.focus {
  color: #e1cc97;
  border-color: #008274;
}
.page-wrapper.home section.nous-suivre .rs:focus:after, .page-wrapper.home section.nous-suivre .rs.focus:after {
  border-width: 9px;
}
.page-wrapper.home section.nous-suivre .rs.disabled, .page-wrapper.home section.nous-suivre .rs:disabled {
  color: #008274;
  background-color: transparent;
}
.page-wrapper.home section.nous-suivre .rs svg .cls-1 {
  fill: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.nous-suivre .rs:hover svg .cls-1 {
    fill: #e1cc97;
  }
}

/*
-- README --
Ce fichier sert à styler tous les éléments non génériques du site, en dehors de la Home.
Il est primordial de commenter et d'organiser ce fichier.
Délimitez les pages pour plus de clarté. Si le site est volumineux, vous pouvez également faire des fichiers séparés pour les pages les plus importantes (par exemple, un fichier pour les pages de liste, un autre pour la page de détail d'un programme ou d'un bien).
*/
.page-wrapper.liste .no-result {
  background: #fff;
  padding: 30px 15px;
  border-bottom: 90px solid #eeeeee;
  text-align: center;
  width: 100%;
}
.page-wrapper.liste .no-result a {
  position: relative;
  margin-top: 15px;
  position: relative;
  color: #ccb790;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.liste .no-result a::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .no-result a:hover {
  color: #008274;
  border-color: #ccb790;
}
.page-wrapper.liste .no-result a:hover:after {
  border-width: 9px;
}
.page-wrapper.liste .no-result a:focus, .page-wrapper.liste .no-result a.focus {
  color: #008274;
  border-color: #ccb790;
}
.page-wrapper.liste .no-result a:focus:after, .page-wrapper.liste .no-result a.focus:after {
  border-width: 9px;
}
.page-wrapper.liste .no-result a.disabled, .page-wrapper.liste .no-result a:disabled {
  color: #ccb790;
  background-color: transparent;
}
.page-wrapper.liste .conteneur-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.page-wrapper.liste .conteneur-cta .btn {
  margin: 5px 15px;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre) {
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre)::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre):hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre):hover:after {
  border-width: 9px;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre):focus, .page-wrapper.liste .conteneur-cta .btn:not(.ancre).focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre):focus:after, .page-wrapper.liste .conteneur-cta .btn:not(.ancre).focus:after {
  border-width: 9px;
}
.page-wrapper.liste .conteneur-cta .btn:not(.ancre).disabled, .page-wrapper.liste .conteneur-cta .btn:not(.ancre):disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.liste .conteneur-cta .btn.ancre i {
  margin-left: 10px;
}
.page-wrapper.liste .retour-archive {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.liste .retour-archive .btn-archive {
  position: relative;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: #203967;
  margin-top: 0;
}
.page-wrapper.liste .retour-archive .btn-archive::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .retour-archive .btn-archive:hover {
  color: #eeeeee;
  border-color: #fff;
}
.page-wrapper.liste .retour-archive .btn-archive:hover:after {
  border-width: 9px;
}
.page-wrapper.liste .retour-archive .btn-archive:focus, .page-wrapper.liste .retour-archive .btn-archive.focus {
  color: #eeeeee;
  border-color: #fff;
}
.page-wrapper.liste .retour-archive .btn-archive:focus:after, .page-wrapper.liste .retour-archive .btn-archive.focus:after {
  border-width: 9px;
}
.page-wrapper.liste .retour-archive .btn-archive.disabled, .page-wrapper.liste .retour-archive .btn-archive:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.liste .btn-archive {
  position: relative;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: #203967;
  margin-top: 15px;
}
.page-wrapper.liste .btn-archive::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #c4d9e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .btn-archive:hover {
  color: #c4d9e4;
  border-color: #fff;
}
.page-wrapper.liste .btn-archive:hover:after {
  border-width: 9px;
}
.page-wrapper.liste .btn-archive:focus, .page-wrapper.liste .btn-archive.focus {
  color: #c4d9e4;
  border-color: #fff;
}
.page-wrapper.liste .btn-archive:focus:after, .page-wrapper.liste .btn-archive.focus:after {
  border-width: 9px;
}
.page-wrapper.liste .btn-archive.disabled, .page-wrapper.liste .btn-archive:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.liste .btn-archive i {
  margin-right: 10px;
}
.page-wrapper.liste section.section-filtres {
  background: #c4d9e4;
  margin-top: 40px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres {
  position: relative;
  padding-top: 110px;
  padding-bottom: 75px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres .titre-section {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #008274;
  text-align: center;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  width: 33%;
  margin-bottom: 0;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  width: 33%;
  align-self: stretch;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check label {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #331c10;
  text-transform: none;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  padding-left: 30px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-radius: 2px;
  border: 2px solid #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check label::after {
  display: none;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check input[type=checkbox] {
  height: auto;
  padding: 0;
  width: auto;
  display: none;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check input[type=checkbox]:checked + label::before {
  background: #b85f4d;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
  width: 50%;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text input {
  height: 50px;
  border: none;
  padding: 0 30px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group label {
  position: relative;
  padding-left: 75px;
  font-size: 16px;
  font-weight: 600;
  color: #331c10;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75px;
  right: 50px;
  height: 1px;
  background: #fff;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group input {
  width: 100%;
  border-radius: 40px;
  border-color: #fff;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#document + .select2 .select2-selection {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#document + .select2 .select2-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  background: url("../img/pictos/files.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#secteur + .select2 .select2-selection {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#secteur + .select2 .select2-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  background: url("../img/pictos/secteur.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#mot + .select2 .select2-selection {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#mot + .select2 .select2-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  background: url("../img/pictos/mot-cle.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#competence + .select2 .select2-selection {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#competence + .select2 .select2-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  background: url("../img/pictos/mot-cle.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#categorie + .select2 .select2-selection {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#categorie + .select2 .select2-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #c4d9e4;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#mois + .select2 .select2-selection {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group select#mois + .select2 .select2-selection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #c4d9e4;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 {
  position: relative;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2.select2-container--open .select2-selection::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection {
  position: relative;
  padding: 6px 40px 6px 70px;
  border-color: #fff;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url("../img/pictos/select.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection .select2-selection__choice {
  background: none;
  border: none;
  padding: 0;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .reinit, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .switch_events_page {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  color: rgba(37, 55, 74, 0.51);
  border-bottom: 1px solid rgba(37, 55, 74, 0.51);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .reinit:hover, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .switch_events_page:hover {
    border-bottom: 1px solid transparent;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .reinit:hover::before, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .switch_events_page:hover::before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .reinit {
  margin-left: 40px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .reinit::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -25px;
  width: 14px;
  height: 15px;
  background: url("../img/pictos/reinit.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit {
  position: relative;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: #a0c8e2;
  margin-left: 35px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #a0c8e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #203967;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit:hover {
  color: #203967;
  border-color: #fff;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit:hover:after {
  border-width: 9px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit:focus, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit.focus {
  color: #203967;
  border-color: #fff;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit:focus:after, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit.focus:after {
  border-width: 9px;
}
.page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit.disabled, .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .btn-submit:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.liste section.indispensables {
  position: relative;
  background: #c4d9e4;
}
.page-wrapper.liste section.indispensables::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eeeeee;
  width: 100%;
  height: 50%;
}
.page-wrapper.liste section.indispensables .container-indispensables {
  position: relative;
  padding: 30px 35px;
  background: #fff;
}
.page-wrapper.liste section.indispensables .titre-section {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #008274;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 45px;
}
.page-wrapper.liste section.indispensables .titre-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 390px;
  height: 2px;
  background: #a68d6e;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-wrapper.liste section.indispensables .conteneur-indispensables {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable:hover .titre-indispensable {
    color: #b85f4d;
  }
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable:hover .picto {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
.page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable .picto {
  margin-right: 25px;
  flex-shrink: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable .titre-indispensable {
  font-size: 18px;
  font-weight: 300;
  color: #008274;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.page-wrapper.liste section.section-liste {
  position: relative;
  background: #eeeeee;
  padding-top: 90px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 50px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element {
  background: #fff;
  height: 100%;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel .visuel {
  width: 100%;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 130, 116, 0.55);
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel .overlay .more {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #008274;
  padding: 2px 12px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel .conteneur-date {
  position: absolute;
  bottom: -15px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail {
  position: relative;
  padding: 40px 25px 10px 25px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-date {
  position: absolute;
  top: -35px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .titre-element {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  color: #846b57;
  border-bottom: 2px solid #f5ead0;
  padding-bottom: 5px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .titre-element a {
  color: inherit;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .titre-element a:hover {
    color: #b85f4d;
  }
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos {
  padding-top: 10px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .conteneur-picto {
  flex-shrink: 0;
  width: 45px;
  text-align: left;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .conteneur-picto i {
  font-size: 23px;
  color: #008274;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info span {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #25374a;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a:hover {
    color: #b85f4d;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a:hover::after {
    color: #008274;
  }
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a::after {
  content: ",";
  margin-right: 2px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a:last-of-type::after {
  display: none;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .chapo-element {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f5ead0;
  font-size: 15px;
  font-style: italic;
  color: #008274;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton {
  padding: 15px 0;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more {
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more:hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more:hover:after {
  border-width: 9px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more:focus, .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more.focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more:focus:after, .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more.focus:after {
  border-width: 9px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more.disabled, .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-bouton .more:disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 60px 0;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number {
  position: relative;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.arrow) {
  font-size: 18px;
  font-weight: bold;
  color: #008274;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.arrow).pods-pagination-current {
  font-size: 15px;
  color: #fff;
  background: #331c10;
  border: 1px solid #331c10;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.arrow):not(.pods-pagination-current) {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.arrow):not(.pods-pagination-current):hover {
    color: #fff;
    background: #008274;
    border-color: #008274;
  }
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.arrow {
  position: relative;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.arrow.pods-pagination-first, .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.arrow.pods-pagination-prev {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.arrow.pods-pagination-last, .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.arrow.pods-pagination-next {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li {
  position: relative;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.numero {
  font-size: 18px;
  font-weight: bold;
  color: #008274;
  margin-right: 10px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.numero a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background: #fff;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.numero a:hover {
    color: #fff;
    background: #008274;
    border-color: #008274;
  }
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.numero.last {
  margin-right: 0;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.numero.active {
  font-size: 15px;
  color: #fff;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.numero.active span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #331c10;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #331c10;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.arrow.arrow-prev {
  margin-right: 5px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.arrow.arrow-prev:first-of-type a {
  background-image: url("../img/pictos/angle-double-right.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.arrow.arrow-prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../img/pictos/angle-right-pagination.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.arrow.arrow-next {
  margin-left: 5px;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.arrow.arrow-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../img/pictos/angle-right-pagination.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.liste section.section-liste .conteneur-liste .conteneur-pagination .pagination li.arrow.arrow-next:last-of-type a {
  background-image: url("../img/pictos/angle-double-right.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.liste section.success-stories {
  padding-top: 50px;
}
.page-wrapper.liste section.success-stories .titre-section {
  font-size: 42px;
  line-height: 42px;
  padding: 15px 20px;
  font-weight: bold;
  color: #008274;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.page-wrapper.liste section.success-stories .groupe-success-story {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.liste section.success-stories .groupe-success-story > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: 16.6666666667%;
  padding: 0;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(1) {
  z-index: 1;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(2) {
  margin-top: -115px;
  margin-bottom: 60px;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story {
  margin-left: -30px;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story .visuel {
  order: 2;
  margin-right: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story .conteneur-detail {
  margin-top: 170px;
  margin-left: 30px;
  margin-right: 40px;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story {
  display: flex;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .visuel {
  flex-shrink: 0;
  margin-right: 40px;
  width: 450px;
  height: 460px;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail {
  margin-top: 30px;
  color: #008274;
  width: 410px;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail .titre {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail .description {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
}
.page-wrapper.liste section.success-stories .footer-success-stories {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.page-wrapper.liste.liste-evenements section.section-filtres {
  margin-top: 60px;
}
.page-wrapper.liste.liste-evenements section.section-liste {
  padding-top: 0;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  z-index: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  background: #eeeeee;
  padding-top: 30px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois {
  position: relative;
  margin-bottom: 30px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .titre-mois {
  font-size: 30px;
  font-weight: 500;
  color: #008274;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #008274;
}
@media screen and (max-width: 767px) {
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .titre-mois {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .titre-mois {
    font-size: 23px;
  }
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 25px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail {
  padding: 20px 25px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos {
  padding-top: 0;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos .info {
  margin-bottom: 5px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos .info.info-categorie .conteneur-picto i {
  font-size: 15px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos .info .conteneur-picto {
  width: 30px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos .info .conteneur-picto i {
  font-size: 17px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos .info .conteneur-picto img {
  height: 16px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element .conteneur-detail .conteneur-infos .info .liste-info span {
  font-size: 14px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier #calendrier-ancre {
  padding-bottom: 30px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier #calendrier-ancre.fixed {
  position: fixed !important;
  top: 100px !important;
  bottom: auto !important;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier #calendrier-ancre.abs {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding-top: 30px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar header {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  height: auto;
  background: #fff;
  z-index: 1;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar header .month {
  font-size: 25px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .filler {
  display: none !important;
  opacity: 0 !important;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .event-container {
  padding: 100px 0;
  display: none !important;
  opacity: 0 !important;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .event-container .close {
  top: 70px;
  right: 10px;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar table thead th, .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar table thead td {
  font-size: 1rem;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar td {
  padding: 0.4rem 0.1rem;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .day.today {
  background: #fff;
  border: 2px solid #a68d6e;
  color: #a68d6e;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .day.has-event {
  background: #008274;
  color: #fff;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .calendrier .calendar .day.has-event::after {
  display: none;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .footer-calendrier {
  text-align: center;
}
.page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier .footer-calendrier .btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.75rem;
}
.page-wrapper.liste.liste-actualites section.section-filtres .conteneur-filtres form.form-filtres .form-group {
  width: 40%;
}
.page-wrapper.liste.liste-actualites section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
  width: 50%;
}
.page-wrapper.liste.liste-success-stories section.section-filtres .conteneur-filtres .titre-section {
  width: 60%;
}
.page-wrapper.liste.liste-success-stories section.section-filtres .conteneur-filtres form.form-filtres .form-group {
  width: 33%;
}
.page-wrapper.liste.liste-success-stories section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
  width: 66%;
  align-self: flex-end;
}
.page-wrapper.liste.liste-projets section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail {
  padding-top: 20px;
}
.page-wrapper.liste.liste-certifications .page .page-inner .main-content .chapo {
  font-size: 21px;
}
.page-wrapper.liste.liste-certifications section.section-filtres .conteneur-filtres form.form-filtres .form-group:first-of-type {
  margin-top: -24px;
}
.page-wrapper.liste.liste-certifications section.page {
  padding-top: 30px;
}
.page-wrapper.liste.liste-certifications section.page .page-inner .main-content .titre-page {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 30px;
}
.page-wrapper.liste.liste-certifications section.section-filtres .conteneur-filtres .titre-section {
  width: 60%;
}
.page-wrapper.liste.liste-certifications section.section-liste {
  padding-bottom: 60px;
  padding-top: 30px;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications {
  margin-bottom: 0px;
  background: #fff;
  width: 100%;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications thead tr td, .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications thead tr th {
  background: #846b57;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: 4px solid #fff !important;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td {
  vertical-align: center;
  text-align: left;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td a.item-certif-titre {
  color: inherit;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td a.item-certif-titre:hover {
  color: #008274;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
  color: #a68d6e;
  text-transform: uppercase;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td ul {
  text-align: left;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr:last-of-type td, .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr:last-of-type th {
  border-bottom: none;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr td, .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr th {
  padding: 18px 23px;
  border-right: 1px solid #c5b691;
  border-bottom: 1px solid #c5b691;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr th {
  font-size: 17px;
  font-weight: bold;
  color: #008274;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr td {
  font-size: 17px;
  font-weight: normal;
  color: #008274;
  vertical-align: center;
  text-align: center;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr td:last-of-type {
  border-right: none;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tr td .logo {
  min-width: 100px;
  margin: 10px 0;
}
.page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications .certif-description {
  margin-top: 20px;
  max-width: 400px;
  text-align: left;
  /*font-size: 12px;*/
  color: #203967;
  text-transform: none;
}
.page-wrapper.liste.liste-certifications section.page-certifications-souscontenu {
  background: #eee;
  padding-bottom: 1px;
  padding-top: 60px;
}
.page-wrapper.liste.resultats-recherche section.page {
  padding-top: 30px;
}
.page-wrapper.liste.resultats-recherche section.page .page-inner .main-content .titre-page {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 30px;
}
.page-wrapper.liste.resultats-recherche section.section-liste {
  padding-top: 40px;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .titre-liste {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .titre-liste {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .titre-liste {
    font-size: 27px;
  }
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat {
  margin-bottom: 30px;
  background: #fff;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .mot-recherche {
  background: #b85f4d;
  color: #fff;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat {
  display: block;
  margin-bottom: 20px;
  border-top: 5px solid #b85f4d;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat {
  font-size: 30px;
  font-weight: 500;
  color: #008274;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat {
    font-size: 23px;
  }
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat a {
  position: relative;
  display: inline-block;
  color: inherit;
  position: relative;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat a:hover {
    color: #b85f4d;
  }
  .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #b85f4d;
  }
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .titre-resultat a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .header-resultat .type-element {
  display: inline-block;
  background: #b85f4d;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .chapo-resultat {
  margin: 0 15px;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more {
  position: relative;
  color: #b85f4d;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  margin: 15px;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more:hover {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more:hover:after {
  border-width: 9px;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more:focus, .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more.focus {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more:focus:after, .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more.focus:after {
  border-width: 9px;
}
.page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more.disabled, .page-wrapper.liste.resultats-recherche section.section-liste .conteneur-liste .conteneur-resultats .resultat .more:disabled {
  color: #b85f4d;
  background-color: transparent;
}
.page-wrapper.single.single-offre-emploi .page .page-inner .main-content .titre-page {
  position: relative;
}
.page-wrapper.single.single-offre-emploi .page .page-inner .main-content .zone-carateristiques.ligne {
  border-bottom: none;
  margin-bottom: 0;
}
.page-wrapper.single.single-offre-emploi .more-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn {
  margin: 5px 15px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre) {
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre)::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre):hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre):hover:after {
  border-width: 9px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre):focus, .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre).focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre):focus:after, .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre).focus:after {
  border-width: 9px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre).disabled, .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn:not(.ancre):disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.ancre i {
  margin-left: 10px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn img {
  padding-bottom: 2px;
  margin-right: 10px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre) {
  position: relative;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: #a0c8e2;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre)::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #a0c8e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #203967;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre):hover {
  color: #203967;
  border-color: #fff;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre):hover:after {
  border-width: 9px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre):focus, .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre).focus {
  color: #203967;
  border-color: #fff;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre):focus:after, .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre).focus:after {
  border-width: 9px;
}
.page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre).disabled, .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta .btn.pdf:not(.ancre):disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.single.single-evenement .zone-carateristiques.ligne {
  border-bottom: none;
  margin-bottom: 0;
}
.page-wrapper.single.single-evenement .conteneur-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn {
  margin: 5px 15px;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre) {
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre)::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre):hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre):hover:after {
  border-width: 9px;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre):focus, .page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre).focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre):focus:after, .page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre).focus:after {
  border-width: 9px;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre).disabled, .page-wrapper.single.single-evenement .conteneur-cta .btn:not(.ancre):disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.single.single-evenement .conteneur-cta .btn.ancre i {
  margin-left: 10px;
}
.page-wrapper.single.single-ressource .conteneur-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn {
  margin: 5px 15px;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.ancre i {
  margin-left: 10px;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn img {
  padding-bottom: 2px;
  margin-right: 10px;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre) {
  position: relative;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: #a0c8e2;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre)::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #a0c8e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #203967;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre):hover {
  color: #203967;
  border-color: #fff;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre):hover:after {
  border-width: 9px;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre):focus, .page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre).focus {
  color: #203967;
  border-color: #fff;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre):focus:after, .page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre).focus:after {
  border-width: 9px;
}
.page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre).disabled, .page-wrapper.single.single-ressource .conteneur-cta .btn.pdf:not(.ancre):disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.single.single-success .page .page-inner .main-content .conteneur-thumbnail {
  text-align: center;
  background-color: #e6e5e6;
}
.page-wrapper.single.single-actu .page {
  padding-top: 45px;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .titre-page {
  position: relative;
  top: unset;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-thumbnail {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  background: none;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-thumbnail .date {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 90%;
  position: absolute;
  background-color: #846b57;
  color: #FFF;
  border-radius: 50%;
  left: 33px;
  bottom: -15px;
  width: 70px;
  height: 70px;
  padding: 18px 10px 10px 10px;
  font-weight: bold;
  font-size: 18px;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #846b57;
  margin-bottom: 20px;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques .caracteristique {
  display: flex;
  color: #008274;
  padding-bottom: 20px;
  margin-right: 45px;
  align-items: center;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques .caracteristique img {
  margin-right: 20px;
  flex-shrink: 0;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques .caracteristique .liste-carac {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques .caracteristique .secteur::after {
  content: ",";
  margin-right: 5px;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques .caracteristique .secteur:last-child::after {
  display: none;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo .zone-caracteristiques .caracteristique:last-child {
  margin-right: 0;
}
.page-wrapper.single.single-actu .page .page-inner .main-content .zone-carateristiques {
  margin-bottom: 20px;
  border-bottom: none;
}
.page-wrapper.single.page-404 .page {
  padding-top: 40px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content img {
  max-width: 100%;
  height: auto;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .titre-page {
  position: relative;
  top: 0;
  margin-top: -45px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 60px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn {
  margin: 5px 15px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre) {
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre)::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre):hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre):hover:after {
  border-width: 9px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre):focus, .page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre).focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre):focus:after, .page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre).focus:after {
  border-width: 9px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre).disabled, .page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn:not(.ancre):disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn.ancre i {
  margin-left: 10px;
}
.page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta .btn img {
  padding-bottom: 2px;
  margin-right: 10px;
}
.page-wrapper.single.plan-du-site .page {
  padding-top: 30px;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .titre-page {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 30px;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone {
  margin: 15px 0;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul {
  list-style-type: none;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > a {
  position: relative;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #25374a;
  margin: 25px 0;
  transition: color 0.3s;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li {
  margin-bottom: 10px;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > a {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a68d6e;
  transition: color 300ms;
  display: inline-block;
  padding-bottom: 2px;
  margin: 0;
}
@media (min-width: 992px) {
  .page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > a:hover {
    color: #ff7525;
  }
  .page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > a:hover::before {
    display: none;
  }
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > ul > li > a {
  position: relative;
  font-size: 14px;
  color: #008274;
  font-style: italic;
  transition: color 300ms;
  display: inline-block;
}
@media (min-width: 992px) {
  .page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > ul > li > a:hover {
    color: #0e192d;
  }
  .page-wrapper.single.plan-du-site .page .page-inner .main-content .plan .zone > ul > li > ul > li > ul > li > a:hover::after {
    background-color: #008274;
  }
}
.page-wrapper.single.page-secteur .page, .page-wrapper.single.page-prestation .page {
  padding-top: 30px;
}
.page-wrapper.single.page-secteur .page .page-inner .main-content .titre-page, .page-wrapper.single.page-prestation .page .page-inner .main-content .titre-page {
  position: relative;
  top: unset;
}
.page-wrapper.single.page-secteur .page .page-inner .main-content .chapo, .page-wrapper.single.page-prestation .page .page-inner .main-content .chapo {
  margin-top: 28px;
  margin-bottom: 25px;
}
.page-wrapper.single.page-secteur .page .page-inner .main-content .conteneur-thumbnail, .page-wrapper.single.page-prestation .page .page-inner .main-content .conteneur-thumbnail {
  width: auto;
  margin-right: 30px;
  margin-bottom: 30px;
}
.page-wrapper.single.page-prestation .page .page-inner .main-content .titre-page {
  padding: 0 25px 20px 25px;
}
.page-wrapper.single.page-secteur section.projets-recherche, .page-wrapper.single.page-prestation section.projets-recherche {
  padding-bottom: 120px;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 50px 0;
  flex-wrap: wrap;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .titre-section, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .titre-section {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
  margin: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .titre-section, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .titre-section {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .titre-section, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .titre-section {
    font-size: 27px;
  }
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn {
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn::after, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn:hover, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn:hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn:hover:after, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn:hover:after {
  border-width: 9px;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn:focus, .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn.focus, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn:focus, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn.focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn:focus:after, .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn.focus:after, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn:focus:after, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn.focus:after {
  border-width: 9px;
}
.page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn.disabled, .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn:disabled, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn.disabled, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn:disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-visuel, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-visuel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 390px;
  height: 325px;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail .titre-projet, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail .titre-projet {
  font-size: 23px;
  font-weight: 500;
  color: #008274;
  margin: 20px 0;
}
.page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail .btn.btn-secondary, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail .btn.btn-secondary {
  background: #846b57;
  border-color: #846b57;
}
@media screen and (min-width: 992px) {
  .page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail .btn.btn-secondary:hover, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-detail .btn.btn-secondary:hover {
    background: #008274;
    border-color: #008274;
  }
}
.page-wrapper.single.page-secteur section.projets-recherche .footer-recherche, .page-wrapper.single.page-prestation section.projets-recherche .footer-recherche {
  display: none;
}
.page-wrapper.single.page-secteur section.section-realisations, .page-wrapper.single.page-prestation section.section-realisations {
  background: #efefef;
  overflow: hidden;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations, .page-wrapper.single.page-prestation section.section-realisations .realisations {
  position: relative;
  padding-top: 55px;
  padding-bottom: 65px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .titre-section, .page-wrapper.single.page-prestation section.section-realisations .realisations .titre-section {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #008274;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
  padding-right: 150px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .slick-track, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .slick-track {
  display: flex;
  align-items: flex-end;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation:first-of-type .realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation:first-of-type .realisation {
  margin-top: 60px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation:nth-of-type(2) .realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation:nth-of-type(2) .realisation {
  margin-bottom: 30px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation:nth-of-type(3) .realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation:nth-of-type(3) .realisation {
  margin-top: 85px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation {
  position: relative;
  display: block;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-visuel, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-visuel {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  width: 390px;
  height: 473px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 245px;
  background: #fff;
  padding: 15px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail .titre-realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail .titre-realisation {
  font-size: 26px;
  font-weight: 500;
  color: #b85f4d;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 25px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .nav-slider, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .nav-slider {
  display: none;
  margin-bottom: 30px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn {
  position: relative;
  color: #b85f4d;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn::after, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn:hover, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn:hover {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn:hover:after, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn:hover:after {
  border-width: 9px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn:focus, .page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn.focus, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn:focus, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn.focus {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn:focus:after, .page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn.focus:after, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn:focus:after, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn.focus:after {
  border-width: 9px;
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn.disabled, .page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .btn:disabled, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn.disabled, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .btn:disabled {
  color: #b85f4d;
  background-color: transparent;
}
.page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation {
  margin-top: 60px !important;
}
@media screen and (min-width: 1261px) {
  .page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation:hover .conteneur-detail {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
.page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail {
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
  -moz-transform: translate(-50%, 50px);
  -ms-transform: translate(-50%, 50px);
  -o-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.page-prestation .conteneur-contact {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn {
  margin: 5px 15px;
  position: relative;
  color: #846b57;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #846b57;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn:hover {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn:hover:after {
  border-width: 9px;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn:focus, .page-wrapper.single.page-prestation .conteneur-contact .btn.focus {
  color: #008274;
  border-color: #846b57;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn:focus:after, .page-wrapper.single.page-prestation .conteneur-contact .btn.focus:after {
  border-width: 9px;
}
.page-wrapper.single.page-prestation .conteneur-contact .btn.disabled, .page-wrapper.single.page-prestation .conteneur-contact .btn:disabled {
  color: #846b57;
  background-color: transparent;
}
.page-wrapper.single.page-prestation section.section-realisations {
  margin-top: 100px;
}
.page-wrapper.single .conteneur-carrefour {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #a68d6e;
}
.page-wrapper.single .conteneur-carrefour .titre-carrefour {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-wrapper.single .conteneur-carrefour .titre-carrefour {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.single .conteneur-carrefour .titre-carrefour {
    font-size: 27px;
  }
}
.page-wrapper.single .conteneur-carrefour .liste-enfants {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant {
  position: relative;
  display: block;
  padding: 5px 10px;
  text-align: center;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-left: 1px solid #b85f4d;
  border-top: 1px solid #b85f4d;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-right: 1px solid #b85f4d;
  border-bottom: 1px solid #b85f4d;
}
@media screen and (min-width: 992px) {
  .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant:hover::before, .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant:hover::after {
    width: 100%;
    height: 100%;
    border-color: #008274;
  }
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant {
  font-size: 27px;
  font-weight: bold;
  color: #b85f4d;
  margin-bottom: 15px;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant:hover {
    color: #008274;
  }
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more {
  position: relative;
  color: #b85f4d;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  margin-bottom: 15px;
  font-size: 12px;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more:hover {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more:hover:after {
  border-width: 9px;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more:focus, .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more.focus {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more:focus:after, .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more.focus:after {
  border-width: 9px;
}
.page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more.disabled, .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more:disabled {
  color: #b85f4d;
  background-color: transparent;
}
.page-wrapper.single .zone-carateristiques {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border-bottom: 1px solid #846b57;
  margin-bottom: 40px;
}
.page-wrapper.single .zone-carateristiques .date {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 90%;
  position: absolute;
  background-color: #846b57;
  color: #FFF;
  border-radius: 50%;
  left: 18px;
  top: -75px;
  width: 70px;
  height: 70px;
  padding: 18px 10px 10px 10px;
  font-weight: bold;
  font-size: 18px;
}
.page-wrapper.single .zone-carateristiques .caracteristique {
  display: flex;
  color: #008274;
  padding-bottom: 20px;
  margin-right: 45px;
  align-items: center;
}
.page-wrapper.single .zone-carateristiques .caracteristique img {
  margin-right: 20px;
  flex-shrink: 0;
}
.page-wrapper.single .zone-carateristiques .caracteristique .liste-carac {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper.single .zone-carateristiques .caracteristique .secteur::after {
  content: ",";
  margin-right: 5px;
}
.page-wrapper.single .zone-carateristiques .caracteristique .secteur:last-child::after {
  display: none;
}
.page-wrapper.single .zone-carateristiques .caracteristique:last-child {
  margin-right: 0;
}
.page-wrapper.single .zone-carateristiques.zone-carateristiques-certification {
  border-top: 1px solid #846b57;
}
.page-wrapper.single .zone-carateristiques.zone-carateristiques-certification .caracteristique {
  padding-top: 20px;
}
.page-wrapper.single .zone-carateristiques.zone-carateristiques-certification .caracteristique a {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.single .zone-carateristiques.zone-carateristiques-certification .caracteristique a:hover {
  color: #846b57;
}
.page-wrapper.single .zone-carateristiques.zone-carateristiques-certification .caracteristique i {
  margin-right: 20px;
  font-size: 20px;
  color: #008274;
}
.page-wrapper.single .retour {
  padding: 3px 15px;
}
.page-wrapper.single .retour img {
  margin-right: 10px;
}

.page-wrapper {
  padding-top: 145px;
}
.page-wrapper .titre-section .break {
  display: block;
}
.page-wrapper .conteneur-ariane {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-wrapper .conteneur-ariane .breadcrumbs {
  padding: 20px 0;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: bold;
  color: #a68d6e;
}
.page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap {
  position: relative;
  padding-right: 18px;
  margin-right: 20px;
}
.page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dedede;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap:first-of-type a {
  position: relative;
  padding-left: 17px;
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap:first-of-type a:hover::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap:first-of-type a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/pictos/home.png") no-repeat center left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap:first-of-type span {
  display: none;
}
.page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap a {
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 500;
  color: #008274;
  border-bottom: 1px solid #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap a:hover {
    border-color: transparent;
  }
}
.page-wrapper .conteneur-ariane .conteneur-partage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}
.page-wrapper .conteneur-ariane .conteneur-partage .share-btn {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #008274;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .conteneur-ariane .conteneur-partage .share-btn:hover {
  -webkit-transform: rotateY;
  -moz-transform: rotateY;
  -ms-transform: rotateY;
  -o-transform: rotateY;
  transform: rotateY;
}
.page-wrapper .conteneur-ariane .conteneur-partage .share-btn#share-print {
  background-image: url("../img/pictos/print.png");
}
.page-wrapper .conteneur-ariane .conteneur-partage .share-btn#share-rs {
  background-image: url("../img/pictos/share.png");
}
.page-wrapper .page {
  padding-top: 70px;
}
.page-wrapper .page .page-inner .main-content {
  position: relative;
}
.page-wrapper .page .page-inner .main-content .titre-page {
  position: absolute;
  top: -45px;
  left: 0;
  font-size: 52px;
  line-height: 52px;
  padding: 20px 25px;
  font-weight: bold;
  color: #a68d6e;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
  max-width: 90%;
}
.page-wrapper .page .page-inner .main-content .titre-page.no-visuel {
  position: relative;
  top: unset;
  margin-bottom: 30px;
  margin-top: -45px;
}
.page-wrapper .page .page-inner .main-content .conteneur-thumbnail {
  width: 100%;
  background: #f0efef;
  margin-bottom: 20px;
  text-align: center;
}
.page-wrapper .page .page-inner .main-content .chapo {
  font-family: "Gilroy";
  font-size: 19px;
  font-weight: 600;
  color: #008274;
  margin-bottom: 45px;
}
.page-wrapper section.actualites-evenements {
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  margin-top: 80px;
}
.page-wrapper section.actualites-evenements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements {
  position: relative;
  z-index: 1;
}
.page-wrapper section.actualites-evenements .slider-img-actu {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  background: #331c10;
  overflow: hidden;
}
.page-wrapper section.actualites-evenements .slider-img-actu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #331c10;
  background: linear-gradient(0deg, #331c10 0%, #331c10 14%, rgba(51, 28, 16, 0) 41%, rgba(51, 28, 16, 0) 100%);
  z-index: 1;
}
.page-wrapper section.actualites-evenements .slider-img-actu * {
  height: 100%;
}
.page-wrapper section.actualites-evenements .slider-img-actu .img-actu {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}
.page-wrapper section.actualites-evenements .slider-img-actu .visuel {
  position: absolute;
  height: auto;
  width: 100%;
}
.page-wrapper section.actualites-evenements .titre-section {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: -75px;
}
.page-wrapper section.actualites-evenements .titre-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  height: 700px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section {
  font-size: 42px;
  line-height: 42px;
  padding: 15px 20px;
  font-weight: bold;
  color: #b85f4d;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section::before {
  left: -50vw;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .slick-slide {
  width: 100%;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .img-actu {
  display: none;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #b85f4d;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail .secteur {
  text-transform: uppercase;
  text-shadow: 7px 7px 20px #000;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 25px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail .date {
  padding: 2px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #b85f4d;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre {
  position: relative;
  font-size: 30px;
  font-weight: normal;
  text-shadow: 7px 7px 20px #000;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre:hover::after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    left: 0;
    width: 100%;
  }
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre a {
  color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider {
  margin-right: 55px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider .slick-dots li {
  color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider .slick-dots li button {
  color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more {
  position: relative;
  color: #fff;
  border-color: #b85f4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  z-index: 1;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #331C10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:hover {
  color: #b85f4d;
  border-color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:hover:after {
  border-width: 9px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:focus, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more.focus {
  color: #b85f4d;
  border-color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:focus:after, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more.focus:after {
  border-width: 9px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more.disabled, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .more:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  background: #846b57;
  z-index: 2;
  height: 700px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  background: #846b57;
  z-index: -1;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .titre-section {
  font-size: 42px;
  line-height: 42px;
  padding: 15px 20px;
  font-weight: bold;
  color: #008274;
  text-align: left;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .titre-section::before {
  right: -50vw;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements {
  margin-top: 75px;
  margin-left: 25px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement:hover .date {
    color: #fff;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement:hover .date::before {
    height: 100%;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement:hover .conteneur-detail {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  width: 85px;
  height: 85px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #008274;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  line-height: 1;
  margin-right: 20px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail {
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .secteur {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-right: 40px;
  border-bottom: 1px solid #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .titre {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-top: 7px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more {
  position: relative;
  color: #fff;
  border-color: #f5ead0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  margin-bottom: 50px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #846b57;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:hover {
  color: #f5ead0;
  border-color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:hover:after {
  border-width: 9px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:focus, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more.focus {
  color: #f5ead0;
  border-color: #fff;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:focus:after, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more.focus:after {
  border-width: 9px;
}
.page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more.disabled, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .more:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper .wysiwyg, .page-wrapper .elementor-text-editor, .page-wrapper .elementor-widget-text-editor, .page-wrapper .elementor .elementor-widget-heading {
  font-family: "Gilroy", sans-serif;
}
.page-wrapper .wysiwyg:not(.contenu-elementor) a, .page-wrapper .elementor-text-editor:not(.contenu-elementor) a, .page-wrapper .elementor-widget-text-editor:not(.contenu-elementor) a, .page-wrapper .elementor .elementor-widget-heading:not(.contenu-elementor) a {
  font-size: inherit;
  font-weight: bold;
  color: #b85f4d;
  border-bottom: 1px solid #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg:not(.contenu-elementor) a:hover, .page-wrapper .elementor-text-editor:not(.contenu-elementor) a:hover, .page-wrapper .elementor-widget-text-editor:not(.contenu-elementor) a:hover, .page-wrapper .elementor .elementor-widget-heading:not(.contenu-elementor) a:hover {
  border-bottom: 1px solid transparent;
}
.page-wrapper .wysiwyg h1, .page-wrapper .wysiwyg h1.elementor-heading-title, .page-wrapper .elementor-text-editor h1, .page-wrapper .elementor-text-editor h1.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h1, .page-wrapper .elementor-widget-text-editor h1.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h1, .page-wrapper .elementor .elementor-widget-heading h1.elementor-heading-title {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  color: #b85f4d;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h1, .page-wrapper .wysiwyg h1.elementor-heading-title, .page-wrapper .elementor-text-editor h1, .page-wrapper .elementor-text-editor h1.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h1, .page-wrapper .elementor-widget-text-editor h1.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h1, .page-wrapper .elementor .elementor-widget-heading h1.elementor-heading-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h1, .page-wrapper .wysiwyg h1.elementor-heading-title, .page-wrapper .elementor-text-editor h1, .page-wrapper .elementor-text-editor h1.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h1, .page-wrapper .elementor-widget-text-editor h1.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h1, .page-wrapper .elementor .elementor-widget-heading h1.elementor-heading-title {
    font-size: 30px;
  }
}
.page-wrapper .wysiwyg h2, .page-wrapper .wysiwyg h2.elementor-heading-title, .page-wrapper .elementor-text-editor h2, .page-wrapper .elementor-text-editor h2.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h2, .page-wrapper .elementor-widget-text-editor h2.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h2, .page-wrapper .elementor .elementor-widget-heading h2.elementor-heading-title {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h2, .page-wrapper .wysiwyg h2.elementor-heading-title, .page-wrapper .elementor-text-editor h2, .page-wrapper .elementor-text-editor h2.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h2, .page-wrapper .elementor-widget-text-editor h2.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h2, .page-wrapper .elementor .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h2, .page-wrapper .wysiwyg h2.elementor-heading-title, .page-wrapper .elementor-text-editor h2, .page-wrapper .elementor-text-editor h2.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h2, .page-wrapper .elementor-widget-text-editor h2.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h2, .page-wrapper .elementor .elementor-widget-heading h2.elementor-heading-title {
    font-size: 27px;
  }
}
.page-wrapper .wysiwyg h3, .page-wrapper .wysiwyg h3.elementor-heading-title, .page-wrapper .elementor-text-editor h3, .page-wrapper .elementor-text-editor h3.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h3, .page-wrapper .elementor-widget-text-editor h3.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h3, .page-wrapper .elementor .elementor-widget-heading h3.elementor-heading-title {
  font-size: 30px;
  font-weight: 500;
  color: #008274;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h3, .page-wrapper .wysiwyg h3.elementor-heading-title, .page-wrapper .elementor-text-editor h3, .page-wrapper .elementor-text-editor h3.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h3, .page-wrapper .elementor-widget-text-editor h3.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h3, .page-wrapper .elementor .elementor-widget-heading h3.elementor-heading-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h3, .page-wrapper .wysiwyg h3.elementor-heading-title, .page-wrapper .elementor-text-editor h3, .page-wrapper .elementor-text-editor h3.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h3, .page-wrapper .elementor-widget-text-editor h3.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h3, .page-wrapper .elementor .elementor-widget-heading h3.elementor-heading-title {
    font-size: 23px;
  }
}
.page-wrapper .wysiwyg h4, .page-wrapper .wysiwyg h4.elementor-heading-title, .page-wrapper .elementor-text-editor h4, .page-wrapper .elementor-text-editor h4.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h4, .page-wrapper .elementor-widget-text-editor h4.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h4, .page-wrapper .elementor .elementor-widget-heading h4.elementor-heading-title {
  font-size: 26px;
  font-weight: 500;
  color: #a68d6e;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h4, .page-wrapper .wysiwyg h4.elementor-heading-title, .page-wrapper .elementor-text-editor h4, .page-wrapper .elementor-text-editor h4.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h4, .page-wrapper .elementor-widget-text-editor h4.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h4, .page-wrapper .elementor .elementor-widget-heading h4.elementor-heading-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h4, .page-wrapper .wysiwyg h4.elementor-heading-title, .page-wrapper .elementor-text-editor h4, .page-wrapper .elementor-text-editor h4.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h4, .page-wrapper .elementor-widget-text-editor h4.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h4, .page-wrapper .elementor .elementor-widget-heading h4.elementor-heading-title {
    font-size: 20px;
  }
}
.page-wrapper .wysiwyg h5, .page-wrapper .wysiwyg h5.elementor-heading-title, .page-wrapper .elementor-text-editor h5, .page-wrapper .elementor-text-editor h5.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h5, .page-wrapper .elementor-widget-text-editor h5.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h5, .page-wrapper .elementor .elementor-widget-heading h5.elementor-heading-title {
  font-size: 20px;
  font-weight: bold;
  color: #331c10;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h5, .page-wrapper .wysiwyg h5.elementor-heading-title, .page-wrapper .elementor-text-editor h5, .page-wrapper .elementor-text-editor h5.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h5, .page-wrapper .elementor-widget-text-editor h5.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h5, .page-wrapper .elementor .elementor-widget-heading h5.elementor-heading-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h5, .page-wrapper .wysiwyg h5.elementor-heading-title, .page-wrapper .elementor-text-editor h5, .page-wrapper .elementor-text-editor h5.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h5, .page-wrapper .elementor-widget-text-editor h5.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h5, .page-wrapper .elementor .elementor-widget-heading h5.elementor-heading-title {
    font-size: 16px;
  }
}
.page-wrapper .wysiwyg h6, .page-wrapper .wysiwyg h6.elementor-heading-title, .page-wrapper .elementor-text-editor h6, .page-wrapper .elementor-text-editor h6.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h6, .page-wrapper .elementor-widget-text-editor h6.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h6, .page-wrapper .elementor .elementor-widget-heading h6.elementor-heading-title {
  font-size: 16px;
  font-weight: 500;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h6, .page-wrapper .wysiwyg h6.elementor-heading-title, .page-wrapper .elementor-text-editor h6, .page-wrapper .elementor-text-editor h6.elementor-heading-title, .page-wrapper .elementor-widget-text-editor h6, .page-wrapper .elementor-widget-text-editor h6.elementor-heading-title, .page-wrapper .elementor .elementor-widget-heading h6, .page-wrapper .elementor .elementor-widget-heading h6.elementor-heading-title {
    font-size: 15px;
  }
}
.page-wrapper .wysiwyg p, .page-wrapper .elementor-text-editor p, .page-wrapper .elementor-widget-text-editor p, .page-wrapper .elementor .elementor-widget-heading p {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg img.alignleft, .page-wrapper .elementor-text-editor img.alignleft, .page-wrapper .elementor-widget-text-editor img.alignleft, .page-wrapper .elementor .elementor-widget-heading img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.page-wrapper .wysiwyg img.alignright, .page-wrapper .elementor-text-editor img.alignright, .page-wrapper .elementor-widget-text-editor img.alignright, .page-wrapper .elementor .elementor-widget-heading img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.page-wrapper .wysiwyg span.template-image, .page-wrapper .elementor-text-editor span.template-image, .page-wrapper .elementor-widget-text-editor span.template-image, .page-wrapper .elementor .elementor-widget-heading span.template-image {
  position: relative;
}
.page-wrapper .wysiwyg span.template-image.alignnone, .page-wrapper .elementor-text-editor span.template-image.alignnone, .page-wrapper .elementor-widget-text-editor span.template-image.alignnone, .page-wrapper .elementor .elementor-widget-heading span.template-image.alignnone {
  margin: 0 0 15px 0;
  display: inline-block;
}
.page-wrapper .wysiwyg span.template-image.alignnone img, .page-wrapper .elementor-text-editor span.template-image.alignnone img, .page-wrapper .elementor-widget-text-editor span.template-image.alignnone img, .page-wrapper .elementor .elementor-widget-heading span.template-image.alignnone img {
  margin: 0;
}
.page-wrapper .wysiwyg span.template-image.alignleft, .page-wrapper .elementor-text-editor span.template-image.alignleft, .page-wrapper .elementor-widget-text-editor span.template-image.alignleft, .page-wrapper .elementor .elementor-widget-heading span.template-image.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.page-wrapper .wysiwyg span.template-image.alignleft img, .page-wrapper .elementor-text-editor span.template-image.alignleft img, .page-wrapper .elementor-widget-text-editor span.template-image.alignleft img, .page-wrapper .elementor .elementor-widget-heading span.template-image.alignleft img {
  margin: 0;
}
.page-wrapper .wysiwyg span.template-image.alignright, .page-wrapper .elementor-text-editor span.template-image.alignright, .page-wrapper .elementor-widget-text-editor span.template-image.alignright, .page-wrapper .elementor .elementor-widget-heading span.template-image.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.page-wrapper .wysiwyg span.template-image.alignright img, .page-wrapper .elementor-text-editor span.template-image.alignright img, .page-wrapper .elementor-widget-text-editor span.template-image.alignright img, .page-wrapper .elementor .elementor-widget-heading span.template-image.alignright img {
  margin: 0;
}
.page-wrapper .wysiwyg span.template-image.aligncenter img, .page-wrapper .elementor-text-editor span.template-image.aligncenter img, .page-wrapper .elementor-widget-text-editor span.template-image.aligncenter img, .page-wrapper .elementor .elementor-widget-heading span.template-image.aligncenter img {
  margin: auto;
  display: block;
  text-align: center;
}
.page-wrapper .wysiwyg span.template-image img.alignnone, .page-wrapper .elementor-text-editor span.template-image img.alignnone, .page-wrapper .elementor-widget-text-editor span.template-image img.alignnone, .page-wrapper .elementor .elementor-widget-heading span.template-image img.alignnone {
  margin: 0 0 15px 0;
  display: inline-block;
}
.page-wrapper .wysiwyg span.template-image img.alignleft, .page-wrapper .elementor-text-editor span.template-image img.alignleft, .page-wrapper .elementor-widget-text-editor span.template-image img.alignleft, .page-wrapper .elementor .elementor-widget-heading span.template-image img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.page-wrapper .wysiwyg span.template-image img.alignright, .page-wrapper .elementor-text-editor span.template-image img.alignright, .page-wrapper .elementor-widget-text-editor span.template-image img.alignright, .page-wrapper .elementor .elementor-widget-heading span.template-image img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.page-wrapper .wysiwyg span.template-image img.aligncenter, .page-wrapper .elementor-text-editor span.template-image img.aligncenter, .page-wrapper .elementor-widget-text-editor span.template-image img.aligncenter, .page-wrapper .elementor .elementor-widget-heading span.template-image img.aligncenter {
  margin: auto;
  display: block;
  text-align: center;
}
.page-wrapper .wysiwyg ol, .page-wrapper .elementor-text-editor ol, .page-wrapper .elementor-widget-text-editor ol, .page-wrapper .elementor .elementor-widget-heading ol {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg ol li ol, .page-wrapper .elementor-text-editor ol li ol, .page-wrapper .elementor-widget-text-editor ol li ol, .page-wrapper .elementor .elementor-widget-heading ol li ol {
  margin-bottom: 0;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings), .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings), .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings), .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li, .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li, .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li, .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li::before, .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li::before, .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li::before, .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul, .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul, .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul, .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul {
  margin-bottom: 0;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li::before, .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li::before, .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li::before, .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li::before {
  background: #008274;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul, .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul, .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul, .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul {
  margin-bottom: 0;
}
.page-wrapper .wysiwyg ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul li::before, .page-wrapper .elementor-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul li::before, .page-wrapper .elementor-widget-text-editor ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul li::before, .page-wrapper .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings):not(.elementor-editor-section-settings) li ul li ul li::before {
  background: #a68d6e;
}
.page-wrapper .wysiwyg blockquote, .page-wrapper .elementor-text-editor blockquote, .page-wrapper .elementor-widget-text-editor blockquote, .page-wrapper .elementor .elementor-widget-heading blockquote {
  position: relative;
  padding: 30px 30px;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #008274;
  background: #efeff0;
  background-image: linear-gradient(to bottom, #efeff0, #fff);
  margin: 55px 0 25px 0;
}
.page-wrapper .wysiwyg blockquote p, .page-wrapper .elementor-text-editor blockquote p, .page-wrapper .elementor-widget-text-editor blockquote p, .page-wrapper .elementor .elementor-widget-heading blockquote p {
  color: inherit;
}
.page-wrapper .wysiwyg blockquote:before, .page-wrapper .elementor-text-editor blockquote:before, .page-wrapper .elementor-widget-text-editor blockquote:before, .page-wrapper .elementor .elementor-widget-heading blockquote:before {
  content: "“";
  position: absolute;
  top: -61px;
  left: 25px;
  font-size: 108px;
  font-weight: bold;
  font-style: normal;
  color: #008274;
}
.page-wrapper .wysiwyg .tableau-responsive, .page-wrapper .elementor-text-editor .tableau-responsive, .page-wrapper .elementor-widget-text-editor .tableau-responsive, .page-wrapper .elementor .elementor-widget-heading .tableau-responsive {
  padding: 0;
}
.page-wrapper .wysiwyg table, .page-wrapper .elementor-text-editor table, .page-wrapper .elementor-widget-text-editor table, .page-wrapper .elementor .elementor-widget-heading table {
  margin-bottom: 60px;
}
.page-wrapper .wysiwyg table thead tr td, .page-wrapper .wysiwyg table thead tr th, .page-wrapper .elementor-text-editor table thead tr td, .page-wrapper .elementor-text-editor table thead tr th, .page-wrapper .elementor-widget-text-editor table thead tr td, .page-wrapper .elementor-widget-text-editor table thead tr th, .page-wrapper .elementor .elementor-widget-heading table thead tr td, .page-wrapper .elementor .elementor-widget-heading table thead tr th {
  background: #846b57;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: 4px solid #fff !important;
}
.page-wrapper .wysiwyg table tr:last-of-type td, .page-wrapper .wysiwyg table tr:last-of-type th, .page-wrapper .elementor-text-editor table tr:last-of-type td, .page-wrapper .elementor-text-editor table tr:last-of-type th, .page-wrapper .elementor-widget-text-editor table tr:last-of-type td, .page-wrapper .elementor-widget-text-editor table tr:last-of-type th, .page-wrapper .elementor .elementor-widget-heading table tr:last-of-type td, .page-wrapper .elementor .elementor-widget-heading table tr:last-of-type th {
  border-bottom: none;
}
.page-wrapper .wysiwyg table tr td, .page-wrapper .wysiwyg table tr th, .page-wrapper .elementor-text-editor table tr td, .page-wrapper .elementor-text-editor table tr th, .page-wrapper .elementor-widget-text-editor table tr td, .page-wrapper .elementor-widget-text-editor table tr th, .page-wrapper .elementor .elementor-widget-heading table tr td, .page-wrapper .elementor .elementor-widget-heading table tr th {
  padding: 18px 23px;
  border-right: 1px solid #c5b691;
  border-bottom: 1px solid #c5b691;
}
.page-wrapper .wysiwyg table tr th, .page-wrapper .elementor-text-editor table tr th, .page-wrapper .elementor-widget-text-editor table tr th, .page-wrapper .elementor .elementor-widget-heading table tr th {
  font-size: 17px;
  font-weight: bold;
  color: #008274;
}
.page-wrapper .wysiwyg table tr td, .page-wrapper .elementor-text-editor table tr td, .page-wrapper .elementor-widget-text-editor table tr td, .page-wrapper .elementor .elementor-widget-heading table tr td {
  font-size: 17px;
  font-weight: normal;
  color: #008274;
}
.page-wrapper .wysiwyg table tr td:last-of-type, .page-wrapper .elementor-text-editor table tr td:last-of-type, .page-wrapper .elementor-widget-text-editor table tr td:last-of-type, .page-wrapper .elementor .elementor-widget-heading table tr td:last-of-type {
  border-right: none;
}
.page-wrapper .wysiwyg {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number {
  font-family: "Gilroy";
  font-size: 69px;
  font-weight: bold;
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-counter .elementor-counter-title {
  font-family: "Gilroy";
  font-size: 19px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button {
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  font-family: "Gilroy";
  border-radius: 2rem;
  position: relative;
  color: #008274;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  padding: 0.6rem 1.2rem;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button:hover {
  color: #008274;
  border-color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button:hover:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button:focus, .page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.focus {
  color: #008274;
  border-color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button:focus:after, .page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.focus:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.disabled, .page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button:disabled {
  color: #008274;
  background-color: transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-xs {
  font-size: 14px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-sm {
  font-style: 16px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-md {
  font-size: 18px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-lg {
  font-size: 20px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-xl {
  font-size: 22px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button {
  position: relative;
  color: #203967;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  padding: 0.6rem 1.2rem;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #203967;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:hover {
  color: #008274;
  border-color: #203967;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:hover:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:focus, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button.focus {
  color: #008274;
  border-color: #203967;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:focus:after, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button.focus:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button.disabled, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:disabled {
  color: #203967;
  background-color: transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button {
  position: relative;
  color: #008274;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  padding: 0.6rem 1.2rem;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:hover {
  color: #008274;
  border-color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:hover:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:focus, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button.focus {
  color: #008274;
  border-color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:focus:after, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button.focus:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button.disabled, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:disabled {
  color: #008274;
  background-color: transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button {
  position: relative;
  color: #ccb790;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  padding: 0.6rem 1.2rem;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:hover {
  color: #008274;
  border-color: #ccb790;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:hover:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:focus, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button.focus {
  color: #008274;
  border-color: #ccb790;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:focus:after, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button.focus:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button.disabled, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:disabled {
  color: #ccb790;
  background-color: transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button {
  position: relative;
  color: #b85f4d;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  padding: 0.6rem 1.2rem;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:hover {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:hover:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:focus, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button.focus {
  color: #008274;
  border-color: #b85f4d;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:focus:after, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button.focus:after {
  border-width: 9px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button.disabled, .page-wrapper .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:disabled {
  color: #b85f4d;
  background-color: transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item {
  margin-bottom: 15px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: bold;
  color: #008274;
  border: 1px solid #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  background: #846b57;
  border-color: #846b57;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title.elementor-active .elementor-toggle-icon i {
  color: #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
  float: right;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon i {
  color: #846b57;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title a {
  color: inherit;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
  padding: 30px 25px;
  border: none;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content a {
  font-size: inherit;
  font-weight: bold;
  color: #b85f4d;
  border-bottom: 1px solid #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content a:hover {
  border-bottom: 1px solid transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px;
  border: none;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: bold;
  color: #008274;
  border: 1px solid #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  background: #846b57;
  border-color: #846b57;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon i {
  color: #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  float: right;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon i {
  color: #846b57;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  color: inherit;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
  padding: 30px 25px;
  border: none;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-content a {
  font-size: inherit;
  font-weight: bold;
  color: #b85f4d;
  border-bottom: 1px solid #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-content a:hover {
  border-bottom: 1px solid transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-image-carousel-wrapper {
  position: relative;
  padding: 50px 0;
  background: #efeff0;
  background-image: linear-gradient(to bottom, #efeff0, #fff);
  margin: 55px 30px 25px 30px;
}
.page-wrapper .wysiwyg .elementor .elementor-image-carousel-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button i {
  color: #008274;
  text-shadow: 0 0 1px #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-image-carousel {
  display: flex;
  align-items: center;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-divider {
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon .elementor-icon {
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon.elementor-view-stacked .elementor-icon {
  background-color: #008274;
  color: #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon.elementor-view-framed .elementor-icon {
  border-color: #008274;
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: #008274;
  color: #fff;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border-color: #008274;
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon {
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h1.elementor-icon-box-title {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  color: #b85f4d;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h1.elementor-icon-box-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h1.elementor-icon-box-title {
    font-size: 30px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h2.elementor-icon-box-title {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h2.elementor-icon-box-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h2.elementor-icon-box-title {
    font-size: 27px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h3.elementor-icon-box-title {
  font-size: 30px;
  font-weight: 500;
  color: #008274;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 23px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h4.elementor-icon-box-title {
  font-size: 26px;
  font-weight: 500;
  color: #a68d6e;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h4.elementor-icon-box-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h4.elementor-icon-box-title {
    font-size: 20px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h5.elementor-icon-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #331c10;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h5.elementor-icon-box-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h5.elementor-icon-box-title {
    font-size: 16px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h6.elementor-icon-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content h6.elementor-icon-box-title {
    font-size: 15px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a {
  font-size: inherit;
  font-weight: bold;
  color: #b85f4d;
  border-bottom: 1px solid #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a:hover {
  border-bottom: 1px solid transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-list .elementor-icon-list-item {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-list .elementor-icon-list-item::before {
  display: none;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon i {
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box h1.elementor-image-box-title {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  color: #b85f4d;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h1.elementor-image-box-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h1.elementor-image-box-title {
    font-size: 30px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box h2.elementor-image-box-title {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h2.elementor-image-box-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h2.elementor-image-box-title {
    font-size: 27px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box h3.elementor-image-box-title {
  font-size: 30px;
  font-weight: 500;
  color: #008274;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h3.elementor-image-box-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h3.elementor-image-box-title {
    font-size: 23px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box h4.elementor-image-box-title {
  font-size: 26px;
  font-weight: 500;
  color: #a68d6e;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h4.elementor-image-box-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h4.elementor-image-box-title {
    font-size: 20px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box h5.elementor-image-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #331c10;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h5.elementor-image-box-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h5.elementor-image-box-title {
    font-size: 16px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box h6.elementor-image-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .elementor .elementor-widget-image-box h6.elementor-image-box-title {
    font-size: 15px;
  }
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box .elementor-image-box-description {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box .elementor-image-box-description a {
  font-size: inherit;
  font-weight: bold;
  color: #b85f4d;
  border-bottom: 1px solid #b85f4d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-image-box .elementor-image-box-description a:hover {
  border-bottom: 1px solid transparent;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial {
  position: relative;
  padding: 30px 30px;
  padding-left: 245px;
  background: #efeff0;
  background-image: linear-gradient(to bottom, #efeff0, #fff);
  margin: 55px 0 70px 0;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial:before {
  content: "“";
  position: absolute;
  top: -61px;
  left: 245px;
  font-size: 108px;
  font-weight: bold;
  font-style: normal;
  color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-content {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #008274;
  text-align: left;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-content::before, .page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-content::after {
  content: "“";
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta {
  text-align: left;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-image {
  position: absolute;
  left: 20px;
  top: -20px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-image img {
  width: 185px;
  height: 190px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-details {
  display: block;
  text-align: left;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-name {
  position: relative;
  display: inline-block;
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: 500;
  color: #b85f4d;
  text-transform: uppercase;
  padding-right: 15px;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-name::after {
  content: "-";
  position: absolute;
  right: 0;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-job {
  display: inline-block;
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: 500;
  color: #b85f4d;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-progress .elementor-title {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: bold;
  color: #331c10;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #203967;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #a68d6e;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
  background-color: #b85f4d;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  background-color: #846b57;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-info {
  background: rgba(32, 57, 103, 0.2);
  color: #203967;
  border-color: #203967;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-success {
  background: rgba(0, 130, 116, 0.2);
  color: #008274;
  border-color: #008274;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-warning {
  background: rgba(204, 183, 144, 0.2);
  color: #331c10;
  border-color: #ccb790;
}
.page-wrapper .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-danger {
  background: rgba(184, 95, 77, 0.2);
  color: #331c10;
  border-color: #b85f4d;
}
.page-wrapper .wysiwyg .elementor .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .wysiwyg .elementor .elementor-row {
  display: flex;
}
.page-wrapper .wysiwyg .elementor .elementor-row .elementor-column:first-of-type {
  padding-right: 15px;
}
.page-wrapper .wysiwyg .elementor .elementor-row .elementor-column:last-of-type {
  padding-left: 15px;
}
.page-wrapper .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-50 {
  width: 50%;
}
.page-wrapper .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-100 {
  width: 100%;
  margin: 0;
}
.page-wrapper .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-60 {
  width: 60%;
}
.page-wrapper .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-40 {
  width: 40%;
}

aside.conteneur-sidebar .sidebar .widget {
  position: relative;
  padding: 70px 20px 0 20px;
}
aside.conteneur-sidebar .sidebar .widget.widget-logo-certif {
  padding-top: 0;
  padding-bottom: 50px;
  text-align: center;
}
aside.conteneur-sidebar .sidebar .widget.widget-documents {
  background: #f0efef;
  margin-bottom: 50px;
}
aside.conteneur-sidebar .sidebar .widget.widget-liens {
  background: #846b57;
  margin-bottom: 25px;
}
aside.conteneur-sidebar .sidebar .widget.widget-liens .conteneur-elements li::before {
  background: #fff;
}
aside.conteneur-sidebar .sidebar .widget.widget-liens .conteneur-elements li .element-sidebar {
  color: #fff;
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .sidebar .widget.widget-liens .conteneur-elements li .element-sidebar:hover {
    border-color: #fff;
  }
}
aside.conteneur-sidebar .sidebar .widget .titre-widget {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 33px;
  line-height: 33px;
  padding: 0;
  font-weight: bold;
  color: #008274;
  text-align: right;
  background: #fff;
  z-index: 1;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-bottom: 10px;
}
aside.conteneur-sidebar .sidebar .widget .conteneur-elements {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
aside.conteneur-sidebar .sidebar .widget .conteneur-elements li {
  position: relative;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #fff;
}
aside.conteneur-sidebar .sidebar .widget .conteneur-elements li:last-of-type {
  border-bottom: none;
}
aside.conteneur-sidebar .sidebar .widget .conteneur-elements li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  background: #a68d6e;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
aside.conteneur-sidebar .sidebar .widget .conteneur-elements li .element-sidebar {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 500;
  color: #331c10;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .sidebar .widget .conteneur-elements li .element-sidebar:hover {
    border-color: #331c10;
  }
}

/*** GLOBAL ***/
.input-loader {
  position: relative;
  display: flex;
  flex-direction: column;
}
.input-loader input[type=submit] {
  opacity: 0;
}
.input-loader .msg-envoi {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
  height: 100%;
  color: #008274;
}
.input-loader .msg-envoi i {
  margin-right: 5px;
  flex-shrink: 0;
}
.input-loader .msg-envoi span {
  display: block;
  flex-shrink: 0;
  font-size: 13px;
  font-style: italic;
}

/*** FIN GLOBAL ***/
/*** FORMULAIRES BASIQUES ***/
/*** FIN FORMULAIRES BASIQUES ***/
/*** GRAVITY FORMS ***/
.gform_wrapper {
  padding-top: 50px;
}
.gform_wrapper form .form-control {
  border-color: #c4d9e4;
}
.gform_wrapper form .form-control:focus {
  border-color: #c4d9e4;
}
.gform_wrapper form .gform_body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 50px;
  padding: 0 30px;
  border-color: #c4d9e4;
}
.gform_wrapper form .gform_body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #c4d9e4;
}
.gform_wrapper form .gform_body .gfield .gfield_required {
  color: #b85f4d;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_text input {
  width: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_number input {
  width: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_email input {
  width: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_fileupload input {
  width: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_radio .radio input {
  opacity: 0;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_radio .radio input:checked + label::after {
  opacity: 1;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_radio .radio label {
  margin-left: 7px;
  padding-left: 5px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_radio .radio label::before {
  content: "";
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: absolute;
  left: -25px;
  top: 0;
  border: 1px solid #dee2e6;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_radio .radio label:after {
  content: "";
  opacity: 0;
  background: #008274;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: -22px;
  top: 3px;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select select {
  height: 50px;
  padding: 0 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background-color: #fff;
  background-image: url("../img/pictos/select-alt.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select .select2-container--default {
  width: 100% !important;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select .select2-container--default .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_textarea textarea {
  padding: 15px 30px;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox {
  /*** checkboxes sur 3 colonnes ***/
  width: 33%;
  display: inline-block;
  /*** fin checkboxes sur 3 colonnes ***/
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox input {
  opacity: 0;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox input:checked + label::after {
  opacity: 1;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox label {
  margin-left: 15px;
  padding-left: 5px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox label::before {
  content: "";
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: absolute;
  left: -30px;
  top: 0;
  border: 1px solid #dee2e6;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox label:after {
  content: "";
  background: #008274;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: -27px;
  top: 3px;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_date .ginput_container_date {
  flex-grow: 1;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_date .ginput_container_date.gfield_date_dropdown_year {
  margin-right: 0;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_date .ginput_container_date select {
  height: 36px;
  border: 1px solid #ced4da;
  width: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_date select {
  height: 38px;
  border: 1px solid #ced4da;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_recaptcha {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.gform_wrapper form .gform_body .gfield.gfield_error .gfield_label {
  color: #b85f4d;
}
.gform_wrapper form .gform_body .gfield.gfield_error .validation_message {
  padding-top: 0;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container input:not([type=file]), .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container textarea, .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container select, .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container iframe {
  border: 1px solid #b85f4d;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container input:not([type=file])::placeholder, .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container textarea::placeholder, .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container select::placeholder, .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container iframe::placeholder {
  color: #b85f4d;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container label:before {
  border: 1px solid #b85f4d;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container.ginput_container_consent input {
  opacity: 0;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container.ginput_container_consent input:checked + label::after {
  opacity: 1;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container.ginput_container_consent label {
  margin-left: 7px;
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  color: #b85f4d;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container.ginput_container_consent label::before {
  content: "";
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: absolute;
  left: -30px;
  top: 0;
  border: 1px solid #dee2e6;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container.ginput_container_consent label:after {
  content: "";
  background: #008274;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: -27px;
  top: 3px;
}
.gform_wrapper form .gform_body .gfield .ginput_container_consent input {
  opacity: 0;
}
.gform_wrapper form .gform_body .gfield .ginput_container_consent input:checked + label::after {
  opacity: 1;
}
.gform_wrapper form .gform_body .gfield .ginput_container_consent label {
  margin-left: 7px;
  padding-left: 5px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper form .gform_body .gfield .ginput_container_consent label::before {
  content: "";
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: absolute;
  left: -30px;
  top: 0;
  border: 1px solid #dee2e6;
}
.gform_wrapper form .gform_body .gfield .ginput_container_consent label:after {
  content: "";
  background: #008274;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: -27px;
  top: 3px;
  opacity: 0;
}
.gform_wrapper form div.validation_error {
  color: #fff;
  background: #b85f4d;
  border: none;
}
.gform_wrapper form .gform_footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.gform_wrapper form .gform_footer.gform-btn-loader {
  position: relative;
}
.gform_wrapper form .gform_footer.gform-btn-loader input[type=submit] {
  position: absolute;
  opacity: 0;
}
.gform_wrapper form .gform_footer.gform-btn-loader .msg-envoi {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #008274;
}
.gform_wrapper form .gform_footer.gform-btn-loader .msg-envoi .fa-spin {
  font-size: 25px;
  margin-bottom: 15px;
}
.gform_wrapper form .gform_footer input[type=submit] {
  padding: 10px 28px;
  margin-right: 0;
}

/*** FIN GRAVITY FORMS ***/
footer section.section-cta {
  position: relative;
  padding: 70px 15px 55px 15px;
}
footer section.section-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccb790;
}
footer section.section-cta .row-cta {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer section.section-cta .row-cta > * {
  flex: 0 0 50%;
  max-width: 50%;
}
footer section.section-cta .row-cta .conteneur-cta {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
footer section.section-cta .row-cta .conteneur-cta::before {
  content: "";
  position: absolute;
  top: -10px;
  background-position: center center;
  background-repeat: no-repeat;
}
footer section.section-cta .row-cta .conteneur-cta#cta-newsletter::before {
  left: -40px;
  width: 90px;
  height: 90px;
  background: url("../img/pictos/css_sprites.png") -10px -10px;
}
footer section.section-cta .row-cta .conteneur-cta#cta-newsletter .titre-section {
  font-size: 35px;
  line-height: 35px;
  padding: 0;
  font-weight: bold;
  color: #008274;
  text-align: left;
  padding: 0;
  z-index: 1;
  letter-spacing: -1px;
}
footer section.section-cta .row-cta .conteneur-cta#cta-contact {
  text-align: right;
}
footer section.section-cta .row-cta .conteneur-cta#cta-contact::before {
  right: -40px;
  width: 74px;
  height: 95px;
  background: url("../img/pictos/footer-doc.png") top left no-repeat;
}
footer section.section-cta .row-cta .conteneur-cta#cta-contact .titre-section {
  font-size: 35px;
  line-height: 35px;
  padding: 0;
  font-weight: bold;
  color: #008274;
  text-align: right;
  padding: 0;
  z-index: 1;
  letter-spacing: -1px;
}
footer section.section-cta .row-cta .conteneur-cta .titre-section {
  margin-bottom: 20px;
}
footer section.section-cta .row-cta .conteneur-cta .description {
  font-size: 19px;
  font-weight: 300;
  color: #008274;
  margin-bottom: 25px;
}
footer section.section-cta .row-cta .conteneur-cta .btn {
  position: relative;
  color: #ccb790;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
}
footer section.section-cta .row-cta .conteneur-cta .btn::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccb790;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer section.section-cta .row-cta .conteneur-cta .btn:hover {
  color: #008274;
  border-color: #ccb790;
}
footer section.section-cta .row-cta .conteneur-cta .btn:hover:after {
  border-width: 9px;
}
footer section.section-cta .row-cta .conteneur-cta .btn:focus, footer section.section-cta .row-cta .conteneur-cta .btn.focus {
  color: #008274;
  border-color: #ccb790;
}
footer section.section-cta .row-cta .conteneur-cta .btn:focus:after, footer section.section-cta .row-cta .conteneur-cta .btn.focus:after {
  border-width: 9px;
}
footer section.section-cta .row-cta .conteneur-cta .btn.disabled, footer section.section-cta .row-cta .conteneur-cta .btn:disabled {
  color: #ccb790;
  background-color: transparent;
}
footer section.section-surfooter {
  background-image: url("../img/footer/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 85px;
}
footer section.section-surfooter .surfooter .conteneur-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu li {
  list-style: none;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu li a {
  display: block;
  color: #fff;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu li ul {
  padding-left: 0;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 0;
  list-style: none;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > * {
  flex: 0 0 25%;
  max-width: 25%;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > a {
  display: flex;
  align-items: flex-start;
  min-height: 45px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 25px;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > a:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > a:hover::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    left: 0;
    width: 100%;
  }
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > ul li {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > ul li:hover a {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus > * {
  flex: 0 0 50%;
  max-width: 50%;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens a {
  color: #fff;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens h3 {
  display: flex;
  align-items: flex-start;
  min-height: 45px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 25px;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens h3 a {
  position: relative;
  display: inline-block;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens h3 a:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens h3 a:hover::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    left: 0;
    width: 100%;
  }
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens h3 a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul {
  padding-left: 0;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul li {
  margin-bottom: 10px;
  list-style: none;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul li:hover a {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer .titre-footer {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}
footer section.section-surfooter .surfooter .conteneur-menu .element-footer .titre-footer::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
footer section.section-surfooter .surfooter .conteneur-liens {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 40px 0;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .liens {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .liens .lien {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-right: 40px;
  margin-bottom: 15px;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .liens .lien p {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  max-width: 120px;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .description {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .description strong {
  display: block;
  font-weight: 700;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .titre-footer {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 25px;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .conteneur-rs {
  display: flex;
  align-items: center;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .conteneur-rs .rs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  color: #fff;
  font-size: 23px;
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .conteneur-rs .rs > * {
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .conteneur-rs .rs:hover > * {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .conteneur-rs .rs svg {
  width: 68px;
  height: 22px;
}
footer section.section-subfooter .subfooter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
  color: #008274;
  font-size: 14px;
  font-weight: 500;
}
footer section.section-subfooter .subfooter .menu-subfooter ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
footer section.section-subfooter .subfooter .menu-subfooter ul li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  list-style: none;
}
footer section.section-subfooter .subfooter .menu-subfooter ul li::before {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 13px;
}
footer section.section-subfooter .subfooter .menu-subfooter ul li a {
  color: #008274;
  position: relative;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  footer section.section-subfooter .subfooter .menu-subfooter ul li a:hover {
    color: #b85f4d;
  }
  footer section.section-subfooter .subfooter .menu-subfooter ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #b85f4d;
  }
}
footer section.section-subfooter .subfooter .menu-subfooter ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.nc_to_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #048173;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  z-index: 100;
}
.nc_to_top:hover {
  background: #846b57;
}
.nc_to_top.nc_to_top_visible {
  opacity: 1;
}

/*
-- README --
Ce fichier style le menu en version mobile.
Ici, la transition se fait à partir de 991px de largeur. Vous êtes libre de changer cette valeur, mais respecter les breakpoints de Bootstrap.
Les couleurs de background et de typo sont à changer dans le fichier variables.
Les niveaux 1 ne sont pas cliquables dans cette version. En cas de besoin, vous pouvez reprendre et adapter la structure des niveaux 2 pour les niveaux 1.
Burger proposé sur 3 niveaux de profondeur. En cas de niveaux 4, se contenter de pages carrefour.
*/
@media screen and (max-width: 991px) {
  .megamenu {
    display: none;
  }

  .burger.active .conteneur-menu-mobile {
    display: block;
  }
  .burger ul {
    list-style: none;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .burger ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ced4da;
  }
  .burger .plus {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/pictos/plus-burger.png") no-repeat center center;
    background-size: cover;
    font-style: 0;
    margin-left: 10px;
  }
  .burger .conteneur-burger {
    display: flex;
    justify-content: flex-end;
  }
  .burger .conteneur-burger .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .burger .conteneur-menu-mobile {
    display: none;
    position: fixed;
    top: 75px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .burger .conteneur-menu-mobile .burger-header {
    position: relative;
    display: block;
    height: 70px;
  }
  .burger .conteneur-menu-mobile .burger-header.active .retour-burger {
    display: block;
  }
  .burger .conteneur-menu-mobile .burger-header .rappel-menu {
    color: #203967;
    font-size: 25px;
    font-weight: 700;
  }
  .burger .conteneur-menu-mobile .burger-header .retour-burger {
    display: none;
  }
  .burger .conteneur-menu-mobile .burger-header .burger-header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  .burger .conteneur-menu-mobile .burger-footer {
    z-index: 0;
  }
  .burger .conteneur-menu-mobile .burger-footer .menu-surheader-mobile {
    margin-top: 30px;
  }
  .burger .conteneur-menu-mobile .burger-footer .menu-surheader-mobile ul {
    padding: 0;
    margin-bottom: 0;
  }
  .burger .conteneur-menu-mobile .burger-footer .menu-surheader-mobile ul li {
    border-bottom: none;
    padding: 5px 0;
    justify-content: center;
  }
  .burger .conteneur-menu-mobile .burger-footer .menu-surheader-mobile ul li a {
    color: #a68d6e;
    font-weight: 400;
    font-size: 16px;
  }
  .burger .conteneur-menu-mobile .burger-footer .changer-langue-mobile {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .burger .conteneur-menu-mobile .burger-footer .changer-langue-mobile .choix-langue {
    width: 40px;
    height: 40px;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche {
    margin-top: 30px;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .input-group {
    position: relative;
    height: 50px;
    width: 100%;
    border: 1px solid #ccb790;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .input-group input {
    height: 100%;
    border: none;
    padding: 0 30px;
    color: #25374a;
    font-size: 13px;
    font-weight: normal;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .input-group input::placeholder {
    color: #203967;
    font-style: italic;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .input-group .submit-recherche {
    position: relative;
    width: 80px;
    height: 100%;
    background: #fff;
    border: none;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .input-group .submit-recherche::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/pictos/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .input-group .submit-recherche span {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
  .burger .conteneur-menu-mobile .burger-footer .conteneur-rs {
    display: block !important;
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  .burger .conteneur-menu-mobile .burger-footer .conteneur-rs .rs {
    font-size: 25px;
    padding: 15px 30px;
    margin-right: 0;
  }
  .burger .conteneur-menu-mobile .menu-mobile {
    position: relative;
    z-index: 1;
    transition: all 300ms;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li {
    font-size: 16px;
    text-transform: uppercase;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > a {
    color: #008274;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li > a {
    color: #a68d6e;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li > ul > li {
    font-size: 13px;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li > ul > li > a {
    color: #008274;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li ul {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 145px);
    background: #fff;
    padding: 0 15px;
    transform: translateX(100vw);
    transition: transform 300ms;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li ul.active {
    transform: translateX(0);
  }
}
/*
-- README --
Ce fichier n'est à utiliser qu'exceptionnellement : interdiction de l'utiliser pour la totalité du site desktop.
Ce fichier est utile pour des styles particuliers qui doivent être exclus du responsive, comme certaines animations.
*/
@media screen and (max-width: 1260px) {
  body > header {
    height: 110px;
  }
  body > header .conteneur-header .conteneur-logo {
    display: flex;
    align-items: center;
    max-height: 100px;
    width: 160px;
  }
  body > header .conteneur-header .conteneur-logo .logo {
    height: 80px;
  }
  body > header .conteneur-header .wrapper-header .surheader {
    height: 35px;
  }
  body > header .conteneur-header .wrapper-header .surheader .menu-surheader ul li a {
    font-size: 14px;
  }

  .megamenu .dropdown-megamenu {
    top: 110px;
  }
  .megamenu .menu-desktop > li {
    padding: 0 25px;
  }
  .megamenu .menu-desktop > li > a {
    font-size: 15px;
    height: 75px;
  }
  .megamenu .menu-desktop > li > ul {
    top: 110px;
  }

  .page-wrapper {
    padding-top: 110px;
  }
  .page-wrapper section.actualites-evenements {
    margin-top: 40px;
  }
  .page-wrapper section.actualites-evenements::after {
    left: -15px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    flex: 0 0 50%;
    max-width: 50%;
    height: 450px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section {
    font-size: 35px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
    margin-right: 15px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail .date {
    font-size: 16px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre {
    font-size: 21px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites {
    margin-right: 15px;
    margin-left: 15px;
    flex-direction: column;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements {
    flex: 0 0 50%;
    max-width: 50%;
    height: 450px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .titre-section {
    font-size: 35px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement {
    margin-bottom: 10px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .date {
    font-size: 17px;
    width: 75px;
    height: 75px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .secteur {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .titre {
    font-size: 15px;
    padding-top: 5px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home {
    padding-top: 160px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .arrow.arrow-prev {
    padding-left: 10px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .arrow.arrow-next {
    padding-right: 10px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group {
    height: 50px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles strong {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-wrapper.home section.section-prestations .titre-section {
    padding-left: 0;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .titre-section {
    margin-left: 0;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .groupe-success-story {
    margin: 0;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .groupe-success-story .conteneur-story {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story {
    margin-left: 0;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story .visuel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .page-wrapper.home section.actualites-evenements::after {
    left: -15px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    flex: 0 0 50%;
    max-width: 50%;
    height: 450px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
    margin-right: 15px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .header-detail .date {
    font-size: 16px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .titre {
    font-size: 21px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites {
    margin-right: 15px;
    margin-left: 15px;
    flex-direction: column;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements {
    flex: 0 0 50%;
    max-width: 50%;
    height: 450px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement {
    margin-bottom: 10px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .date {
    font-size: 17px;
    width: 75px;
    height: 75px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .secteur {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements .conteneur-evenements .evenement .conteneur-detail .titre {
    font-size: 15px;
    padding-top: 5px;
  }
  .page-wrapper.home section.section-ressources-documentaires .liste-ressources > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-wrapper.home section.section-ressources-documentaires .liste-ressources .ressource:first-of-type {
    margin-left: 0;
  }
  .page-wrapper.home section.section-secteurs {
    background-image: none;
  }
  .page-wrapper.home section.section-secteurs .conteneur-section .titre-section {
    font-size: 52px;
    line-height: 52px;
    padding: 20px 25px;
    font-weight: bold;
    color: #846b57;
    text-align: right;
    background: #faf9fa;
    z-index: 1;
    letter-spacing: -1px;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .conteneur-visuel .titre {
    background: #faf9fa;
  }
  .page-wrapper.home section.nous-suivre .conteneur-nous-suivre {
    justify-content: space-between;
  }
  .page-wrapper.home section.nous-suivre .titre-section {
    margin-right: 0;
  }
  .page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-thumbnail {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.single.page-secteur section.projets-recherche, .page-wrapper.single.page-prestation section.projets-recherche {
    padding-bottom: 60px;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .header-recherche, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche {
    padding-top: 50px;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet {
    display: block;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet {
    padding: 0 15px;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-visuel, .page-wrapper.single.page-prestation section.projets-recherche .conteneur-projets .conteneur-projet .projet .conteneur-visuel {
    width: 100%;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .footer-recherche, .page-wrapper.single.page-prestation section.projets-recherche .footer-recherche {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation {
    display: block;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
    padding: 0 15px;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-visuel, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-visuel {
    width: 100%;
    height: auto;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-visuel .visuel, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-visuel .visuel {
    width: 100%;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail, .page-wrapper.single.page-prestation section.section-realisations .realisations .conteneur-realisations .conteneur-realisation .realisation .conteneur-detail {
    position: relative;
    width: 100%;
    bottom: unset;
    left: unset;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations .nav-slider, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations .nav-slider {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-wrapper.single .zone-carateristiques {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-wrapper.single .zone-carateristiques .caracteristique {
    align-items: flex-start;
  }
  .page-wrapper.single .zone-carateristiques .caracteristique img {
    margin-right: 10px;
  }
  .page-wrapper.liste.liste-success-stories section.section-filtres .conteneur-filtres form.form-filtres .form-group {
    width: 100%;
  }
  .page-wrapper.liste.liste-success-stories section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
    width: 100%;
    align-self: unset;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group {
    width: 50%;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text, .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check {
    width: 50%;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
    order: 1;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check {
    order: 2;
    align-items: center;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .reinit, .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .btn-submit {
    order: 3;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres .titre-section {
    font-size: 40px;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group {
    width: 50%;
  }
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable .picto {
    width: 50px;
  }
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable .titre-indispensable {
    font-size: 16px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story {
    margin: 0;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story {
    margin-left: 0;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story:nth-of-type(2) .story .visuel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  footer section.section-surfooter {
    padding-top: 50px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu, footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > a {
    font-size: 17px;
    min-height: 42px;
    margin-bottom: 10px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > ul li {
    margin-bottom: 7px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > ul li a {
    font-size: 14px;
    line-height: 17px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens h3 {
    min-height: unset;
    font-size: 17px;
    margin-bottom: 10px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul {
    margin-bottom: 20px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul li {
    margin-bottom: 7px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus .liens ul li a {
    font-size: 14px;
    line-height: 17px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer .titre-footer {
    margin-bottom: 25px;
  }
  footer section.section-surfooter .surfooter .conteneur-liens {
    padding: 20px 0;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab, footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab {
    order: 2;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux {
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .tooltip {
    display: none;
  }

  body > header {
    height: 75px;
  }
  body > header .conteneur-header .conteneur-logo {
    padding: 3px;
  }
  body > header .conteneur-header .conteneur-logo .logo {
    height: 65px;
  }
  body > header .conteneur-header .wrapper-header {
    width: 100%;
  }
  body > header .conteneur-header .wrapper-header .surheader {
    display: none;
  }

  .page-wrapper {
    padding-top: 75px;
  }
  .page-wrapper section.actualites-evenements {
    padding-top: 0;
  }
  .page-wrapper section.actualites-evenements::after {
    display: none;
  }
  .page-wrapper section.actualites-evenements .slider-img-actu {
    top: 82px;
    height: 702px !important;
  }
  .page-wrapper section.actualites-evenements .titre-section {
    margin-top: 0;
    width: 100%;
    text-align: center !important;
    padding: 20px 0 !important;
  }
  .page-wrapper section.actualites-evenements .titre-section::before {
    width: 150vw;
    left: -25vw;
    right: unset;
    z-index: -1;
  }
  .page-wrapper section.actualites-evenements .titre-section .break {
    display: inline;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites, .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    position: relative;
    background: #331c10;
    height: 784px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #331c10;
    z-index: 0;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
    padding-top: 230px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements::before {
    left: -100vw;
    width: 200vw;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home h1 {
    max-width: none;
    font-size: 30px;
    padding-bottom: 40px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .arrow {
    display: none;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles {
    margin-top: 20px;
    text-align: center;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .mots-cles .mot {
    margin: 0 10px 10px 10px;
  }
  .page-wrapper.home section.section-prestations::before {
    display: none;
  }
  .page-wrapper.home section.section-prestations .titre-section {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    text-align: center;
    padding-top: 40px;
  }
  .page-wrapper.home section.section-prestations .titre-section .break {
    display: inline;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations {
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation {
    margin-bottom: 0;
    display: block;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail {
    position: relative;
    left: unset;
    bottom: unset;
    height: auto;
    overflow: unset;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail .titre {
    height: auto;
    margin-top: 0;
    text-align: center;
  }
  .page-wrapper.home section.section-prestations .conteneur-prestations .conteneur-prestation .prestation .conteneur-detail .overlay {
    height: auto;
    overflow: unset;
    opacity: 1;
  }
  .page-wrapper.home section.section-prestations .footer-prestations {
    display: flex;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .titre-section {
    position: relative;
    text-align: center;
    background: none;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .visuel, .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .visuel {
    margin-right: 0;
    width: 360px;
    height: 337px;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail {
    margin-top: 0;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail .titre {
    font-size: 25px;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail .description {
    font-size: 16px;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail .btn {
    margin-top: 0;
  }
  .page-wrapper.home section.actualites-evenements {
    padding-top: 0;
  }
  .page-wrapper.home section.actualites-evenements .slider-img-actu {
    top: 82px;
    height: 702px !important;
  }
  .page-wrapper.home section.actualites-evenements .titre-section {
    margin-top: 0;
    width: 100%;
    text-align: center !important;
    padding: 20px 0 !important;
  }
  .page-wrapper.home section.actualites-evenements .titre-section::before {
    width: 150vw;
    left: -25vw;
    right: unset;
    z-index: -1;
  }
  .page-wrapper.home section.actualites-evenements .titre-section .break {
    display: inline;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements::after {
    display: none;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites, .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    position: relative;
    background: #331c10;
    height: 784px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #331c10;
    z-index: 0;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
    padding-top: 230px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .prochains-evenements::before {
    left: -100vw;
    width: 200vw;
  }
  .page-wrapper.home section.nous-suivre .conteneur-nous-suivre {
    flex-direction: column;
    padding: 50px 15px;
  }
  .page-wrapper.home section.nous-suivre .conteneur-nous-suivre .titre-section {
    padding-top: 0;
  }
  .page-wrapper.home section.section-ressources-documentaires .conteneur-ressources .titre-section {
    margin-top: 0;
    width: 100%;
    text-align: center !important;
    padding: 20px 0 !important;
  }
  .page-wrapper.home section.section-ressources-documentaires .conteneur-ressources .titre-section::before {
    width: 150vw;
    left: -25vw;
    right: unset;
    z-index: -1;
  }
  .page-wrapper.home section.section-ressources-documentaires .conteneur-ressources .liste-ressources > * {
    max-width: unset;
    flex: unset;
  }
  .page-wrapper.home section.section-ressources-documentaires .conteneur-ressources .footer-ressources {
    display: flex;
  }
  .page-wrapper.home section.section-secteurs .conteneur-section .titre-section {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    text-align: center;
    padding-top: 40px;
  }
  .page-wrapper.home section.section-secteurs .conteneur-section .titre-section .break {
    display: inline;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs {
    padding: 30px 0 0 0;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs > * {
    max-width: unset;
    flex: unset;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .conteneur-visuel {
    width: 100%;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .conteneur-visuel .visuel {
    width: 100%;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .conteneur-visuel .titre {
    position: relative;
    display: block;
    left: unset;
    bottom: unset;
    height: auto;
    width: 100%;
    max-width: unset;
    text-align: center;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    padding: 10px;
  }
  .page-wrapper.home section.section-secteurs .conteneur-secteurs .conteneur-secteur .secteur .description {
    margin-top: 0;
  }
  .page-wrapper.home section.section-secteurs .footer-secteurs {
    display: flex;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .header-recherche, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .titre-section, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .titre-section {
    text-align: center;
    margin-right: 0;
  }
  .page-wrapper.single.page-secteur section.projets-recherche .header-recherche .btn, .page-wrapper.single.page-prestation section.projets-recherche .header-recherche .btn {
    margin-top: 30px;
  }
  .page-wrapper.single.page-prestation section.section-realisations {
    margin-top: 50px;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres .titre-section {
    font-size: 40px;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group {
    width: 100% !important;
    padding: 10px 0;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text input {
    height: 40px;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection {
    padding: 2px 45px 2px 70px;
    border-color: #fff;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection .select2-selection__choice {
    background: none;
    border: none;
    padding: 0;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres form.form-filtres .form-group .select2 .select2-selection .select2-selection__choice .select2-selection__choice__remove {
    float: right;
    margin-left: 5px;
  }
  .page-wrapper.liste section.indispensables .titre-section {
    margin-bottom: 30px;
  }
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable .picto {
    width: 50px;
  }
  .page-wrapper.liste section.indispensables .conteneur-indispensables .conteneur-indispensable .indispensable .titre-indispensable {
    font-size: 16px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel .visuel {
    width: 100%;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail {
    padding: 20px 20px 10px 20px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-date {
    top: -40px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .titre-element {
    font-size: 20px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info {
    margin-bottom: 10px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .conteneur-picto {
    width: 35px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a {
    font-size: 14px;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .visuel, .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .visuel {
    margin-right: 0 !important;
    height: auto !important;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail {
    margin-top: 0;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail .titre {
    font-size: 25px;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail .description {
    font-size: 16px;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail .btn {
    margin-top: 0;
  }
  .page-wrapper.liste section.success-stories .footer-success-stories {
    display: flex;
  }
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .page-wrapper.liste.liste-success-stories section.section-filtres .conteneur-filtres .titre-section {
    width: 100%;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-text {
    margin-bottom: 0;
  }
  .page-wrapper.liste.liste-projets section.section-filtres .conteneur-filtres form.form-filtres .form-group.form-check {
    margin-bottom: 10px;
  }
  .page-wrapper.liste.liste-certifications section.section-filtres .conteneur-filtres .titre-section {
    width: 100%;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications {
    display: block;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications thead {
    display: none;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr:nth-of-type(odd) td {
    border-right: 1px solid #c5b691 !important;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td {
    display: block;
    border: none !important;
    width: 100%;
    padding: 5px;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td:nth-of-type(2) {
    text-align: center;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td:nth-of-type(3) {
    text-align: center;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td:last-of-type {
    border-bottom: 1px solid #c5b691 !important;
    height: 100%;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr td .logo {
    min-width: unset;
  }
  .page-wrapper .conteneur-ariane .breadcrumbs {
    display: none;
  }
  .page-wrapper .page .page-inner .main-content .titre-page {
    font-size: 40px;
    padding: 5px 15px;
  }
  .page-wrapper.single.page-prestation .page .page-inner .main-content .titre-page {
    padding: 5px 15px;
  }

  aside.conteneur-sidebar .sidebar {
    margin-top: 30px;
  }

  footer section.section-cta::before {
    display: none;
  }
  footer section.section-cta .row-cta > * {
    max-width: unset;
    flex: unset;
  }
  footer section.section-cta .row-cta .conteneur-cta {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer section.section-cta .row-cta .conteneur-cta#cta-newsletter .titre-section {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    font-weight: bold;
    color: #008274;
    text-align: left;
    padding: 0;
    z-index: 1;
    letter-spacing: -1px;
  }
  footer section.section-cta .row-cta .conteneur-cta#cta-contact .titre-section {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    font-weight: bold;
    color: #008274;
    text-align: right;
    padding: 0;
    z-index: 1;
    letter-spacing: -1px;
  }
  footer section.section-cta .row-cta .conteneur-cta .description {
    font-size: 17px;
  }
  footer section.section-surfooter {
    padding-top: 50px;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper section.actualites-evenements .slider-img-actu {
    height: 510px !important;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    height: 592px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home h1 {
    font-size: 23px;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .visuel, .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .visuel {
    width: 100%;
    height: unset;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .slider-success-stories .conteneur-story .story .conteneur-detail {
    padding-top: 20px;
    text-align: center;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .footer-success-stories {
    flex-direction: column;
  }
  .page-wrapper.home section.section-success-stories .conteneur-success-stories .footer-success-stories .nav-slider {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-wrapper.home section.actualites-evenements .slider-img-actu {
    height: 510px !important;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    height: 592px;
  }
  .page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.single.single-actu .page .page-inner .main-content .conteneur-thumbnail-caracteristiques .conteneur-caracteristiques-chapo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .page-wrapper.single.page-secteur section.section-realisations .realisations .footer-realisations, .page-wrapper.single.page-prestation section.section-realisations .realisations .footer-realisations {
    padding-top: 0;
  }
  .page-wrapper.single .conteneur-carrefour .liste-enfants > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b85f4d;
  }
  .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant {
    font-size: 20px;
  }
  .page-wrapper.single .conteneur-carrefour .liste-enfants .conteneur-enfant .enfant .btn-more {
    margin-bottom: 0;
  }
  .page-wrapper.single .wysiwyg p, .page-wrapper.single .elementor-text-editor p, .page-wrapper.single .elementor .elementor-widget-heading p {
    font-size: 15px;
  }
  .page-wrapper.single .wysiwyg table, .page-wrapper.single .elementor-text-editor table, .page-wrapper.single .elementor .elementor-widget-heading table {
    margin-bottom: 30px;
  }
  .page-wrapper.single .wysiwyg table thead tr td, .page-wrapper.single .wysiwyg table thead tr th, .page-wrapper.single .elementor-text-editor table thead tr td, .page-wrapper.single .elementor-text-editor table thead tr th, .page-wrapper.single .elementor .elementor-widget-heading table thead tr td, .page-wrapper.single .elementor .elementor-widget-heading table thead tr th {
    font-size: 14px;
  }
  .page-wrapper.single .wysiwyg table tr td, .page-wrapper.single .wysiwyg table tr th, .page-wrapper.single .elementor-text-editor table tr td, .page-wrapper.single .elementor-text-editor table tr th, .page-wrapper.single .elementor .elementor-widget-heading table tr td, .page-wrapper.single .elementor .elementor-widget-heading table tr th {
    padding: 10px 15px;
  }
  .page-wrapper.single .wysiwyg table tr th, .page-wrapper.single .elementor-text-editor table tr th, .page-wrapper.single .elementor .elementor-widget-heading table tr th {
    font-size: 15px;
  }
  .page-wrapper.single .wysiwyg table tr td, .page-wrapper.single .elementor-text-editor table tr td, .page-wrapper.single .elementor .elementor-widget-heading table tr td {
    font-size: 15px;
  }
  .page-wrapper.single .wysiwyg {
    font-size: 15px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-row {
    display: flex;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-row .elementor-column {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    margin-top: 100px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial::before {
    left: 30px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    overflow: visible;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
    order: 2;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
    order: 1;
    margin-bottom: 20px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner .elementor-testimonial-image {
    position: relative;
    left: unset;
    top: unset;
    padding-right: 0;
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner .elementor-testimonial-details {
    text-align: center;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
    font-size: 18px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
    font-size: 18px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
    font-size: 15px;
    padding: 15px 10px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    font-size: 18px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    font-size: 18px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    font-size: 15px;
    padding: 15px 10px;
  }
  .page-wrapper.single .zone-carateristiques .caracteristique {
    margin-right: 10px;
  }
  .page-wrapper.single .zone-carateristiques .date {
    top: -85px;
    left: 0;
  }
  .page-wrapper.single.single-evenement .zone-carateristiques {
    display: block;
  }
  .page-wrapper.single.single-evenement .zone-carateristiques .caracteristique {
    margin-right: 0;
  }
  .page-wrapper.single.single-offre-emploi .more-buttons {
    display: block;
  }
  .page-wrapper.single.single-offre-emploi .more-buttons .conteneur-cta {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .page-wrapper.single.page-404 .page .page-inner .main-content .titre-page {
    margin-top: 0;
    top: 0;
  }
  .page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta {
    margin-right: 20px;
    margin-left: 20px;
  }
  .page-wrapper.liste.liste-offres-emploi section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .titre-element {
    margin-right: 30px;
  }
  .page-wrapper.liste.liste-evenements section.section-liste {
    background: #eeeeee;
  }
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    order: 2;
  }
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-liste .conteneur-mois .conteneur-elements .conteneur-element {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.liste.liste-evenements section.section-liste .conteneur-liste-calendrier .row-liste-calendrier .conteneur-calendrier {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr {
    width: 100%;
  }
  .page-wrapper.liste.liste-certifications section.section-liste table.tableau-certifications tbody tr:nth-of-type(odd) td {
    border-right: none !important;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres {
    padding-top: 0;
  }
  .page-wrapper.liste section.section-filtres .conteneur-filtres .titre-section {
    position: relative;
    top: unset;
    margin-bottom: 30px;
    font-size: 30px;
    padding: 0 25px 20px 15px;
    line-height: 1;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-visuel .visuel {
    width: 100%;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail {
    padding: 20px 20px 10px 20px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-date {
    top: -10px;
    right: -10px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .titre-element {
    font-size: 20px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info {
    margin-bottom: 10px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .conteneur-picto {
    width: 35px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste .conteneur-elements .conteneur-element .element .conteneur-detail .conteneur-infos .info .liste-info a {
    font-size: 14px;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .visuel, .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.liste section.success-stories .groupe-success-story .conteneur-story .story .conteneur-detail {
    padding-top: 20px;
    text-align: center;
  }
  .page-wrapper .page {
    padding-top: 20px;
  }
  .page-wrapper .page .page-inner .main-content .titre-page {
    position: relative;
    max-width: unset;
    top: unset;
    left: unset;
    padding-left: 0;
  }
  .page-wrapper .page .page-inner .main-content .titre-page.no-visuel {
    margin-top: 0;
  }
  .page-wrapper .page .page-inner .main-content .conteneur-thumbnail {
    margin-bottom: 15px;
  }
  .page-wrapper .page .page-inner .main-content .chapo {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .page-wrapper.single.page-prestation .page .page-inner .main-content .titre-page {
    padding-left: 0;
  }

  footer section.section-surfooter .surfooter .conteneur-liens .element-footer .liens .lien {
    align-items: flex-start !important;
    width: 50%;
    margin-right: 0 !important;
    padding-right: 40px;
    margin-bottom: 30px !important;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer .liens .lien p {
    display: none;
  }
  footer section.section-cta .row-cta .conteneur-cta#cta-newsletter {
    margin-bottom: 30px;
  }
  footer section.section-subfooter .subfooter {
    flex-direction: column;
  }
  footer section.section-subfooter .subfooter .copywright {
    order: 2;
    margin-top: 10px;
  }
  footer section.section-subfooter .subfooter .menu-subfooter ul li:first-of-type {
    padding-left: 0;
    margin-left: 0;
  }
  footer section.section-subfooter .subfooter .menu-subfooter ul li:first-of-type::before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .slider-img-actu {
    position: relative;
    order: 1;
    flex-shrink: 0;
    height: auto !important;
    display: none;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    height: auto;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section {
    order: 0;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
    order: 2;
    padding-top: 0;
    margin-right: 0;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite {
    padding: 0;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .img-actu {
    display: block;
    margin-bottom: 15px;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .img-actu .visuel {
    max-width: 100%;
    height: auto;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites {
    flex-direction: column;
    order: 3;
  }
  .page-wrapper section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-wrapper.home section.section-recherche .conteneur-recherche-home .recherche .input-group input {
    font-size: 13px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .slider-img-actu {
    position: relative;
    order: 1;
    flex-shrink: 0;
    height: auto !important;
    display: none;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites {
    height: auto;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .titre-section {
    order: 0;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites {
    order: 2;
    padding-top: 0;
    margin-right: 0;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite {
    padding: 0;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .img-actu {
    display: block;
    margin-bottom: 15px;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .slider-actualites .actualite .img-actu .visuel {
    max-width: 100%;
    height: auto;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites {
    flex-direction: column;
    order: 3;
  }
  .page-wrapper.home section.actualites-evenements .conteneur-actualites-evenements .dernieres-actualites .footer-dernieres-actualites .nav-slider {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-wrapper.home section.nous-suivre .conteneur-rs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-wrapper.home section.nous-suivre .conteneur-rs .rs {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin: 15px;
  }
  .page-wrapper.home section.nous-suivre .conteneur-rs .rs svg {
    width: 22px;
    height: 22px;
  }
  .page-wrapper .page .page-inner .main-content .titre-page {
    font-size: 30px;
    padding: 0;
    background: none;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-row .elementor-column {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial {
    padding: 15px !important;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial::before {
    display: none;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 16px;
  }
  .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner .elementor-testimonial-details .elementor-testimonial-name, .page-wrapper.single .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner .elementor-testimonial-details .elementor-testimonial-job {
    font-size: 14px;
  }
  .page-wrapper.single .zone-carateristiques {
    display: block;
  }
  .page-wrapper.single .zone-carateristiques .caracteristique {
    margin-right: 0;
  }
  .page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons {
    display: block;
  }
  .page-wrapper.single.page-404 .page .page-inner .main-content .more-buttons .conteneur-cta {
    margin-right: 0;
    margin-left: 0;
  }

  aside.conteneur-sidebar .sidebar {
    margin-top: 30px;
  }
  aside.conteneur-sidebar .sidebar .widget .conteneur-elements li .element-sidebar {
    font-size: 15px;
  }

  footer section.section-cta .row-cta .conteneur-cta {
    text-align: center !important;
  }
  footer section.section-cta .row-cta .conteneur-cta::before {
    display: none;
  }
  footer section.section-cta .row-cta .conteneur-cta .titre-section {
    text-align: center !important;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu {
    text-align: center;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul {
    text-align: center;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.conteneur-rappel-menu .rappel-menu > ul > li > a {
    justify-content: center;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus {
    text-align: center;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus {
    text-align: center;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer section.section-surfooter .surfooter .conteneur-menu .element-footer.pour-en-savoir-plus .conteneur-en-savoir-plus h3 {
    justify-content: center;
    text-align: center;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .liens {
    justify-content: center;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.cti-french-fab .liens .lien {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    padding-right: 0;
    width: 100%;
    align-items: center !important;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .titre-footer {
    justify-content: center;
  }
  footer section.section-surfooter .surfooter .conteneur-liens .element-footer.reseaux-sociaux .conteneur-rs {
    justify-content: center;
  }
  footer section.section-subfooter .subfooter .menu-subfooter ul {
    flex-direction: column;
  }
  footer section.section-subfooter .subfooter .menu-subfooter ul li::before {
    display: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.modal-open {
  overflow: hidden;
  height: 100%;
}

body #tarteaucitronRoot {
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot.show {
  opacity: 1;
}
body #tarteaucitronRoot.show #tarteaucitron {
  display: block;
}
body #tarteaucitronRoot.show #tarteaucitronBack {
  display: block;
}
body #tarteaucitronRoot.contraignant {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 1;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig {
  position: fixed;
  top: 140px;
  left: 250px;
  right: 250px;
  bottom: 140px;
  width: auto;
  height: auto;
  background: #fff;
  color: #000;
  padding: 210px 30px 30px 30px;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("../img/header/logo.png") no-repeat center center;
  background-size: auto;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
  content: "Bienvenue sur FCBA";
  position: absolute !important;
  top: 120px;
  left: 0;
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    font-size: 27px;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
  text-align: center;
  padding-bottom: 30px;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize {
  display: inline-block;
  font-weight: 500;
  color: #25374a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  -webkit-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 300ms;
  -moz-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 300ms;
  -ms-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 300ms;
  -o-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 300ms;
  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 300ms;
  color: #fff;
  background-color: #008274;
  border-color: #008274;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
    color: #25374a;
    text-decoration: none;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:focus, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize.focus {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
    background: #008274;
    border-color: #008274;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig .conteneur-accept {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronCloseAlert, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  position: relative;
  padding: 0;
  padding-bottom: 3px;
  margin: 15px 30px;
  font-size: 16px;
  font-weight: 300;
  color: #008274;
  position: relative;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
    color: #c78071;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover::after, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #c78071;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronCloseAlert::after, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPrivacyUrl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronAlertSmall #tarteaucitronManager {
  display: none !important;
}
body #tarteaucitronRoot button#tarteaucitronBack {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
body #tarteaucitronRoot #tarteaucitron {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  position: absolute !important;
  top: 15px;
  right: 25px;
  background: transparent;
  color: #008274;
  z-index: 1;
  padding: 0;
  width: auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices {
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
  margin-top: 0 !important;
  height: auto !important;
  max-height: 90vh !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset {
  border: none;
  background: #fff;
  padding-top: 30px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset:hover {
  background: #fff;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #008274;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 27px;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronInfo {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: normal;
  color: #331c10;
  background: transparent;
  border: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl {
  position: relative;
  font-size: 16px;
  color: #008274;
  padding: 0;
  position: relative;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl:hover {
    color: #c78071;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #c78071;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #008274;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronH2 {
  color: #008274;
  font-weight: bold;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed {
  margin: 0 7px;
  display: inline-block;
  font-weight: 500;
  color: #25374a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  -webkit-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 300ms;
  -moz-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 300ms;
  -ms-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 300ms;
  -o-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 300ms;
  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 300ms;
  color: #fff;
  background-color: #008274;
  border-color: #008274;
  background-color: #008274 !important;
  border-color: #008274;
  color: #fff;
  opacity: 1 !important;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:hover {
    color: #25374a;
    text-decoration: none;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:hover {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed.focus {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:hover {
    border-color: #008274;
    background-color: #fff !important;
    color: #008274;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied {
  display: inline-block;
  font-weight: 500;
  color: #25374a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  -webkit-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 300ms;
  -moz-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 300ms;
  -ms-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 300ms;
  -o-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 300ms;
  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 300ms;
  position: relative;
  color: #a68d6e;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  font-weight: normal;
  text-transform: none;
  opacity: 1 !important;
  margin: 0 7px;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:hover {
    color: #25374a;
    text-decoration: none;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a68d6e;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:hover {
  color: #008274;
  border-color: #a68d6e;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:hover:after {
  border-width: 9px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied.focus {
  color: #008274;
  border-color: #a68d6e;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:focus:after, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied.focus:after {
  border-width: 9px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:disabled {
  color: #a68d6e;
  background-color: transparent;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied::after {
  display: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
  border: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden {
  background: #fff;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine.tarteaucitronIsAllowed {
  border-left: 5px solid #3c8574 !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  display: inline-block;
  font-weight: 500;
  color: #25374a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  -webkit-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 300ms;
  -moz-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 300ms;
  -ms-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 300ms;
  -o-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 300ms;
  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 300ms;
  color: #fff;
  background-color: #008274;
  border-color: #008274;
  background-color: #008274 !important;
  border-color: #008274;
  color: #fff;
  margin-top: 0;
  margin-right: 15px;
  opacity: 1 !important;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
    color: #25374a;
    text-decoration: none;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow.focus {
  color: #fff;
  background-color: #005c52;
  border-color: #004f46;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
    border-color: #008274;
    background-color: #fff !important;
    color: #008274;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  display: inline-block;
  font-weight: 500;
  color: #25374a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  -webkit-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 300ms;
  -moz-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 300ms;
  -ms-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 300ms;
  -o-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 300ms;
  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 300ms;
  position: relative;
  color: #a68d6e;
  border-color: #008274;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  background: transparent;
  background-color: transparent !important;
  margin-top: 0;
  text-transform: none;
  font-weight: normal;
  opacity: 1 !important;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
    color: #25374a;
    text-decoration: none;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a68d6e;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
  color: #008274;
  border-color: #a68d6e;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover:after {
  border-width: 9px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny.focus {
  color: #008274;
  border-color: #a68d6e;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus:after, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny.focus:after {
  border-width: 9px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:disabled {
  color: #a68d6e;
  background-color: transparent;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny::after {
  display: none;
}
@media screen and (max-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig {
    top: 110px;
    left: 50px;
    right: 50px;
    bottom: 110px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig .conteneur-accept {
    padding-bottom: 30px;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronName {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust {
    float: none;
    display: block;
    text-align: center;
    margin: 0 !important;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied {
    margin: 7px;
  }
}
@media screen and (max-width: 768px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices {
    box-shadow: none;
    border-radius: 0;
    max-height: unset !important;
  }
}
@media screen and (max-width: 576px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig {
    /*
    top: 10px;
    left: 15px;
    right: 15px;
    bottom: 10px;
    padding: 270px 15px 15px 15px;
     */
    padding-top: 230px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::before {
    height: 125px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    top: 130px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig .conteneur-accept {
    padding-bottom: 10px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 14px !important;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 15px !important;
  }
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

@media print {
  .d-flex, .row {
    display: block !important;
  }

  .col-md-6, .col-12 {
    max-width: unset !important;
  }

  * {
    animation: none !important;
  }

  * {
    font-size: 0.4cm !important;
  }

  h1 {
    font-size: 0.8cm !important;
  }
  h1 span {
    font-size: 0.8cm !important;
  }

  h2 {
    font-size: 0.6cm !important;
  }
  h2 span {
    font-size: 0.6cm !important;
  }

  h3 {
    font-size: 0.5cm !important;
  }
  h3 span {
    font-size: 0.5cm !important;
  }

  @page {
    margin: 2.5cm 0 2.5cm 0;
  }
  .conteneur-menu, .entry-main-footer, .at-share-btn-elements, .title-metas-right, .title-metas, .elementor-image figure {
    display: none !important;
  }

  .elementor-element.animated {
    animation: none !important;
  }

  header {
    position: initial !important;
  }
  main .contenu ul {
    list-style-type: disc !important;
    font-weight: initial !important;
  }
  main .contenu ul li {
    padding-left: 0 !important;
  }
  main .contenu ul li::before {
    display: none !important;
  }
  main .contenu a[href^=http]:after {
    content: "(" attr(href) ")";
    display: block;
    width: 100%;
  }
  main .contenu {
    margin-top: 5px !important;
  }
  main aside {
    display: none !important;
  }
  main main {
    flex: 100% !important;
    max-width: 100% !important;
  }
  main .col-lg-9 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  main .elementor-widget-wrap, main .elementor-column-wrap, main .elementor-element, main .elementor-container, main .elementor-tab-title {
    display: block !important;
  }
  main .elementor-widget-video, main .elementor-image-carousel {
    display: none !important;
  }
  main .elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
    font-size: 0.5cm !important;
    text-decoration: none !important;
  }
  main .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: none !important;
  }
  main .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    display: block !important;
  }
  main .elementor-icon i {
    font-size: 1cm !important;
  }
  main .row {
    display: block !important;
  }
  main .elementor-row {
    display: block !important;
  }

  footer {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    display: block !important;
    padding: 15px 0 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    margin-top: 5px !important;
    border-top: 1px solid #ddd;
  }
  footer.entry-footer {
    display: none !important;
  }

  .tableau-responsive {
    background: none !important;
    padding: 0 5px !important;
    margin-bottom: 50px;
    overflow-x: initial !important;
    max-width: 100% !important;
  }
  .tableau-responsive table {
    page-break-inside: avoid;
  }
  .tableau-responsive table th {
    text-align: left !important;
    border: 1px solid #000 !important;
  }
  .tableau-responsive table td {
    text-align: left !important;
    color: #000 !important;
    border: 1px solid #000 !important;
  }

  header.scrolling {
    height: 145px !important;
  }
  header.scrolling .conteneur-logo {
    display: inline-block !important;
    max-height: unset !important;
  }
  header.scrolling .conteneur-logo .logo {
    height: 93px !important;
  }
  header .conteneur-logo .texte-logo {
    display: none;
  }
  header .conteneur-header {
    display: block;
  }
  header .conteneur-header .wrapper-header {
    display: none;
  }

  .page-wrapper {
    padding-top: 0 !important;
  }
  .page-wrapper .conteneur-ariane {
    display: none;
  }
  .page-wrapper .page {
    padding-top: 0 !important;
  }
  .page-wrapper .page aside.conteneur-sidebar {
    display: none;
  }
  .page-wrapper .page .page-inner .main-content .titre-page {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1cm !important;
  }
  .page-wrapper .page .page-inner .main-content .conteneur-thumbnail {
    display: none;
  }
  .page-wrapper .page .page-inner .main-content .zone-carateristiques {
    display: block;
  }
  .page-wrapper .page .page-inner .main-content .zone-carateristiques .date {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    background: transparent;
    color: #846b57;
    width: auto;
    height: auto;
    padding: 0;
    margin: 15px 0;
    font-size: 0.6cm;
    border-radius: 0;
  }
  .page-wrapper .page .page-inner .main-content .zone-carateristiques .caracteristique {
    display: block;
  }
  .page-wrapper .page .page-inner .main-content .zone-carateristiques .caracteristique img {
    float: left;
  }
  .page-wrapper .page .page-inner .retour {
    display: none !important;
  }
  .page-wrapper .page .page-inner .conteneur-cta, .page-wrapper .page .page-inner .conteneur-contact {
    display: none !important;
  }
  .page-wrapper section.section-realisations, .page-wrapper section.actualites-evenements, .page-wrapper section.projets-recherche, .page-wrapper .conteneur-carrefour {
    display: none !important;
  }
  .page-wrapper .wysiwyg img, .page-wrapper .wysiwyg .template-image {
    display: block !important;
    float: none !important;
  }

  footer {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
