@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: #847f81;
  --gray-dark: #343a40;
  --primary: #009a90;
  --secondary: #e94f5f;
  --success: #009a95;
  --info: #004273;
  --warning: #ffcc00;
  --danger: #da1b2f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1340px;
  --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: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #009a90;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  a:hover {
    color: #004e48;
    text-decoration: none;
  }
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  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: #847f81;
  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: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 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: #847f81;
}

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

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

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1340px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1340px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

.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: 1340px) {
  .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: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

@media screen and (min-width: 992px) {
  .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
}

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

@media screen and (min-width: 992px) {
  .table-hover .table-primary:hover {
    background-color: #a6dcd8;
  }
  .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a6dcd8;
  }
}

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

@media screen and (min-width: 992px) {
  .table-hover .table-secondary:hover {
    background-color: #f6b7bd;
  }
  .table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #f6b7bd;
  }
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e3e1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7acac8;
}

@media screen and (min-width: 992px) {
  .table-hover .table-success:hover {
    background-color: #a6dcd9;
  }
  .table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a6dcd9;
  }
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8cad8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7a9db6;
}

@media screen and (min-width: 992px) {
  .table-hover .table-info:hover {
    background-color: #a8becf;
  }
  .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a8becf;
  }
}

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

@media screen and (min-width: 992px) {
  .table-hover .table-warning:hover {
    background-color: #ffec9f;
  }
  .table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffec9f;
  }
}

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

@media screen and (min-width: 992px) {
  .table-hover .table-danger:hover {
    background-color: #f2a9b1;
  }
  .table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f2a9b1;
  }
}

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

@media screen and (min-width: 992px) {
  .table-hover .table-light:hover {
    background-color: #ececf6;
  }
  .table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
  }
}

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

@media screen and (min-width: 992px) {
  .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);
}

@media screen and (min-width: 992px) {
  .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: #635f61;
  background-color: #e9ecef;
  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);
}
@media screen and (min-width: 992px) {
  .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: 1339.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 + 2px);
  padding: 0.375rem 1.8rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #635f61;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px 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 #635f61;
}
.form-control::placeholder {
  color: #847f81;
  font-style: italic;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  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: #847f81;
}

.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: #009a95;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 154, 149, 0.9);
  border-radius: 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: #009a95;
  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='%23009a95' 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: #009a95;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 149, 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: #009a95;
  padding-right: calc(0.75em + 3.3625rem);
  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 1.8rem 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='%23009a95' 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 2.8rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #009a95;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 149, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #009a95;
}
.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: #009a95;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #009a95;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00cdc7;
  background-color: #00cdc7;
}
.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(0, 154, 149, 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: #009a95;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #009a95;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #009a95;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 149, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(218, 27, 47, 0.9);
  border-radius: 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: #da1b2f;
  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='%23da1b2f' 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='%23da1b2f' 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: #da1b2f;
  box-shadow: 0 0 0 0.2rem rgba(218, 27, 47, 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: #da1b2f;
  padding-right: calc(0.75em + 3.3625rem);
  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 1.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23da1b2f' 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='%23da1b2f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.8rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #da1b2f;
  box-shadow: 0 0 0 0.2rem rgba(218, 27, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #da1b2f;
}
.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: #da1b2f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #da1b2f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e74153;
  background-color: #e74153;
}
.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(218, 27, 47, 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: #da1b2f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #da1b2f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #da1b2f;
  box-shadow: 0 0 0 0.2rem rgba(218, 27, 47, 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-family: "Faune", serif;
  font-weight: bold;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.8rem;
  font-size: 1.0625rem;
  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;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover {
    color: #212529;
    text-decoration: none;
  }
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  position: relative;
  color: #fff;
  border-color: #009a90;
  background-color: #009a90;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-primary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #009a90;
    border-color: #009a90;
  }
  .btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #009a90;
  border-color: #009a90;
}

.btn-secondary {
  position: relative;
  color: #fff;
  border-color: #e94f5f;
  background-color: #e94f5f;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #e94f5f;
    border-color: #e94f5f;
  }
  .btn-secondary:hover::before, .btn-secondary:focus::before, .btn-secondary:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #e94f5f;
  border-color: #e94f5f;
}

.btn-success {
  position: relative;
  color: #fff;
  border-color: #009a95;
  background-color: #009a95;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-success::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    color: #009a95;
    border-color: #009a95;
  }
  .btn-success:hover::before, .btn-success:focus::before, .btn-success:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #009a95;
  border-color: #009a95;
}

.btn-info {
  position: relative;
  color: #fff;
  border-color: #004273;
  background-color: #004273;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #004273;
    border-color: #004273;
  }
  .btn-info:hover::before, .btn-info:focus::before, .btn-info:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #004273;
  border-color: #004273;
}

.btn-warning {
  position: relative;
  color: #fff;
  border-color: #ffcc00;
  background-color: #ffcc00;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-warning::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #ffcc00;
    border-color: #ffcc00;
  }
  .btn-warning:hover::before, .btn-warning:focus::before, .btn-warning:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-danger {
  position: relative;
  color: #fff;
  border-color: #da1b2f;
  background-color: #da1b2f;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-danger::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    color: #da1b2f;
    border-color: #da1b2f;
  }
  .btn-danger:hover::before, .btn-danger:focus::before, .btn-danger:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #da1b2f;
  border-color: #da1b2f;
}

.btn-light {
  position: relative;
  color: #fff;
  border-color: #f8f9fa;
  background-color: #f8f9fa;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-light::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-light:hover, .btn-light:focus, .btn-light:active {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-light:hover::before, .btn-light:focus::before, .btn-light:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  position: relative;
  color: #fff;
  border-color: #343a40;
  background-color: #343a40;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.btn-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #343a40;
    border-color: #343a40;
  }
  .btn-dark:hover::before, .btn-dark:focus::before, .btn-dark:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-primary {
  position: relative;
  color: #009a90;
  border-color: #009a90;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-primary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #009a90;
  z-index: -1;
  -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) {
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    border-color: #009a90;
  }
  .btn-outline-primary:hover::before, .btn-outline-primary:focus::before, .btn-outline-primary:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #009a90;
  background-color: transparent;
}

.btn-outline-secondary {
  position: relative;
  color: #e94f5f;
  border-color: #e94f5f;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #e94f5f;
  z-index: -1;
  -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) {
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    color: #fff;
    border-color: #e94f5f;
  }
  .btn-outline-secondary:hover::before, .btn-outline-secondary:focus::before, .btn-outline-secondary:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e94f5f;
  background-color: transparent;
}

.btn-outline-success {
  position: relative;
  color: #009a95;
  border-color: #009a95;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-success::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #009a95;
  z-index: -1;
  -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) {
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
    color: #fff;
    border-color: #009a95;
  }
  .btn-outline-success:hover::before, .btn-outline-success:focus::before, .btn-outline-success:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #009a95;
  background-color: transparent;
}

.btn-outline-info {
  position: relative;
  color: #004273;
  border-color: #004273;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #004273;
  z-index: -1;
  -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) {
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
    color: #fff;
    border-color: #004273;
  }
  .btn-outline-info:hover::before, .btn-outline-info:focus::before, .btn-outline-info:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #004273;
  background-color: transparent;
}

.btn-outline-warning {
  position: relative;
  color: #ffcc00;
  border-color: #ffcc00;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-warning::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffcc00;
  z-index: -1;
  -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) {
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
    color: #fff;
    border-color: #ffcc00;
  }
  .btn-outline-warning:hover::before, .btn-outline-warning:focus::before, .btn-outline-warning:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffcc00;
  background-color: transparent;
}

.btn-outline-danger {
  position: relative;
  color: #da1b2f;
  border-color: #da1b2f;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-danger::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #da1b2f;
  z-index: -1;
  -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) {
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #fff;
    border-color: #da1b2f;
  }
  .btn-outline-danger:hover::before, .btn-outline-danger:focus::before, .btn-outline-danger:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #da1b2f;
  background-color: transparent;
}

.btn-outline-light {
  position: relative;
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-light::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f8f9fa;
  z-index: -1;
  -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) {
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
    color: #fff;
    border-color: #f8f9fa;
  }
  .btn-outline-light:hover::before, .btn-outline-light:focus::before, .btn-outline-light:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  position: relative;
  color: #343a40;
  border-color: #343a40;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.btn-outline-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #343a40;
  z-index: -1;
  -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) {
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
    color: #fff;
    border-color: #343a40;
  }
  .btn-outline-dark:hover::before, .btn-outline-dark:focus::before, .btn-outline-dark:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #009a90;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .btn-link:hover {
    color: #004e48;
    text-decoration: none;
  }
}
.btn-link:disabled, .btn-link.disabled {
  color: #847f81;
  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.25rem 0.5rem;
  font-size: 0.875rem;
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 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: 1340px) {
  .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 #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 992px) {
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #009a90;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #847f81;
  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: 0.875rem;
  color: #847f81;
  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;
}
@media screen and (min-width: 992px) {
  .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: -1px;
}
.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: 1.35rem;
  padding-left: 1.35rem;
}
.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.375rem;
  padding-left: 0.375rem;
}

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.8rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #635f61;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px 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 + 2px);
}

.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.5rem + 2px);
}

.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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

.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: #009a90;
  background-color: #009a90;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #847f81;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 12px;
  height: 12px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: none;
}
.custom-control-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -27px;
  display: block;
  border: 1px solid #bebebe;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 1px;
}
.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: #009a90;
  background-color: #009a90;
}
.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, 154, 144, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 154, 144, 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, 154, 144, 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 + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  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, 154, 144, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 2.8rem 0.375rem 1.8rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #635f61;
  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 1.8rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 2rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #1bfff0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 144, 0.25);
}
.custom-select:focus::-ms-value {
  color: #635f61;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.8rem;
  background-image: none;
}
.custom-select:disabled {
  color: #847f81;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #635f61;
}

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

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  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 + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1bfff0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 144, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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 + 2px);
  padding: 0.375rem 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #635f61;
  background-color: #fff;
  border: 1px 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 1.8rem;
  line-height: 1.5;
  color: #635f61;
  content: "Browse";
  background-color: #e9ecef;
  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, 0 0 0 0.2rem rgba(0, 154, 144, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 154, 144, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 154, 144, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #009a90;
  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: #4efff3;
}
.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: #009a90;
  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: #4efff3;
}
.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: #009a90;
  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: #4efff3;
}
.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;
}
@media screen and (min-width: 992px) {
  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }
}
.nav-link.disabled {
  color: #847f81;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media screen and (min-width: 992px) {
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
  }
}
.nav-tabs .nav-link.disabled {
  color: #847f81;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #635f61;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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;
}
@media screen and (min-width: 992px) {
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2rem;
}
@media screen and (min-width: 992px) {
  .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: 1339.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: 1340px) {
  .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);
}
@media screen and (min-width: 992px) {
  .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);
}
@media screen and (min-width: 992px) {
  .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);
}
@media screen and (min-width: 992px) {
  .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;
}
@media screen and (min-width: 992px) {
  .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);
}
@media screen and (min-width: 992px) {
  .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;
}
@media screen and (min-width: 992px) {
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 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;
}

@media screen and (min-width: 992px) {
  .card-link:hover {
    text-decoration: none;
  }
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 20px;
}
@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: -1px;
}

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

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

.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: -1px;
  line-height: 1.25;
  color: #009a90;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #004e48;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 144, 0.25);
}

.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: #009a90;
  border-color: #009a90;
}
.page-item.disabled .page-link {
  color: #847f81;
  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: 0.875rem;
  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: 6px 15px;
  font-size: 0.75rem;
  font-weight: 400;
  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;
  }
}
@media screen and (min-width: 992px) {
  a.badge:hover, a.badge:focus {
    text-decoration: none;
  }
}

.badge.badge-categorie {
  position: relative;
  padding-right: 15px;
  padding-left: 33px;
  border-radius: 10rem;
  border: 1px solid #dee2e6;
  color: #004273;
  text-transform: uppercase;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
}
.badge.badge-categorie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 100%;
  background: url("../img/pictos/tag.png") no-repeat center center;
}
.badge.badge-type {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 10rem;
  border: 1px solid #dee2e6;
  color: #004273;
  text-transform: uppercase;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
}
.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: #009a90;
}
@media screen and (min-width: 992px) {
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #006760;
  }
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 144, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #e94f5f;
}
@media screen and (min-width: 992px) {
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #e32236;
  }
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 79, 95, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #009a95;
}
@media screen and (min-width: 992px) {
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #006764;
  }
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 149, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #004273;
}
@media screen and (min-width: 992px) {
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #002540;
  }
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 66, 115, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffcc00;
}
@media screen and (min-width: 992px) {
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #cca300;
  }
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #da1b2f;
}
@media screen and (min-width: 992px) {
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ad1625;
  }
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 27, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
@media screen and (min-width: 992px) {
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
  }
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
@media screen and (min-width: 992px) {
  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: #e9ecef;
  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: 1px solid transparent;
  border-radius: 2rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #00504b;
  background-color: #ccebe9;
  border-color: #b8e3e0;
}
.alert-primary hr {
  border-top-color: #a6dcd8;
}
.alert-primary .alert-link {
  color: #001d1b;
}

.alert-secondary {
  color: #792931;
  background-color: #fbdcdf;
  border-color: #f9ced2;
}
.alert-secondary hr {
  border-top-color: #f6b7bd;
}
.alert-secondary .alert-link {
  color: #531c22;
}

.alert-success {
  color: #00504d;
  background-color: #ccebea;
  border-color: #b8e3e1;
}
.alert-success hr {
  border-top-color: #a6dcd9;
}
.alert-success .alert-link {
  color: #001d1c;
}

.alert-info {
  color: #00223c;
  background-color: #ccd9e3;
  border-color: #b8cad8;
}
.alert-info hr {
  border-top-color: #a8becf;
}
.alert-info .alert-link {
  color: #000509;
}

.alert-warning {
  color: #856a00;
  background-color: #fff5cc;
  border-color: #fff1b8;
}
.alert-warning hr {
  border-top-color: #ffec9f;
}
.alert-warning .alert-link {
  color: #524100;
}

.alert-danger {
  color: #710e18;
  background-color: #f8d1d5;
  border-color: #f5bfc5;
}
.alert-danger hr {
  border-top-color: #f2a9b1;
}
.alert-danger .alert-link {
  color: #44080e;
}

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #009a90;
  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: #635f61;
  text-align: inherit;
}
@media screen and (min-width: 992px) {
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #635f61;
    text-decoration: none;
    background-color: #f8f9fa;
  }
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px 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: #847f81;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #009a90;
  border-color: #009a90;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.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: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1340px) {
  .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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.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: #00504b;
  background-color: #b8e3e0;
}
@media screen and (min-width: 992px) {
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00504b;
    background-color: #a6dcd8;
  }
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00504b;
  border-color: #00504b;
}

.list-group-item-secondary {
  color: #792931;
  background-color: #f9ced2;
}
@media screen and (min-width: 992px) {
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #792931;
    background-color: #f6b7bd;
  }
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #792931;
  border-color: #792931;
}

.list-group-item-success {
  color: #00504d;
  background-color: #b8e3e1;
}
@media screen and (min-width: 992px) {
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #00504d;
    background-color: #a6dcd9;
  }
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00504d;
  border-color: #00504d;
}

.list-group-item-info {
  color: #00223c;
  background-color: #b8cad8;
}
@media screen and (min-width: 992px) {
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #00223c;
    background-color: #a8becf;
  }
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00223c;
  border-color: #00223c;
}

.list-group-item-warning {
  color: #856a00;
  background-color: #fff1b8;
}
@media screen and (min-width: 992px) {
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856a00;
    background-color: #ffec9f;
  }
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856a00;
  border-color: #856a00;
}

.list-group-item-danger {
  color: #710e18;
  background-color: #f5bfc5;
}
@media screen and (min-width: 992px) {
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #710e18;
    background-color: #f2a9b1;
  }
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #710e18;
  border-color: #710e18;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
@media screen and (min-width: 992px) {
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
  }
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
@media screen and (min-width: 992px) {
  .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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .close:hover {
    color: #000;
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .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: #847f81;
  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: 1px 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: 1px solid #dee2e6;
  border-top-left-radius: calc(2rem - 1px);
  border-top-right-radius: calc(2rem - 1px);
}
.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: 1px solid #dee2e6;
  border-bottom-right-radius: calc(2rem - 1px);
  border-bottom-left-radius: calc(2rem - 1px);
}
.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: 1340px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.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: 1px;
  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: #006760;
}

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

.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: 1px;
  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: #006760;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #006760;
  border-radius: 2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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 - 1px);
}
.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: 1px;
  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 - 1px);
  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: 1px;
  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 - 1px);
}
.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: 1px;
  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: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  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: 1px;
  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: 1px solid #ebebeb;
  border-top-left-radius: calc(2rem - 1px);
  border-top-right-radius: calc(2rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.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;
  }
}
@media screen and (min-width: 992px) {
  .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: #009a90 !important;
}

@media screen and (min-width: 992px) {
  a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #006760 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #e32236 !important;
  }
}

.bg-success {
  background-color: #009a95 !important;
}

@media screen and (min-width: 992px) {
  a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #006764 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #002540 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #cca300 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ad1625 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #009a95 !important;
}

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

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

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

.border-light {
  border-color: #f8f9fa !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: 1340px) {
  .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: 1340px) {
  .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: 1340px) {
  .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: 1340px) {
  .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: 1340px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  a.text-primary:hover, a.text-primary:focus {
    color: #004e48 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.text-secondary:hover, a.text-secondary:focus {
    color: #d11a2d !important;
  }
}

.text-success {
  color: #009a95 !important;
}

@media screen and (min-width: 992px) {
  a.text-success:hover, a.text-success:focus {
    color: #004e4b !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.text-info:hover, a.text-info:focus {
    color: #001627 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.text-warning:hover, a.text-warning:focus {
    color: #b38f00 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.text-danger:hover, a.text-danger:focus {
    color: #961320 !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
  }
}

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

@media screen and (min-width: 992px) {
  a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
  }
}

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

.text-muted {
  color: #847f81 !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: 1px 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: 1px solid #000;
  }

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #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: "Faune";
  src: url("../fonts/eot/Faune-Display_Black.eot");
  src: url("../fonts/eot/Faune-Display_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/Faune-Display_Black.woff") format("woff"), url("../fonts/woff2/Faune-Display_Black.woff2") format("woff2"), url("../fonts/ttf/Faune-Display_Black.ttf") format("truetype"), url("../fonts/svg/Faune-Display_Black.svg#svgFontName") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Faune";
  src: url("../fonts/eot/Faune-Display_Bold_Italic.eot");
  src: url("../fonts/eot/Faune-Display_Bold_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/Faune-Display_Bold_Italic.woff") format("woff"), url("../fonts/woff2/Faune-Display_Bold_Italic.woff2") format("woff2"), url("../fonts/ttf/Faune-Display_Bold_Italic.ttf") format("truetype"), url("../fonts/svg/Faune-Display_Bold_Italic.svg#svgFontName") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Faune";
  src: url("../fonts/eot/Faune-Display_Thin.eot");
  src: url("../fonts/eot/Faune-Display_Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/Faune-Display_Thin.woff") format("woff"), url("../fonts/woff2/Faune-Display_Thin.woff2") format("woff2"), url("../fonts/ttf/Faune-Display_Thin.ttf") format("truetype"), url("../fonts/svg/Faune-Display_Thin.svg#svgFontName") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Faune";
  src: url("../fonts/eot/Faune-Text_Bold.eot");
  src: url("../fonts/eot/Faune-Text_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/Faune-Text_Bold.woff") format("woff"), url("../fonts/woff2/Faune-Text_Bold.woff2") format("woff2"), url("../fonts/ttf/Faune-Text_Bold.ttf") format("truetype"), url("../fonts/svg/Faune-Text_Bold.svg#svgFontName") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Faune";
  src: url("../fonts/eot/Faune-Text_Italic.eot");
  src: url("../fonts/eot/Faune-Text_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/Faune-Text_Italic.woff") format("woff"), url("../fonts/woff2/Faune-Text_Italic.woff2") format("woff2"), url("../fonts/ttf/Faune-Text_Italic.ttf") format("truetype"), url("../fonts/svg/Faune-Text_Italic.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Faune";
  src: url("../fonts/eot/Faune-Text_Regular.eot");
  src: url("../fonts/eot/Faune-Text_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/Faune-Text_Regular.woff") format("woff"), url("../fonts/woff2/Faune-Text_Regular.woff2") format("woff2"), url("../fonts/ttf/Faune-Text_Regular.ttf") format("truetype"), url("../fonts/svg/Faune-Text_Regular.svg#svgFontName") format("svg");
  font-weight: normal;
  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: #009a90;
  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 #009a90;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-primary:hover {
    color: #009a90;
  }
  .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: #009a90;
  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 #009a90;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-primary:hover {
    color: #009a90;
    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: #009a90;
}
.btn.fadeline-out-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #009a90;
  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 #009a90;
}
@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: #009a90;
  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 #009a90;
  background: white;
  color: #009a90;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-primary:hover {
    color: white;
    background: #009a90;
    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: #009a90;
  background-color: #ffffff;
  border-color: #009a90;
}
.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: #009a90;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-primary:hover, .btn.rect-ltr-primary:hover, .btn.goback-ltr-primary:hover {
    color: #009a90;
  }
}
.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: #009a90;
  background-color: #ffffff;
  border-color: #009a90;
}
.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: #009a90;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-primary:hover, .btn.rect-rtl-primary:hover, .btn.goback-rtl-primary:hover {
    color: #009a90;
  }
}
.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: #009a90;
  background-color: #ffffff;
  border-color: #009a90;
}
.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: #009a90;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-primary:hover, .btn.rect-btt-primary:hover, .btn.goback-btt-primary:hover {
    color: #009a90;
  }
}
.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: #009a90;
  background-color: #ffffff;
  border-color: #009a90;
}
.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: #009a90;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-primary:hover, .btn.rect-ttb-primary:hover, .btn.goback-ttb-primary:hover {
    color: #009a90;
  }
}
.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: #e94f5f;
  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 #e94f5f;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-secondary:hover {
    color: #e94f5f;
  }
  .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: #e94f5f;
  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 #e94f5f;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-secondary:hover {
    color: #e94f5f;
    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: #e94f5f;
}
.btn.fadeline-out-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e94f5f;
  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 #e94f5f;
}
@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: #e94f5f;
  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 #e94f5f;
  background: white;
  color: #e94f5f;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-secondary:hover {
    color: white;
    background: #e94f5f;
    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: #e94f5f;
  background-color: #ffffff;
  border-color: #e94f5f;
}
.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: #e94f5f;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-secondary:hover, .btn.rect-ltr-secondary:hover, .btn.goback-ltr-secondary:hover {
    color: #e94f5f;
  }
}
.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: #e94f5f;
  background-color: #ffffff;
  border-color: #e94f5f;
}
.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: #e94f5f;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-secondary:hover, .btn.rect-rtl-secondary:hover, .btn.goback-rtl-secondary:hover {
    color: #e94f5f;
  }
}
.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: #e94f5f;
  background-color: #ffffff;
  border-color: #e94f5f;
}
.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: #e94f5f;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-secondary:hover, .btn.rect-btt-secondary:hover, .btn.goback-btt-secondary:hover {
    color: #e94f5f;
  }
}
.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: #e94f5f;
  background-color: #ffffff;
  border-color: #e94f5f;
}
.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: #e94f5f;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-secondary:hover, .btn.rect-ttb-secondary:hover, .btn.goback-ttb-secondary:hover {
    color: #e94f5f;
  }
}
.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: #009a95;
  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 #009a95;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-success:hover {
    color: #009a95;
  }
  .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: #009a95;
  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 #009a95;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-success:hover {
    color: #009a95;
    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: #009a95;
}
.btn.fadeline-out-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #009a95;
  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 #009a95;
}
@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: #009a95;
  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 #009a95;
  background: white;
  color: #009a95;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-success:hover {
    color: white;
    background: #009a95;
    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: #009a95;
  background-color: #ffffff;
  border-color: #009a95;
}
.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: #009a95;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-success:hover, .btn.rect-ltr-success:hover, .btn.goback-ltr-success:hover {
    color: #009a95;
  }
}
.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: #009a95;
  background-color: #ffffff;
  border-color: #009a95;
}
.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: #009a95;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-success:hover, .btn.rect-rtl-success:hover, .btn.goback-rtl-success:hover {
    color: #009a95;
  }
}
.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: #009a95;
  background-color: #ffffff;
  border-color: #009a95;
}
.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: #009a95;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-success:hover, .btn.rect-btt-success:hover, .btn.goback-btt-success:hover {
    color: #009a95;
  }
}
.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: #009a95;
  background-color: #ffffff;
  border-color: #009a95;
}
.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: #009a95;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-success:hover, .btn.rect-ttb-success:hover, .btn.goback-ttb-success:hover {
    color: #009a95;
  }
}
.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: #004273;
  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 #004273;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-info:hover {
    color: #004273;
  }
  .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: #004273;
  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 #004273;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-info:hover {
    color: #004273;
    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: #004273;
}
.btn.fadeline-out-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #004273;
  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 #004273;
}
@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: #004273;
  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 #004273;
  background: white;
  color: #004273;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-info:hover {
    color: white;
    background: #004273;
    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: #004273;
  background-color: #ffffff;
  border-color: #004273;
}
.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: #004273;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-info:hover, .btn.rect-ltr-info:hover, .btn.goback-ltr-info:hover {
    color: #004273;
  }
}
.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: #004273;
  background-color: #ffffff;
  border-color: #004273;
}
.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: #004273;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-info:hover, .btn.rect-rtl-info:hover, .btn.goback-rtl-info:hover {
    color: #004273;
  }
}
.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: #004273;
  background-color: #ffffff;
  border-color: #004273;
}
.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: #004273;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-info:hover, .btn.rect-btt-info:hover, .btn.goback-btt-info:hover {
    color: #004273;
  }
}
.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: #004273;
  background-color: #ffffff;
  border-color: #004273;
}
.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: #004273;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-info:hover, .btn.rect-ttb-info:hover, .btn.goback-ttb-info:hover {
    color: #004273;
  }
}
.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: #ffcc00;
  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 #ffcc00;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-warning:hover {
    color: #ffcc00;
  }
  .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: #ffcc00;
  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 #ffcc00;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-warning:hover {
    color: #ffcc00;
    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: #ffcc00;
}
.btn.fadeline-out-warning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffcc00;
  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 #ffcc00;
}
@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: #ffcc00;
  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 #ffcc00;
  background: white;
  color: #ffcc00;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-warning:hover {
    color: white;
    background: #ffcc00;
    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: #ffcc00;
  background-color: #ffffff;
  border-color: #ffcc00;
}
.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: #ffcc00;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-warning:hover, .btn.rect-ltr-warning:hover, .btn.goback-ltr-warning:hover {
    color: #ffcc00;
  }
}
.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: #ffcc00;
  background-color: #ffffff;
  border-color: #ffcc00;
}
.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: #ffcc00;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-warning:hover, .btn.rect-rtl-warning:hover, .btn.goback-rtl-warning:hover {
    color: #ffcc00;
  }
}
.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: #ffcc00;
  background-color: #ffffff;
  border-color: #ffcc00;
}
.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: #ffcc00;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-warning:hover, .btn.rect-btt-warning:hover, .btn.goback-btt-warning:hover {
    color: #ffcc00;
  }
}
.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: #ffcc00;
  background-color: #ffffff;
  border-color: #ffcc00;
}
.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: #ffcc00;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-warning:hover, .btn.rect-ttb-warning:hover, .btn.goback-ttb-warning:hover {
    color: #ffcc00;
  }
}
.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: #da1b2f;
  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 #da1b2f;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-danger:hover {
    color: #da1b2f;
  }
  .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: #da1b2f;
  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 #da1b2f;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-danger:hover {
    color: #da1b2f;
    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: #da1b2f;
}
.btn.fadeline-out-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #da1b2f;
  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 #da1b2f;
}
@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: #da1b2f;
  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 #da1b2f;
  background: white;
  color: #da1b2f;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-danger:hover {
    color: white;
    background: #da1b2f;
    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: #da1b2f;
  background-color: #ffffff;
  border-color: #da1b2f;
}
.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: #da1b2f;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-danger:hover, .btn.rect-ltr-danger:hover, .btn.goback-ltr-danger:hover {
    color: #da1b2f;
  }
}
.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: #da1b2f;
  background-color: #ffffff;
  border-color: #da1b2f;
}
.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: #da1b2f;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-danger:hover, .btn.rect-rtl-danger:hover, .btn.goback-rtl-danger:hover {
    color: #da1b2f;
  }
}
.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: #da1b2f;
  background-color: #ffffff;
  border-color: #da1b2f;
}
.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: #da1b2f;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-danger:hover, .btn.rect-btt-danger:hover, .btn.goback-btt-danger:hover {
    color: #da1b2f;
  }
}
.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: #da1b2f;
  background-color: #ffffff;
  border-color: #da1b2f;
}
.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: #da1b2f;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-danger:hover, .btn.rect-ttb-danger:hover, .btn.goback-ttb-danger:hover {
    color: #da1b2f;
  }
}
.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: #f8f9fa;
  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 #f8f9fa;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-light:hover {
    color: #f8f9fa;
  }
  .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: #f8f9fa;
  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 #f8f9fa;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-light:hover {
    color: #f8f9fa;
    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: #f8f9fa;
}
.btn.fadeline-out-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f8f9fa;
  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 #f8f9fa;
}
@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: #f8f9fa;
  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 #f8f9fa;
  background: white;
  color: #f8f9fa;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-light:hover {
    color: white;
    background: #f8f9fa;
    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: #f8f9fa;
  background-color: #ffffff;
  border-color: #f8f9fa;
}
.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: #f8f9fa;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-light:hover, .btn.rect-ltr-light:hover, .btn.goback-ltr-light:hover {
    color: #f8f9fa;
  }
}
.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: #f8f9fa;
  background-color: #ffffff;
  border-color: #f8f9fa;
}
.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: #f8f9fa;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-light:hover, .btn.rect-rtl-light:hover, .btn.goback-rtl-light:hover {
    color: #f8f9fa;
  }
}
.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: #f8f9fa;
  background-color: #ffffff;
  border-color: #f8f9fa;
}
.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: #f8f9fa;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-light:hover, .btn.rect-btt-light:hover, .btn.goback-btt-light:hover {
    color: #f8f9fa;
  }
}
.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: #f8f9fa;
  background-color: #ffffff;
  border-color: #f8f9fa;
}
.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: #f8f9fa;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-light:hover, .btn.rect-ttb-light:hover, .btn.goback-ttb-light:hover {
    color: #f8f9fa;
  }
}
.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 #635f61;
  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 #635f61;
  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 #635f61;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #009a90;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 #009a90;
}
input[type=checkbox].animcheck-color-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #009a90;
  -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 #e94f5f;
}
input[type=checkbox].animcheck-color-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #e94f5f;
  -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 #009a95;
}
input[type=checkbox].animcheck-color-success::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #009a95;
  -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 #da1b2f;
}
input[type=checkbox].animcheck-color-danger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #da1b2f;
  -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 #ffcc00;
}
input[type=checkbox].animcheck-color-warning::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #ffcc00;
  -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 #004273;
}
input[type=checkbox].animcheck-color-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #004273;
  -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 #009a90;
  -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: #009a90;
  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: #009a90;
  }
}
input[type=checkbox].animcheck-mark-primary:checked::before {
  border: 1px solid #009a90;
}
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: #009a90;
}

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 #e94f5f;
  -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: #e94f5f;
  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: #e94f5f;
  }
}
input[type=checkbox].animcheck-mark-secondary:checked::before {
  border: 1px solid #e94f5f;
}
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: #e94f5f;
}

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 #009a95;
  -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: #009a95;
  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: #009a95;
  }
}
input[type=checkbox].animcheck-mark-success:checked::before {
  border: 1px solid #009a95;
}
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: #009a95;
}

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 #da1b2f;
  -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: #da1b2f;
  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: #da1b2f;
  }
}
input[type=checkbox].animcheck-mark-danger:checked::before {
  border: 1px solid #da1b2f;
}
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: #da1b2f;
}

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 #ffcc00;
  -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: #ffcc00;
  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: #ffcc00;
  }
}
input[type=checkbox].animcheck-mark-warning:checked::before {
  border: 1px solid #ffcc00;
}
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: #ffcc00;
}

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 #004273;
  -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: #004273;
  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: #004273;
  }
}
input[type=checkbox].animcheck-mark-info:checked::before {
  border: 1px solid #004273;
}
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: #004273;
}

/***************************************************/
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 #009a90;
  -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: #009a90;
  -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 #e94f5f;
  -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: #e94f5f;
  -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 #009a95;
  -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: #009a95;
  -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 #da1b2f;
  -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: #da1b2f;
  -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 #ffcc00;
  -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: #ffcc00;
  -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 #004273;
  -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: #004273;
  -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: #009a90;
  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: #009a90;
  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: #009a90;
  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: #e94f5f;
  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: #e94f5f;
  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: #e94f5f;
  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: #009a95;
  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: #009a95;
  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: #009a95;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #da1b2f;
  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: #da1b2f;
  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: #da1b2f;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #009a90;
  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: #009a90;
  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: #009a90;
  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: #009a90;
  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: #009a90;
  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: #e94f5f;
  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: #e94f5f;
  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: #e94f5f;
  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: #e94f5f;
  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: #e94f5f;
  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: #009a95;
  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: #009a95;
  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: #009a95;
  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: #009a95;
  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: #009a95;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #da1b2f;
  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: #da1b2f;
  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: #da1b2f;
  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: #da1b2f;
  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: #da1b2f;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #009a90;
  }
}

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

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

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

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

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

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

.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: #009a90;
  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: #009a90;
  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: #009a90;
  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: #009a90;
  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: #e94f5f;
  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: #e94f5f;
  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: #e94f5f;
  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: #e94f5f;
  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: #009a95;
  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: #009a95;
  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: #009a95;
  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: #009a95;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #004273;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #da1b2f;
  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: #da1b2f;
  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: #da1b2f;
  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: #da1b2f;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #f8f9fa;
  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: #f8f9fa;
  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 {
  font-family: "Nunito Sans", sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}
body.modal-open header {
  padding-right: 17px;
}

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

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

.categorie {
  position: relative;
  padding-left: 25px;
  color: #004273;
  text-transform: uppercase;
  font-size: 13px;
}
.categorie::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 100%;
  background: url("../img/pictos/tag.png") no-repeat left center;
}

.hidden {
  display: none !important;
}

[data-legende] {
  opacity: 0;
  background: rgba(0, 0, 0, 0.31);
  transition: 0.5s all;
}
[data-legende]:not(.overlay) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
}
[data-legende]::before {
  color: #FFF;
  content: attr(data-legende);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[data-legende].active {
  opacity: 1;
}

#home-display-newsletter-popup {
  display: flex;
  align-items: center;
}
#home-display-newsletter-popup span {
  left: 22px;
  width: 21px;
  height: 17px;
  background: url(https://www.psycom.org/wp-content/themes/nc_theme/assets/img/pictos/css_sprites.png) no-repeat -10px -105px;
  display: inline-block;
  margin-right: 10px;
}
#home-display-newsletter-popup:before {
  background: #004273 !important;
}
#home-display-newsletter-popup:hover {
  color: #fff !important;
}

#modelId .modal-header h3 {
  font-size: 18px !important;
}

#mailpoet_form_2 .mailpoet_text, #mailpoet_form_2 .mailpoet_textarea {
  border: solid 1px #004273 !important;
}

.popup-newsletter .mailpoet_form_columns {
  margin-bottom: 0 !important;
}
.popup-newsletter .mailpoet_form_columns .mailpoet_form_column {
  display: flex;
  flex-direction: row;
}
.popup-newsletter .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:first-of-type {
  padding-right: 20px !important;
  width: 100%;
}
.popup-newsletter .mailpoet_paragraph.mailpoet_rgpd .mailpoet_checkbox_label:nth-child(2) {
  font-size: 12px;
}
.popup-newsletter .mailpoet_paragraph.mailpoet_rgpd .mailpoet_checkbox_label:nth-child(2) input {
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.popup-newsletter #mailpoet_form_2 .mailpoet_submit {
  background-image: url(https://www.psycom.org/wp-content/themes/nc_theme/assets/img/pictos/mail.png);
  background-repeat: no-repeat;
  background-position: 25px center;
}

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

/*
-- 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.
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: transparent;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
header.loaded {
  opacity: 1;
}
header.scrolling {
  background: #009a90;
}
header .conteneur-header {
  position: relative;
  display: flex;
}
header .conteneur-header .row-header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  width: 100%;
  background: #009a90;
}
header .conteneur-header .conteneur-logo {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 1339px) {
  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;
  }
}
header .conteneur-header .conteneur-logo .logo {
  -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;
  width: 226px;
  opacity: 1;
}
header .conteneur-header .conteneur-logo .texte-logo {
  position: absolute;
  top: 45px;
  left: 70px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #006760;
  padding: 0.25rem 0.75rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
}
header .conteneur-header .wrapper-header {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
  position: static;
}
header .conteneur-header .wrapper-header .surheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00cdc0;
  padding: 20px 0 20px 55px;
  height: 60px;
}
header .conteneur-header .wrapper-header .surheader .accessibilite {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -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) {
  header .conteneur-header .wrapper-header .surheader .accessibilite:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
header .conteneur-header .wrapper-header .surheader .accessibilite strong {
  font-size: 20px;
  font-weight: 700;
}
header .conteneur-header .wrapper-header .subheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
}
header .conteneur-header .wrapper-header .subheader form.recherche {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}
header .conteneur-header .wrapper-header .subheader form.recherche::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  background: #006760;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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%);
}
header .conteneur-header .wrapper-header .subheader form.recherche label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  color: #222129;
}
header .conteneur-header .wrapper-header .subheader form.recherche input[type=text] {
  border: none;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  background: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  color: #009a90;
  padding: 5px 20px;
  height: 35px;
  width: 300px;
  margin-right: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header .conteneur-header .wrapper-header .subheader form.recherche input[type=text]:focus-within {
  background: #b4fffa;
  color: #003431;
}
header .conteneur-header .wrapper-header .subheader form.recherche input[type=text]:focus-within::placeholder {
  color: #006760;
}
header .conteneur-header .wrapper-header .subheader form.recherche input[type=text]::placeholder {
  font-size: 12px;
  font-style: italic;
  color: #847f81;
}
header .conteneur-header .wrapper-header .subheader form.recherche .recherche-submit {
  position: relative;
  border: none;
  background-color: transparent;
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -162px -88px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: 10px;
}
header .conteneur-header .wrapper-header .subheader form.recherche .recherche-submit span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
header .conteneur-header .wrapper-header .subheader .conteneur-rs .rs {
  font-size: 17px;
  color: #fff;
  margin: 0 10px;
}
header .conteneur-header .wrapper-header .subheader .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) {
  header .conteneur-header .wrapper-header .subheader .conteneur-rs .rs:hover > * {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
header .conteneur-header .wrapper-header .subheader .conteneur-rs .rs:last-of-type {
  margin-right: 0;
}

/*
-- 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 .accueil {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    z-index: 1;
  }
  .megamenu .accueil > * {
    -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) and (min-width: 992px) {
  .megamenu .accueil:hover > * {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .accueil:hover::before {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }
}
@media screen and (min-width: 992px) {
  .megamenu .accueil::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 8px;
    width: 33px;
    height: 25px;
    background: url("../img/pictos/css_sprites.png") -60px -10px;
    z-index: -1;
    -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 .accueil span {
    color: #222129;
  }
}
@media screen and (min-width: 992px) {
  .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.current > a {
    position: relative;
  }
  .megamenu .menu-desktop > li.current > a::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 15%;
    width: 70%;
    height: 5px;
    background: #ffcc00;
  }
  .megamenu .menu-desktop > li.active > a {
    color: #ffcc00;
  }
  .megamenu .menu-desktop > li.active > a::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .megamenu .menu-desktop > li.active > ul {
    display: flex;
    z-index: 8;
  }
  .megamenu .menu-desktop > li > a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    cursor: pointer;
    height: 60px;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
  }
  .megamenu .menu-desktop > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 10px;
    background: #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .megamenu .menu-desktop > li > ul {
    position: absolute;
    display: none;
    top: 59px;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 30px 5px 30px;
    border-top: none;
    border-bottom: 5px solid #009a90;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
  }
  .megamenu .menu-desktop > li > ul > li {
    padding: 0 60px 15px 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li:hover > a {
    color: #004273;
  }
  .megamenu .menu-desktop > li > ul > li:hover > ul::before {
    background-color: #bb1728;
  }
  .megamenu .menu-desktop > li > ul > li:hover > ul > li > a::before {
    background-color: #bb1728;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > a {
    position: relative;
    display: block;
    font-family: "Faune";
    font-size: 19px;
    font-weight: bold;
    color: #e94f5f;
    -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) {
  .megamenu .menu-desktop > li > ul > li > ul {
    position: relative;
    padding-left: 20px;
  }
  .megamenu .menu-desktop > li > ul > li > ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background: #e94f5f;
    -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.active > ul {
    display: block;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li.active .conteneur-lien .menu-more::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li .conteneur-lien {
    display: flex;
    align-items: center;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li .conteneur-lien a {
    position: relative;
    display: inline-block;
    font-family: "Faune";
    font-size: 17px;
    font-weight: normal;
    color: #009a90;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li .conteneur-lien a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li .conteneur-lien a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #009a90;
    -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 > ul > li > ul > li .conteneur-lien a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -9px;
    width: 5px;
    height: 1px;
    background: #e94f5f;
    -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 > ul > li > ul > li .conteneur-lien .menu-more {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 30px;
    cursor: pointer;
    margin-left: 10px;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li .conteneur-lien .menu-more.active::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .megamenu .menu-desktop > li > ul > li > ul > li .conteneur-lien .menu-more::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #e94f5f;
    -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) {
  .megamenu .menu-desktop > li > ul > li > ul > li > a {
    position: relative;
    display: inline-block;
    font-family: "Faune";
    font-size: 17px;
    font-weight: normal;
    color: #009a90;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li > a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #009a90;
    -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 > ul > li > ul > li > a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -9px;
    width: 5px;
    height: 1px;
    background: #e94f5f;
    -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 > ul > li > ul > li > ul {
    padding-left: 15px;
    display: none;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li > ul > li > a {
    font-family: "Faune";
    font-size: 15px;
    font-weight: normal;
    color: #004273;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li > ul > li > a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .megamenu .menu-desktop > li > ul > li > ul > li > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #004273;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
/*
-- README --
Ce fichier est utilisé pour le style de la home (uniquement le contenu de la balise main).
*/
.page-wrapper.home {
  padding-top: 0;
  margin-top: 0;
}
.page-wrapper.home.loaded section.section-missions {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-wrapper.home.loaded section.section-missions .conteneur-missions {
  -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.home.loaded section.section-thematique-une {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-wrapper.home.loaded section.section-thematique-une .conteneur-thematique-une {
  -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.home section.section-missions {
  position: relative;
  padding-top: 130px;
  background-color: #009a90;
  background-image: url("../img/home/ariane/bg-missions.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: initial;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50px, -100px);
  -moz-transform: translate(-50px, -100px);
  -ms-transform: translate(-50px, -100px);
  -o-transform: translate(-50px, -100px);
  transform: translate(-50px, -100px);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.page-wrapper.home section.section-missions .conteneur-missions {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 140px;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 500ms linear 600ms;
  -moz-transition: all 500ms linear 600ms;
  -ms-transition: all 500ms linear 600ms;
  -o-transition: all 500ms linear 600ms;
  transition: all 500ms linear 600ms;
}
.page-wrapper.home section.section-missions .conteneur-missions h1 {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 39px;
  color: #fff;
  max-width: 800px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.page-wrapper.home section.section-missions .conteneur-missions h1 strong {
  font-size: inherit;
  font-weight: bold;
  color: #ffcc00;
}
.page-wrapper.home section.section-missions .conteneur-missions .btn-missions {
  position: relative;
  position: relative;
  color: #004273;
  border-color: #fff;
  background-color: #fff;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  padding-right: 50px;
  text-transform: uppercase;
}
.page-wrapper.home section.section-missions .conteneur-missions .btn-missions::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #004273;
  z-index: -1;
  -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.section-missions .conteneur-missions .btn-missions:hover, .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:focus, .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:active {
    color: #fff;
    border-color: #fff;
  }
  .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:hover::before, .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:focus::before, .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.home section.section-missions .conteneur-missions .btn-missions.disabled, .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.page-wrapper.home section.section-missions .conteneur-missions .btn-missions::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 13px;
  background: url("../img/pictos/css_sprites.png") no-repeat -91px -105px;
  -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%);
  -webkit-transition: filter 300ms;
  -moz-transition: filter 300ms;
  -ms-transition: filter 300ms;
  -o-transition: filter 300ms;
  transition: filter 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-missions .conteneur-missions .btn-missions:hover::after {
    filter: invert(1);
  }
}
.page-wrapper.home section.section-thematique-une {
  padding-top: 70px;
  padding-bottom: 50px;
  opacity: 0;
  position: relative;
  background-image: url("../img/home/ariane/thematique-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
  -webkit-transform: translate(-50px, -100px);
  -moz-transform: translate(-50px, -100px);
  -ms-transform: translate(-50px, -100px);
  -o-transform: translate(-50px, -100px);
  transform: translate(-50px, -100px);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.page-wrapper.home section.section-thematique-une::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/thematique.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 500ms linear 600ms;
  -moz-transition: all 500ms linear 600ms;
  -ms-transition: all 500ms linear 600ms;
  -o-transition: all 500ms linear 600ms;
  transition: all 500ms linear 600ms;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 0;
  height: 530px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -200px;
  width: 420px;
  height: 400px;
  background: url("../img/home/thematique-forme.png") no-repeat;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel .overlay, .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel img {
  position: absolute;
  right: 0;
  z-index: 1;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel .overlay {
  bottom: 0;
  width: 555px;
  height: 75px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 8.3333333333%;
  padding-left: 0;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique {
  display: flex;
  align-items: flex-end;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique .titre-section {
  font-family: "Faune", serif;
  font-weight: bold;
  font-size: 46px;
  color: #009a90;
  margin-right: 30px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique .thematique {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  background: #e94f5f;
  padding: 3px 7px;
  margin-bottom: 17px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .phrase-explicative {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 33px;
  color: #004273;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element:hover .type {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element:hover .type::after {
    -webkit-transform: scale(1) rotate(180deg);
    -moz-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
    -o-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type {
  position: relative;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #009a90;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
  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-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: #e94f5f;
  background-image: url("../img/pictos/types/plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type.actualite::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -113px -10px;
  width: 29px;
  height: 20px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type.page::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -113px -50px;
  width: 19px;
  height: 26px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type.temoignage::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -55px -60px;
  width: 27px;
  height: 23px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type.revue::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -10px -60px;
  width: 25px;
  height: 25px;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .titre-element {
  font-size: 17px;
  font-weight: normal;
  color: #004273;
  margin-bottom: 0;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .section-footer {
  display: flex;
  justify-content: center;
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .section-footer .more {
  position: relative;
  text-transform: uppercase;
  padding: 0.375rem 45px 0.375rem 1.2rem;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .section-footer .more:hover::after {
    -webkit-transform: translateY(-50%) scale(0.7);
    -moz-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    -o-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    filter: invert(0.5);
  }
}
.page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .section-footer .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 19px;
  background: url("../img/pictos/css_sprites.png") no-repeat -162px -10px;
  -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%);
}
.page-wrapper.home section.section-newsletter {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../img/home/ariane/newsletter-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
}
.page-wrapper.home section.section-newsletter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/newsletter.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
.page-wrapper.home section.section-newsletter.animated .conteneur-newsletter {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .titre-section {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 51px;
  color: #004273;
  text-align: center;
  margin-bottom: 30px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffcc00;
  color: #004273;
  padding: 40px 55px;
  box-shadow: 8px 8px 11px rgba(0, 0, 0, 0.19);
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -35px;
  width: 54px;
  height: 56px;
  background: url("../img/home/forme-newsletter.png");
  z-index: -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-newsletter .conteneur-newsletter .encadre-newsletter .titre-newsletter {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 21px;
  color: #004273;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns {
  width: 750px !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column {
  flex-direction: row;
  margin-left: 0 !important;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column:nth-of-type(2) .mailpoet_paragraph {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column:nth-of-type(2) .mailpoet_paragraph label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph {
  flex-grow: 1;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:nth-of-type(2) {
  width: auto;
  flex-grow: 0;
  margin-left: 15px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph {
  width: auto;
  margin-bottom: 25px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_form_column {
  flex-basis: auto !important;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph input:not(type[checkbox]) {
  margin-right: 15px;
  height: 40px;
  border: none;
  margin-bottom: 25px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_submit {
  padding-left: 65px;
  flex-shrink: 0;
  background-color: #004273;
  background-image: url("../img/pictos/mail.png");
  background-repeat: no-repeat;
  background-position: 25px center;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 21px;
  height: 17px;
  background: url("../img/pictos/css_sprites.png") no-repeat -10px -105px;
  z-index: 2;
  -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%);
  -webkit-transition: filter 300ms;
  -moz-transition: filter 300ms;
  -ms-transition: filter 300ms;
  -o-transition: filter 300ms;
  transition: filter 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_submit:hover::after {
    filter: invert(1);
  }
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter {
  width: 750px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .form-group {
  display: flex;
  margin-bottom: 25px;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .form-group input {
  margin-right: 15px;
  height: 40px;
  border: none;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .btn {
  padding-left: 65px;
  flex-shrink: 0;
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 21px;
  height: 17px;
  background: url("../img/pictos/css_sprites.png") no-repeat -10px -105px;
  z-index: 2;
  -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%);
  -webkit-transition: filter 300ms;
  -moz-transition: filter 300ms;
  -ms-transition: filter 300ms;
  -o-transition: filter 300ms;
  transition: filter 300ms;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .btn:hover::after {
    filter: invert(1);
  }
}
.page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter form.mailpoet_form .mailpoet_rgpd input[type=checkbox] {
  height: auto !important;
  margin-bottom: 0 !important;
}
.page-wrapper.home section.section-en-un-clic {
  min-height: 810px;
  position: relative;
  background-image: url("../img/home/ariane/clic-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
}
.page-wrapper.home section.section-en-un-clic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/clic.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
.page-wrapper.home section.section-en-un-clic.animated .conteneur-en-un-clic {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic {
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .titre-section {
  font-family: "Faune", serif;
  font-weight: bold;
  font-size: 47px;
  color: #fff;
  text-align: center;
  padding: 85px 0 70px 0;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  width: 995px;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces:nth-of-type(1) .acces {
  background-image: url("../img/pictos/forme-acces-1.jpg");
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces:nth-of-type(2) .acces {
  background-image: url("../img/pictos/forme-acces-2.jpg");
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces:nth-of-type(3) .acces {
  background-image: url("../img/pictos/forme-acces-3.jpg");
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces:nth-of-type(4) .acces {
  background-image: url("../img/pictos/forme-acces-4.jpg");
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces:nth-of-type(5) .acces {
  background-image: url("../img/pictos/forme-acces-5.jpg");
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces:nth-of-type(6) .acces {
  background-image: url("../img/pictos/forme-acces-6.jpg");
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  height: 145px;
  margin-bottom: 40px;
  color: #004273;
  box-shadow: 8px 8px 11px rgba(0, 0, 0, 0.19);
  padding-right: 15px;
  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.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces:hover {
    color: #fff;
    box-shadow: 2px 7px 3px -5px rgba(0, 0, 0, 0.5);
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces:hover::before {
    width: 100%;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces:hover .conteneur-picto .picto {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff4e60;
  z-index: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .conteneur-picto {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .conteneur-picto .picto {
  margin-left: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .titre-acces {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  margin-left: 65px;
  margin-bottom: 0;
  z-index: 1;
}
.page-wrapper.home section.section-sante-mentale {
  position: relative;
  background-image: url("../img/home/ariane/sante-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
  padding-bottom: 95px;
}
.page-wrapper.home section.section-sante-mentale::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/sante.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
.page-wrapper.home section.section-sante-mentale.animated .conteneur-sante-mentale {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-video {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-video::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -95px;
  width: 551px;
  height: 557px;
  background: url("../img/home/forme-video.png");
  z-index: -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-sante-mentale .conteneur-sante-mentale .conteneur-video iframe {
  position: relative;
  z-index: 3;
  width: 674px;
  height: 380px;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .titre-section {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 34px;
  color: #004273;
  margin-bottom: 60px;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .titre-section strong {
  display: block;
  font-family: "Faune", serif;
  font-weight: bold;
  font-size: 43px;
  color: #009a90;
  margin-top: -5px;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces {
  width: 100%;
  max-width: 100%;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces:hover .conteneur-picto {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces:hover .conteneur-detail .titre-acces {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces:hover .conteneur-detail .titre-acces::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    left: 0;
    width: 100%;
  }
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-picto {
  width: 85px;
  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-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-detail .titre-acces {
  position: relative;
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  font-size: 21px;
  color: #009a90;
  margin-bottom: 10px;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-detail .titre-acces::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #009a90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-detail .description-acces {
  font-size: 15px;
  color: #004273;
  width: 100%;
}
.page-wrapper.home section.section-passer-a-laction {
  position: relative;
  padding-bottom: 60px;
  position: relative;
  background-color: #fffcea;
  background-image: url("../img/home/ariane/profils-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
}
.page-wrapper.home section.section-passer-a-laction::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/profils.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
.page-wrapper.home section.section-passer-a-laction.animated .conteneur-passer-a-laction {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .titre-section {
  font-family: "Faune", serif;
  font-weight: bold;
  font-size: 47px;
  color: #009a90;
  text-align: center;
  padding: 65px 0 70px 0;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:nth-of-type(1) .profil .conteneur-visuel::after {
  background-image: url("../img/home/profils/forme-profil-1.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:nth-of-type(2) .profil .conteneur-visuel::after {
  background-image: url("../img/home/profils/forme-profil-2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:nth-of-type(3) .profil .conteneur-visuel::after {
  background-image: url("../img/home/profils/forme-profil-3.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:nth-of-type(4) .profil .conteneur-visuel::after {
  background-image: url("../img/home/profils/forme-profil-4.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil:hover .conteneur-visuel::before {
    opacity: 0;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil:hover .conteneur-visuel .visuel {
    filter: none;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil:hover .titre-profil {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel {
  position: relative;
  width: 280px;
  height: 320px;
  overflow: hidden;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 156, 211, 0.4);
  z-index: 2;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel .visuel {
  position: relative;
  z-index: 1;
  filter: grayscale(100%) hue-rotate(55deg);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .titre-profil {
  font-family: "Faune", serif;
  font-weight: normal;
  font-size: 25px;
  color: #009a90;
  text-align: center;
  margin-top: 30px;
  max-width: 250px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*
-- 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.liste-contenus main.main-content h1 {
  margin-bottom: 60px;
}
.page-wrapper.liste.liste-definitions main.main-content {
  margin-bottom: 30px;
}
.page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet {
  position: relative;
  margin-bottom: 60px;
  height: 38px;
}
.page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Faune";
  font-size: 18px;
  font-weight: bold;
  color: #004273;
  text-transform: uppercase;
}
.page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet.sticky {
  position: fixed;
  z-index: 10;
  top: 140px;
}
.page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet.sticky::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100vw;
  height: 58px;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet .lettre {
  background: #e8efee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 42px;
  text-align: center;
  flex-shrink: 0;
  color: inherit;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  border: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet .lettre:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.page-wrapper.liste.liste-recherche .rappel {
  position: relative;
  font-family: "Faune";
  font-size: 33px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-top: 30px;
}
.page-wrapper.liste.liste-recherche .rappel::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #e94f5f;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 991px) {
  .page-wrapper.liste.liste-recherche .rappel {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.liste.liste-recherche .rappel {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.page-wrapper.liste .conteneur-filtres {
  position: relative;
  background: #004273;
  color: #fff;
  padding: 25px 20px 35px 20px;
  margin-bottom: 30px;
}
.page-wrapper.liste .conteneur-filtres::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -37px;
  width: 54px;
  height: 56px;
  background: url("../img/home/forme-newsletter.png") no-repeat center center;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-filtres form.filtres {
  display: flex;
  align-items: flex-end;
}
.page-wrapper.liste .conteneur-filtres form.filtres.filtres-vertical {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-wrapper.liste .conteneur-filtres form.filtres.filtres-vertical .conteneur-titre {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  margin-right: 0;
}
.page-wrapper.liste .conteneur-filtres form.filtres.filtres-vertical .form-group {
  max-width: none;
  width: 49%;
  margin-bottom: 15px;
  margin-right: 0;
  flex-grow: 0;
}
.page-wrapper.liste .conteneur-filtres form.filtres.filtres-vertical .custom-checkbox {
  margin: 15px 0;
  width: 100%;
  text-align: center;
}
.page-wrapper.liste .conteneur-filtres form.filtres.filtres-vertical .btn {
  margin: 15px auto 0 auto;
}
.page-wrapper.liste .conteneur-filtres form.filtres .titre {
  font-family: "Faune";
  font-size: 21px;
  color: inherit;
  text-transform: uppercase;
  margin-right: 30px;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 30px;
  max-width: 380px;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group label {
  font-size: 18px;
  font-weight: 700;
  color: inherit;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 {
  position: relative;
  width: 100% !important;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2.select2-container--focus .select2-selection {
  border: none !important;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2.select2-container--open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  background: url("../img/pictos/angle-down.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  pointer-events: none;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  padding: 0 1.8rem;
  height: 37px;
  overflow-y: auto;
  padding-right: 45px;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-search {
  max-height: 35px;
  margin: 0 3px;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-search .select2-search__field {
  height: auto;
  margin-top: 0;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-search .select2-search__field::placeholder {
  font-style: italic;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  background: none;
  font-size: 15px;
  color: #009a90;
  margin: 0 3px;
  padding: 0;
  border: none;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice::after {
  content: ",";
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice:last-of-type::after {
  display: none;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.page-wrapper.liste .conteneur-filtres form.filtres .form-group input {
  height: 37px;
}
.page-wrapper.liste .conteneur-filtres form.filtres button[type=submit] {
  position: relative;
  padding-left: 60px;
}
.page-wrapper.liste .conteneur-filtres form.filtres button[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: url("../img/pictos/loupe.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 .conteneur-filtres form.filtres button[type=submit]:hover::after {
  background-image: url("../img/pictos/loupe-primary.png");
}
.page-wrapper.liste .information {
  display: flex;
  font-size: 17px;
  font-style: italic;
  color: #009a90;
  margin: 20px 0;
}
.page-wrapper.liste .information i {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
}
.page-wrapper.liste .conteneur-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 55px 0 100px 0;
  margin-bottom: 75px;
}
.page-wrapper.liste .conteneur-pagination::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url("../img/pages/frise-pagination.png") no-repeat bottom center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-wrapper.liste .conteneur-pagination #pagination-heading {
  font-family: "Faune";
  font-size: 15px;
  font-weight: normal;
  color: #004273;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-right: 30px;
  margin-bottom: 0;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number {
  position: relative;
  font-family: "Faune";
  font-size: 18px;
  font-weight: bold;
  color: #004273;
  margin-right: 10px;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:last-child {
  margin-right: 0;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-current) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #dee2e6;
  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;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-current)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009a90;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-current):hover {
    color: #fff;
  }
  .page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-current):hover::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-current {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009a90;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009a90;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-next, .page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-prev {
  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.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-next::after, .page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-prev::after {
  display: none;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-next i, .page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-prev i {
  display: none;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-next {
  margin-left: 5px;
}
.page-wrapper.liste .conteneur-pagination .pods-pagination-advanced .pods-pagination-number.pods-pagination-prev {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper.liste .conteneur-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.liste .conteneur-pagination .pagination li {
  position: relative;
}
.page-wrapper.liste .conteneur-pagination .pagination li.numero {
  font-family: "Faune";
  font-size: 18px;
  font-weight: bold;
  color: #004273;
  margin-right: 10px;
}
.page-wrapper.liste .conteneur-pagination .pagination li.numero a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background: transparent;
  border: 1px solid #dee2e6;
  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;
}
.page-wrapper.liste .conteneur-pagination .pagination li.numero a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009a90;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste .conteneur-pagination .pagination li.numero a:hover {
    color: #fff;
  }
  .page-wrapper.liste .conteneur-pagination .pagination li.numero a:hover::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.page-wrapper.liste .conteneur-pagination .pagination li.numero.last {
  margin-right: 0;
}
.page-wrapper.liste .conteneur-pagination .pagination li.numero.active {
  font-size: 15px;
  color: #fff;
}
.page-wrapper.liste .conteneur-pagination .pagination li.numero.active span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009a90;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009a90;
}
.page-wrapper.liste .conteneur-pagination .pagination li.arrow.arrow-prev {
  margin-right: 5px;
}
.page-wrapper.liste .conteneur-pagination .pagination li.arrow.arrow-prev a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper.liste .conteneur-pagination .pagination li.arrow.arrow-next {
  margin-left: 5px;
}
.page-wrapper.liste .conteneur-pagination .pagination li.arrow 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.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper.liste .conteneur-liste-carte {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.liste .conteneur-liste-carte .conteneur-structures {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-wrapper.liste .conteneur-liste-carte .conteneur-carte {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-wrapper.liste .conteneur-liste-carte .conteneur-carte .carte {
  height: 100%;
  z-index: 0;
}
.page-wrapper.liste .conteneur-liste.liste-grille {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.liste .conteneur-liste.liste-grille > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(4), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(5), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(6), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(10), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(11), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(12) {
  background: #e8efee;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(4) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(5) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(6) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(10) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(11) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(12) .element .footer-element::before {
  background: #d9e5e3;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(4)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(10)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #e8efee;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(6)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(12)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: #e8efee;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element .date {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Faune";
  font-size: 17px;
  color: #e94f5f;
  text-transform: uppercase;
  border-bottom: 3px solid #847f81;
  padding-bottom: 2px;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element .date .jour {
  font-size: 34px;
  font-weight: bold;
  color: inherit;
  margin-right: 15px;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .conteneur-visuel {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 242px;
  text-align: center;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element {
  position: relative;
  font-family: "Faune";
  font-size: 23px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 20px;
  -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.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element:hover::after {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    top: 0;
    height: 100%;
  }
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  height: 0;
  width: 2px;
  background: #009a90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element:hover a {
  color: #009a90;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .chapo-element {
  font-size: 17px;
  color: #004273;
  margin-bottom: 25px;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .footer-element {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .footer-element::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e9ecef;
  -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%);
}
.page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .footer-element .more {
  padding: 2px 13px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .surlignement {
  display: inline-block;
  background: #ffcc00;
  color: #004273;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .badge {
  margin-bottom: 15px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .titre-element {
  position: relative;
  font-family: "Faune";
  font-size: 23px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 20px;
  -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.liste .conteneur-liste.liste-verticale .conteneur-element .element .titre-element:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  .page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .titre-element:hover::after {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    top: 0;
    height: 100%;
  }
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .titre-element::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  height: 0;
  width: 2px;
  background: #009a90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .titre-element:hover a {
  color: #009a90;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .chapo-element {
  font-size: 17px;
  color: #004273;
  margin-bottom: 15px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .conteneur-element .element .more {
  padding: 2px 13px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste .conteneur-liste.liste-verticale .element:hover .type {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .page-wrapper.liste .conteneur-liste.liste-verticale .element:hover .type::after {
    -webkit-transform: scale(1) rotate(180deg);
    -moz-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
    -o-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type {
  position: relative;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #009a90;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: #e94f5f;
  background-image: url("../img/pictos/types/plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type.actualite::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -113px -10px;
  width: 29px;
  height: 20px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type.page::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -113px -50px;
  width: 19px;
  height: 26px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type.temoignage::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -55px -60px;
  width: 27px;
  height: 23px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .type.revue::before {
  background-image: url("../img/pictos/css_sprites.png");
  background-repeat: no-repeat;
  background-position: -10px -60px;
  width: 25px;
  height: 25px;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .titre-element {
  font-size: 17px;
  font-weight: normal;
  color: #004273;
  margin-bottom: 0;
}
.page-wrapper.liste .conteneur-liste.liste-verticale .element .titre-element a {
  color: inherit;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures {
  max-height: 1140px;
  overflow-y: auto;
  min-height: 80vh;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 0;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element.active {
  background: #e8efee;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .titre-element {
  position: relative;
  font-family: "Faune";
  font-size: 23px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 15px;
  -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.liste .conteneur-liste.conteneur-structures .element .body-element .titre-element:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  .page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .titre-element:hover::after {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    top: 0;
    height: 100%;
  }
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .titre-element::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  height: 0;
  width: 2px;
  background: #009a90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .titre-element:hover a {
  color: #009a90;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .info {
  margin-bottom: 10px;
  font-size: 15px;
  color: #004273;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .info i {
  width: 30px;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .body-element .info .badge {
  margin-right: 10px;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .footer-element {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .footer-element::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e9ecef;
  -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%);
}
.page-wrapper.liste .conteneur-liste.conteneur-structures .element .footer-element .more {
  padding: 2px 13px;
}
.page-wrapper.liste .conteneur-liste.liste-fiches {
  margin-bottom: 30px;
}
.page-wrapper.liste .conteneur-liste.liste-fiches .conteneur-lettre .titre-lettre {
  position: relative;
  text-align: center;
}
.page-wrapper.liste .conteneur-liste.liste-fiches .conteneur-lettre .titre-lettre::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e8efee;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.page-wrapper.liste .conteneur-liste.liste-fiches .conteneur-lettre .titre-lettre span {
  display: inline-block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  font-family: "Faune";
  font-size: 35px;
  font-weight: bold;
  color: #004273;
  text-transform: uppercase;
}
.page-wrapper.liste .conteneur-liste.liste-fiches .conteneur-lettre .conteneur-fiches .fiche {
  position: relative;
  font-family: "Faune";
  font-size: 17px;
  color: #009a90;
  list-style: none;
  margin-bottom: 15px;
}
.page-wrapper.liste .conteneur-liste.liste-fiches .conteneur-lettre .conteneur-fiches .fiche::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  font-weight: 900;
  color: #e94f5f;
  left: -30px;
  top: -3px;
}

.page-wrapper.detail.gps main.main-content .intro-content .date::before {
  display: none !important;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail {
  margin: 0 80px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu h3.titre-gps {
  font-family: "Faune";
  font-size: 26px;
  font-weight: 900;
  color: #009a90;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro {
  display: flex;
  align-items: flex-start;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte, .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-visuel {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 1;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte {
  padding-right: 30px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte h2.titre-gps {
  font-family: "Faune";
  font-size: 30px;
  font-weight: 900;
  color: #009a90;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte h2.titre-gps strong {
  display: block;
  font-size: 48px;
  text-transform: none;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-visuel {
  text-align: right;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .chapo-stigma {
  font-size: 18px;
  font-weight: 400;
  color: #004273;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps {
  margin-top: 30px;
  margin-bottom: 100px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps h3.titre-gps {
  margin-bottom: 80px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage .avantage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage .avantage .conteneur-picto {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 24px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage .avantage .conteneur-picto::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #8e8e8d;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage .avantage .texte-avantage {
  font-size: 18px;
  font-weight: 400;
  color: #004273;
  text-align: center;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage .avantage .texte-avantage strong {
  font-weight: 900;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi h2.titre-gps {
  font-family: "Faune";
  font-size: 48px;
  font-weight: 900;
  color: #009a90;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi h3.titre-gps {
  font-family: "Faune";
  font-size: 26px;
  font-weight: 900;
  color: #009a90;
  margin-bottom: 45px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) {
  background: #e9f5f4;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #e9f5f4;
  z-index: -1;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-texte {
  position: relative;
  padding: 90px 0 100px 0;
  margin-right: 55px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-texte:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -30px;
  width: 167px;
  height: 158px;
  background: url("../img/gps/deco-etape.png");
  z-index: 1;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-texte .numero-etape {
  position: relative;
  font-family: "Faune";
  font-size: 70px;
  font-weight: 900;
  color: #009a90;
  width: 83px;
  height: 88px;
  background: url("../img/gps/fond-etape1.png");
  margin-right: 30px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-texte .numero-etape .numero {
  position: absolute;
  top: 10px;
  right: -3px;
  line-height: 38px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-visuel .visuel {
  margin-top: -25px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) {
  background: #fff;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-texte {
  position: relative;
  padding: 70px 0 65px 0;
  margin-left: 55px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-texte .numero-etape {
  position: relative;
  font-family: "Faune";
  font-size: 48px;
  font-weight: 900;
  color: #e94f5f;
  width: 80px;
  height: 82px;
  background: url("../img/gps/fond-etape2.png");
  margin-right: 30px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-texte .numero-etape .numero {
  position: absolute;
  top: 10px;
  right: -3px;
  line-height: 38px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-visuel .visuel {
  margin-top: 77px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) {
  background: #e9f5f4;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #e9f5f4;
  z-index: -1;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-texte {
  position: relative;
  padding: 100px 0;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-texte .numero-etape {
  position: relative;
  font-family: "Faune";
  font-size: 48px;
  font-weight: 900;
  color: #004273;
  width: 77px;
  height: 85px;
  background: url("../img/gps/fond-etape3.png");
  margin-right: 20px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-texte .numero-etape .numero {
  position: absolute;
  top: 0;
  right: 4px;
  line-height: 38px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-visuel .visuel {
  margin-top: -50px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte {
  display: flex;
  align-items: flex-start;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .numero-etape {
  flex-shrink: 0;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape {
  width: 350px;
  z-index: 2;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape .description-etape {
  font-size: 17px;
  font-weight: 400;
  color: #004273;
  margin-bottom: 15px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape .btn {
  width: 100%;
  padding: 0.6rem 1rem;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-visuel {
  flex-shrink: 0;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration {
  padding-top: 60px;
  padding-bottom: 100px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration h2.titre-gps {
  font-family: "Faune";
  font-size: 26px;
  font-weight: 900;
  color: #009a90;
  margin-bottom: 32px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication {
  display: flex;
  align-items: flex-start;
  padding: 55px 42px;
  background: #e9f5f4;
  font-size: 17px;
  font-weight: 400;
  color: #004273;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication .colonne {
  width: 50%;
  flex-shrink: 0;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication .colonne:first-of-type {
  padding-right: 30px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication .colonne:last-of-type {
  padding-left: 30px;
}
.page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication p {
  margin-bottom: 20px;
}
.page-wrapper.detail.no-sidebar main.main-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.detail.page-standard main.main-content .intro-content .date::before {
  display: none;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .conteneur-visuel {
  text-align: center;
  margin-bottom: 60px;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .conteneur-visuel .conteneur-visuel-inner {
  position: relative;
  display: inline-block;
  width: auto;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .conteneur-visuel .conteneur-visuel-inner::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -55px;
  width: 241px;
  height: 218px;
  background: url("../img/pictos/forme-thumbnail-standard.png") no-repeat top left;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .chapo {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .chapo::before {
  display: none;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire {
  position: relative;
  background: #009a90;
  color: #fff;
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  margin-bottom: 70px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -35px;
  width: 54px;
  height: 56px;
  background: url("../img/pictos/forme-sommaire.png") no-repeat top left;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffcc00;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-left: 6px solid #009a90;
  border-right: 6px solid #009a90;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .titre-sommaire {
  font-family: "Faune";
  font-size: 26px;
  font-weight: normal;
  color: #ffcc00;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .anchor {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 1px solid transparent;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .anchor:hover {
  border-bottom: 1px solid #fff;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .conteneur-h2 {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid #00cdc0;
  /*&.sans-h3 {
    border-top: 1px solid lighten($primary, 10%);
  } */
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .conteneur-h2 > li {
  list-style: none;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .conteneur-h2 > li > .anchor {
  font-family: "Faune";
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .conteneur-h2 > li .conteneur-h3 li {
  list-style: disc;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .conteneur-h2 > li .conteneur-h3 .anchor {
  font-size: 16px;
  color: #fff;
}
.page-wrapper.detail.page-standard main.main-content .conteneur-detail .wysiwyg {
  position: relative;
}
.page-wrapper.detail .conteneur-page .row-page {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.detail main.main-content {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 75%;
  max-width: 75%;
}
.page-wrapper.detail main.main-content .intro-content {
  margin-top: -25px;
  margin-bottom: 60px;
}
.page-wrapper.detail main.main-content .intro-content .date {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #847f81;
  text-transform: uppercase;
  padding-right: 15px;
  margin-right: 15px;
}
.page-wrapper.detail main.main-content .intro-content .date::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  background: #847f81;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -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%);
}
.page-wrapper.detail main.main-content .conteneur-detail {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage {
  display: block;
}
.page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage .conteneur-visuel {
  position: relative;
  float: right;
  width: 400px;
  margin-left: 55px;
  margin-bottom: 50px;
}
.page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage .conteneur-visuel::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -25px;
  width: 152px;
  height: 181px;
  background: url("../img/pictos/bg-thumbnail.png") no-repeat center center;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage .conteneur-visuel .visuel {
  width: 100%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .chapo {
  position: relative;
  margin-bottom: 30px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading {
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg:not(.contenu-elementor) a, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor:not(.contenu-elementor) a, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor:not(.contenu-elementor) a, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading:not(.contenu-elementor) a {
  font-size: inherit;
  color: #009a95;
  border-bottom: 1px solid #009a95;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg:not(.contenu-elementor) a:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor:not(.contenu-elementor) a:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor:not(.contenu-elementor) a:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading:not(.contenu-elementor) a:hover {
  border-bottom: 1px solid transparent;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h1.elementor-heading-title {
  font-family: "Faune";
  font-size: 38px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h1.elementor-heading-title {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h1.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h1, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h1.elementor-heading-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2.elementor-heading-title {
  position: relative;
  font-family: "Faune";
  font-size: 33px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-top: 30px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2.elementor-heading-title::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2.elementor-heading-title::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2.elementor-heading-title::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2.elementor-heading-title::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #e94f5f;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 991px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2.elementor-heading-title {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h2.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title {
  font-family: "Faune";
  font-size: 32px;
  font-weight: normal;
  color: #004273;
  margin-bottom: 30px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title .last-word {
  position: relative;
  display: inline-block;
  padding-right: 65px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title .last-word::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 26px;
  background: url("../img/pictos/points-h3.png") no-repeat left center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title {
    font-size: 29px;
    margin-bottom: 27px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title .last-word {
    padding-right: 62px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title .last-word::after {
    width: 47px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3 .last-word, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title .last-word {
    padding-right: 50px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h3.elementor-heading-title .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3 .last-word::after, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h3.elementor-heading-title .last-word::after {
    width: 39px;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h4, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h4.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h4, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h4.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h4, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h4.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h4, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h4.elementor-heading-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #009a90;
  text-transform: uppercase;
  border-bottom: 2px solid #009a90;
  margin-top: 15px;
  padding-bottom: 8px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h5, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h5.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h5, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h5.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h5, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h5.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h5, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h5.elementor-heading-title {
  font-family: "Faune";
  font-size: 20px;
  font-weight: bold;
  color: #004273;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h6, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg h6.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h6, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor h6.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h6, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor h6.elementor-heading-title, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h6, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading h6.elementor-heading-title {
  font-family: "Faune";
  font-size: 17px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading img {
  max-width: 100%;
  height: auto;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg img.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor img.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor img.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg img.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor img.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor img.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image {
  position: relative;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image img {
  max-width: 100%;
  height: auto;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image img.alignnone, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image img.alignnone, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image img.alignnone, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image img.alignnone {
  padding: 0 0 10px 10px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image img.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image img.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image img.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image img.alignleft {
  float: left;
  padding: 0 0 10px 10px;
  margin: 0 15px 15px 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image img.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image img.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image img.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image img.alignright {
  float: right;
  padding: 0 0 10px 10px;
  margin: 0 0 15px 15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image img.aligncenter, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image img.aligncenter, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image img.aligncenter, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image img.aligncenter {
  margin: auto;
  display: block;
  text-align: center;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.alignnone, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.alignnone, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.alignnone, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.alignnone {
  padding: 0 0 10px 10px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.alignnone img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.alignnone img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.alignnone img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.alignnone img {
  margin: 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.alignleft, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.alignleft {
  float: left;
  padding: 0 0 10px 10px;
  margin: 0 15px 15px 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.alignleft img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.alignleft img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.alignleft img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.alignleft img {
  margin: 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.alignright, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.alignright {
  float: right;
  padding: 0 0 10px 10px;
  margin: 0 0 15px 15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.alignright img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.alignright img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.alignright img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.alignright img {
  margin: 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg span.template-image.aligncenter img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor span.template-image.aligncenter img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor span.template-image.aligncenter img, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading span.template-image.aligncenter img {
  margin: auto;
  display: block;
  text-align: center;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-element-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-section-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-element-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-section-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-section-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings) li, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-section-settings) li {
  position: relative;
  list-style: none;
  margin-bottom: 25px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-element-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-section-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-element-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-section-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-section-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings) li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-section-settings) li::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  font-weight: 900;
  color: #e94f5f;
  left: -30px;
  top: -3px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-element-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-section-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-element-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-section-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-section-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings) li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-section-settings) li ul {
  margin-top: 25px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-element-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-section-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-element-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-section-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-section-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings) li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-section-settings) li ul li::before {
  color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-element-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-section-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-element-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-section-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-section-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings) li ul li ul, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-section-settings) li ul li ul {
  margin-top: 25px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-element-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg ul:not(.elementor-editor-section-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-element-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor ul:not(.elementor-editor-section-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor ul:not(.elementor-editor-section-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-element-settings) li ul li ul li::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading ul:not(.elementor-editor-section-settings) li ul li ul li::before {
  color: #ffcc00;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg blockquote, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor blockquote, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor blockquote, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading blockquote {
  position: relative;
  padding: 60px 60px 40px 60px;
  margin: 60px 0;
  background: #004273;
  font-size: 20px;
  font-style: italic;
  color: #fff;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg blockquote:before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor blockquote:before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor blockquote:before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading blockquote:before {
  content: "“";
  position: absolute;
  top: -5px;
  left: 20px;
  font-family: "Faune";
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .tableau-responsive, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor .tableau-responsive, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor .tableau-responsive, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading .tableau-responsive {
  padding: 0;
  overflow-y: hidden;
  margin: 15px 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table thead tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table thead tr th, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table thead tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table thead tr th, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table thead tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table thead tr th, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table thead tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table thead tr th {
  background: #004273;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-right: 3px solid #fff;
  border-bottom: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table thead tr td:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table thead tr th:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table thead tr td:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table thead tr th:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table thead tr td:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table thead tr th:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table thead tr td:first-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table thead tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table thead tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table thead tr th:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table thead tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table thead tr th:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table thead tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table thead tr th:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table thead tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table thead tr th:last-of-type {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table tbody tr:first-of-type td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table tbody tr:first-of-type td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table tbody tr:first-of-type td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table tbody tr:first-of-type td {
  padding-top: 15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table tr:nth-of-type(even) td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table tr:nth-of-type(even) td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table tr:nth-of-type(even) td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table tr:nth-of-type(even) td {
  position: relative;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table tr:nth-of-type(even) td::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table tr:nth-of-type(even) td::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table tr:nth-of-type(even) td::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table tr:nth-of-type(even) td::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 6px;
  right: 0;
  width: 100%;
  height: auto;
  background: #f0f5f4;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table tr:last-of-type td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table tr:last-of-type td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table tr:last-of-type td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table tr:last-of-type td {
  border-bottom: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table tr td, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table tr td {
  padding: 15px 20px;
  border-bottom: 3px solid #b2cbc6;
  border-right: 1px solid #c0c4c3;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg table tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-text-editor table tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor-widget-text-editor table tr td:last-of-type, .page-wrapper.detail main.main-content .conteneur-detail .contenu .elementor .elementor-widget-heading table tr td:last-of-type {
  border-right: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor {
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-counter .elementor-counter-number-wrapper {
  font-family: "Faune";
  font-weight: bold;
  color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-counter .elementor-counter-title {
  font-family: "Nunito Sans";
  font-size: 15px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button {
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid #d6d6da;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  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: #004273;
  border-color: #d6d6da;
  background-color: #fff;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #004273;
  z-index: -1;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:focus, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:active {
    color: #fff;
    border-color: #d6d6da;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:hover::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:focus::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.disabled, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #d6d6da;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.disabled, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button:disabled {
  opacity: 0.65;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-xs {
  font-size: 13px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-sm {
  font-size: 15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-md {
  font-size: 17px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-lg {
  font-size: 19px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button .elementor-button.elementor-size-xl {
  font-size: 22px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button {
  position: relative;
  color: #fff;
  border-color: #004273;
  background-color: #004273;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:focus, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:active {
    color: #004273;
    border-color: #004273;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:hover::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:focus::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button.disabled, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-info .elementor-button:disabled {
  color: #fff;
  background-color: #004273;
  border-color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button {
  position: relative;
  color: #fff;
  border-color: #009a90;
  background-color: #009a90;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:focus, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:active {
    color: #009a90;
    border-color: #009a90;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:hover::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:focus::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button.disabled, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-success .elementor-button:disabled {
  color: #fff;
  background-color: #009a90;
  border-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button {
  position: relative;
  color: #fff;
  border-color: #ffcc00;
  background-color: #ffcc00;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:focus, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:active {
    color: #ffcc00;
    border-color: #ffcc00;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:hover::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:focus::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button.disabled, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-warning .elementor-button:disabled {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button {
  position: relative;
  color: #fff;
  border-color: #e94f5f;
  background-color: #e94f5f;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:hover, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:focus, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:active {
    color: #e94f5f;
    border-color: #e94f5f;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:hover::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:focus::before, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button.disabled, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-button.elementor-button-danger .elementor-button:disabled {
  color: #fff;
  background-color: #e94f5f;
  border-color: #e94f5f;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item {
  border: none;
  margin-bottom: 10px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eff4f3;
  border-bottom: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  background: #009a90;
  box-shadow: -8px 8px 11px rgba(0, 0, 0, 0.13);
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a {
  color: #fff;
  font-weight: 700;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title.elementor-active .elementor-toggle-icon i {
  color: #fff;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon i {
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title a {
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 600;
  color: #004273;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
  padding: 35px 20px;
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
  border-bottom: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item {
  border: none;
  margin-bottom: 10px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eff4f3;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  background: #009a90;
  box-shadow: -8px 8px 11px rgba(0, 0, 0, 0.13);
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
  color: #fff;
  font-weight: 700;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon i {
  color: #fff;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon i {
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 600;
  color: #004273;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  padding: 35px 20px;
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 235px;
  overflow: hidden;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .swiper-slide figure, .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .swiper-slide img {
  min-height: 100%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .swiper-pagination {
  display: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button i {
  display: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  left: -15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pictos/angle-left.png") no-repeat center center;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
  right: -15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pictos/angle-right-carrousel.png") no-repeat center center;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-list li i {
  color: #e94f5f;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-list li::before {
  display: none;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-progress .elementor-title {
  display: inline-block;
  color: #004273;
  font-family: "Faune";
  font-size: 20px;
  font-weight: bold;
  color: #004273;
  margin-bottom: 10px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
  background-color: #e94f5f;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #ffcc00;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  background-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-divider {
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon .elementor-icon {
  color: #009a90;
  border-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon.elementor-view-stacked .elementor-icon {
  background-color: #009a90;
  color: #fff;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon.elementor-view-framed .elementor-icon {
  color: #009a90;
  border-color: #009a90;
  fill: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  color: #fff;
  background-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  color: #009a90;
  background-color: #fff;
  border-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon {
  color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a {
  color: #009a90;
  border-bottom: 1px solid #009a90;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a:hover {
    border-color: transparent;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-image-box .elementor-image-box-description {
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-image-box .elementor-image-box-description a {
  color: #009a90;
  border-bottom: 1px solid #009a90;
  -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.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-image-box .elementor-image-box-description a:hover {
    border-color: transparent;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a {
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
  color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content a {
  color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial {
  padding-top: 115px;
  margin: 35px 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #004273;
  color: #fff;
  overflow: visible;
  padding: 0 80px 80px 80px;
  background-color: #004273;
  background-image: url("../img/pages/footer-temoignage.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper::before {
  content: "";
  position: absolute;
  top: -38px;
  width: 100%;
  height: 72px;
  background: url("../img/pages/frise-temoignage.png") no-repeat center right;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
  order: 1;
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
  order: 0;
  z-index: 2;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner .elementor-testimonial-image {
  padding-right: 0;
  margin-bottom: 20px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-meta-inner .elementor-testimonial-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: 235px;
  margin-top: -115px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details {
  display: block;
  text-align: center;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-name {
  font-family: "Faune";
  font-size: 35px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 5px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-job {
  font-family: "Nunito Sans";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert {
  padding-left: 35px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert .elementor-alert {
  padding: 15px 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Nunito Sans";
  font-size: 16px;
  color: #004273;
  box-shadow: -8px 8px 11px rgba(0, 0, 0, 0.13);
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-info {
  background-color: #fff;
  color: #004273;
  border-color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-success {
  background-color: #009a90;
  color: #fff;
  border-color: #009a90;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-danger {
  background-color: #e94f5f;
  color: #fff;
  border-color: #e94f5f;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert .elementor-alert.elementor-alert-warning {
  background-color: #ffcc00;
  color: #004273;
  border-color: #ffcc00;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-alert .elementor-alert .elementor-alert-title {
  font-family: "Nunito Sans";
  font-size: 19px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 5px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-row {
  display: flex;
  margin: 0 -15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-row .elementor-column {
  padding: 0 15px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-50 {
  width: 50%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-100 {
  width: 100%;
  margin: 0;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-60 {
  width: 60%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-row .elementor-column.elementor-col-40 {
  width: 40%;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .page-enfant .conteneur-enfant {
  margin-bottom: 40px;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .page-enfant .conteneur-enfant .bloc-enfant {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
  height: 100%;
}
@media screen and (min-width: 992px) {
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .page-enfant .conteneur-enfant .bloc-enfant:hover h3 {
    color: #e94f5f;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .page-enfant .conteneur-enfant .bloc-enfant h3 {
  font-family: "Faune";
  font-size: 20px;
  color: #004273;
  margin-bottom: 20px;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .page-enfant .conteneur-enfant .bloc-enfant .footer-element {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.detail main.main-content .conteneur-detail .contenu .page-enfant .conteneur-enfant .bloc-enfant .footer-element .more {
  padding: 2px 13px;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #004273;
  background-image: url("../img/pages/footer-caracteristiques.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 17px;
  color: #fff;
  padding: 30px 30px 85px 30px;
  margin-bottom: 60px;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #ffcc00;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique {
  display: flex;
  align-items: flex-start;
  width: 45%;
  padding-bottom: 20px;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-picto {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info span, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a {
  display: block;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a {
  color: #fff;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.mail {
  position: relative;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.mail:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.mail::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn {
  padding: 2px 13px;
  position: relative;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:hover, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:focus, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:active {
    color: #004273;
    border-color: #fff;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:hover::before, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:focus::before, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn.disabled, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique .conteneur-info a.btn:disabled {
  color: #fff;
  background-color: transparent;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .infos-complementaires {
  position: relative;
  padding-top: 30px;
  font-size: 17px;
  color: #004273;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .infos-complementaires::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #ffcc00;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-carte {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.page-wrapper.detail main.main-content .conteneur-detail .conteneur-carte #map-gem {
  z-index: 0;
}
.page-wrapper.detail main.main-content .footer-detail {
  padding: 45px 0 85px 0;
}
.page-wrapper.detail main.main-content .footer-detail .retour {
  position: relative;
  padding-left: 53px;
  font-family: "Faune";
  font-size: 17px;
  position: relative;
  color: #009a90;
  border-color: #009a90;
  background-color: transparent;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
}
.page-wrapper.detail main.main-content .footer-detail .retour::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #009a90;
  z-index: -1;
  -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.detail main.main-content .footer-detail .retour:hover, .page-wrapper.detail main.main-content .footer-detail .retour:focus, .page-wrapper.detail main.main-content .footer-detail .retour:active {
    color: #fff;
    border-color: #009a90;
  }
  .page-wrapper.detail main.main-content .footer-detail .retour:hover::before, .page-wrapper.detail main.main-content .footer-detail .retour:focus::before, .page-wrapper.detail main.main-content .footer-detail .retour:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
.page-wrapper.detail main.main-content .footer-detail .retour.disabled, .page-wrapper.detail main.main-content .footer-detail .retour:disabled {
  color: #009a90;
  background-color: transparent;
}
.page-wrapper.detail main.main-content .footer-detail .retour:hover::after {
  background-image: url("../img/pictos/arrow-left-white.png");
}
.page-wrapper.detail main.main-content .footer-detail .retour::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 100%;
  background: url("../img/pictos/arrow-left.png") no-repeat center center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail main.main-content .footer-detail .retour span {
  padding-bottom: 5px;
}
.page-wrapper.detail main.main-content .footer-detail .retour .mobile {
  display: none;
}

body.elementor-msie .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper::before {
  display: none !important;
}
body.elementor-msie .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg .elementor .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
  width: 100%;
  max-width: 100%;
}

.elementor-image .wp-caption {
  position: relative;
}
.elementor-image .wp-caption figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  padding: 10px;
  color: #FFF;
  background: #00000050;
  transition: all 0.5s;
}
.elementor-image .wp-caption:hover figcaption {
  opacity: 1;
}

.page-wrapper:not(.home) {
  padding-top: 220px;
  background-image: url("../img/header/top-pages-interieures.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.page-wrapper:not(.home) .conteneur-ariane {
  margin-bottom: 60px;
}
.page-wrapper:not(.home) .conteneur-ariane .breadcrumbs {
  font-size: 16px;
  font-weight: 600;
  color: #004273;
}
.page-wrapper:not(.home) .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap {
  position: relative;
  padding-right: 25px;
  margin-right: 15px;
}
.page-wrapper:not(.home) .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: url("../img/pictos/ariane.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-wrapper:not(.home) .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #004273;
}
.page-wrapper:not(.home) .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap a span {
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper:not(.home) .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap a span:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper:not(.home) .conteneur-ariane .breadcrumbs .breadcrumb-link-wrap a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #004273;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper:not(.home) main.main-content h1 {
  font-family: "Faune";
  font-size: 40px;
  color: #e94f5f;
  margin-bottom: 40px;
}
.page-wrapper:not(.home) main.main-content .chapo {
  font-size: 18px;
  font-weight: 700;
  color: #004273;
  line-height: 23px;
  margin-bottom: 60px;
}
.page-wrapper:not(.home) .conteneur-partage {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #b2cbc6;
  padding-bottom: 17px;
  margin-bottom: 50px;
  padding-right: 20px;
}
.page-wrapper:not(.home) .conteneur-partage .titre-partage {
  font-size: 13px;
  font-weight: 400;
  color: #847f81;
  text-transform: uppercase;
  margin-right: 7px;
}
.page-wrapper:not(.home) .conteneur-partage .share-btn {
  color: #004273;
  padding: 0 7px;
  cursor: pointer;
}
.page-wrapper.page-404 {
  margin-bottom: 60px;
}
.page-wrapper.page-sitemap .plan-site {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.page-wrapper.page-sitemap .grid {
  display: block;
}
.page-wrapper.page-sitemap .grid-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
}
.page-wrapper.page-sitemap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 25px;
}
.page-wrapper.page-sitemap ul li a {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: bold;
  color: #ffcc00;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.page-sitemap ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.page-sitemap ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #ffcc00;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.page-sitemap ul li::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  color: #ffcc00;
  left: -30px;
  top: -6px;
}
.page-wrapper.page-sitemap ul li ul {
  margin-top: 25px;
}
.page-wrapper.page-sitemap ul li ul li a {
  display: inline-block;
  padding-bottom: 2px;
  font-family: "Faune";
  font-size: 19px;
  font-weight: bold;
  color: #e94f5f;
  text-transform: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.page-sitemap ul li ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.page-sitemap ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #e94f5f;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.page-sitemap ul li ul li::before {
  color: #e94f5f;
  top: -1px;
  font-size: 22px;
}
.page-wrapper.page-sitemap ul li ul li ul {
  margin-top: 25px;
}
.page-wrapper.page-sitemap ul li ul li ul li a {
  display: inline-block;
  padding-bottom: 2px;
  font-family: "Faune";
  font-size: 17px;
  font-weight: normal;
  color: #009a90;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.page-sitemap ul li ul li ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.page-sitemap ul li ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #009a90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.page-sitemap ul li ul li ul li::before {
  color: #009a90;
  top: 0;
  font-size: 19px;
}
.page-wrapper.page-sitemap ul li ul li ul li ul {
  margin-top: 25px;
}
.page-wrapper.page-sitemap ul li ul li ul li ul li a {
  display: inline-block;
  padding-bottom: 2px;
  font-family: "Faune";
  font-size: 15px;
  font-weight: normal;
  color: #004273;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.page-sitemap ul li ul li ul li ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.page-sitemap ul li ul li ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #004273;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.page-sitemap ul li ul li ul li ul li::before {
  color: #004273;
  font-size: 18px;
  top: -2px;
}
.page-wrapper.page-standard .retour-haut {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 30px;
  width: 58px;
  height: 68px;
  background-image: url("../img/pictos/forme-retour-haut.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.page-wrapper .cartographie-gem {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 100px;
  margin-top: 60px;
  width: 100%;
}
.page-wrapper .cartographie-gem .titre-carto {
  margin-bottom: 60px;
  position: relative;
  font-family: "Faune";
  font-size: 33px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-top: 30px;
}
.page-wrapper .cartographie-gem .titre-carto::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #e94f5f;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 991px) {
  .page-wrapper .cartographie-gem .titre-carto {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .cartographie-gem .titre-carto {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.page-wrapper .cartographie-gem #map-carto-gem {
  height: 500px;
  width: 100%;
  z-index: 0;
  max-height: 75vh;
}

.page-wrapper.detail aside.sidebar {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
.page-wrapper.detail aside.sidebar .widget {
  position: relative;
  background: #fff;
  box-shadow: -8px 8px 13px rgba(0, 0, 0, 0.13);
  margin-bottom: 35px;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .header-widget {
  position: relative;
  padding-top: 15px;
  padding-left: 65px;
  padding-bottom: 10px;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .header-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url("../img/pictos/sidebar/menu.png") no-repeat top left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .header-widget .titre-widget {
  font-family: "Faune";
  font-size: 25px;
  font-weight: bold;
  color: #009a90;
}
@media screen and (max-width: 1339px) {
  .page-wrapper.detail aside.sidebar .widget.widget-menu .header-widget {
    padding-top: 5px;
    padding-left: 45px;
    padding-bottom: 15px;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-menu .header-widget::before {
    width: 35px;
    background-size: contain;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-menu .header-widget .titre-widget {
    font-size: 20px;
  }
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element.active ul {
  display: block;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element.active .trigger-submenu {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element .element-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element ul {
  width: 100%;
  display: none;
  padding-left: 10px;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element ul li {
  list-style: none;
  font-size: 13px;
  font-style: italic;
  color: #009a90;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element ul li a {
  color: inherit;
}
.page-wrapper.detail aside.sidebar .widget.widget-menu .liste-widget .element .trigger-submenu {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/pictos/angle-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  margin-left: 5px;
  flex-shrink: 0;
}
.page-wrapper.detail aside.sidebar .widget.widget-doc .header-widget {
  position: relative;
  padding-top: 15px;
  padding-left: 65px;
  padding-bottom: 10px;
}
.page-wrapper.detail aside.sidebar .widget.widget-doc .header-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url("../img/pictos/sidebar/doc.png") no-repeat top left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail aside.sidebar .widget.widget-doc .header-widget .titre-widget {
  font-family: "Faune";
  font-size: 25px;
  font-weight: bold;
  color: #004273;
}
@media screen and (max-width: 1339px) {
  .page-wrapper.detail aside.sidebar .widget.widget-doc .header-widget {
    padding-top: 5px;
    padding-left: 45px;
    padding-bottom: 15px;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-doc .header-widget::before {
    width: 35px;
    background-size: contain;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-doc .header-widget .titre-widget {
    font-size: 20px;
  }
}
.page-wrapper.detail aside.sidebar .widget.widget-lien .header-widget {
  position: relative;
  padding-top: 15px;
  padding-left: 65px;
  padding-bottom: 10px;
}
.page-wrapper.detail aside.sidebar .widget.widget-lien .header-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url("../img/pictos/sidebar/lien.png") no-repeat top left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail aside.sidebar .widget.widget-lien .header-widget .titre-widget {
  font-family: "Faune";
  font-size: 25px;
  font-weight: bold;
  color: #009a90;
}
@media screen and (max-width: 1339px) {
  .page-wrapper.detail aside.sidebar .widget.widget-lien .header-widget {
    padding-top: 5px;
    padding-left: 45px;
    padding-bottom: 15px;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-lien .header-widget::before {
    width: 35px;
    background-size: contain;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-lien .header-widget .titre-widget {
    font-size: 20px;
  }
}
.page-wrapper.detail aside.sidebar .widget.widget-mot .header-widget {
  position: relative;
  padding-top: 15px;
  padding-left: 65px;
  padding-bottom: 10px;
}
.page-wrapper.detail aside.sidebar .widget.widget-mot .header-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url("../img/pictos/sidebar/mot.png") no-repeat top left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.detail aside.sidebar .widget.widget-mot .header-widget .titre-widget {
  font-family: "Faune";
  font-size: 25px;
  font-weight: bold;
  color: #004273;
}
@media screen and (max-width: 1339px) {
  .page-wrapper.detail aside.sidebar .widget.widget-mot .header-widget {
    padding-top: 5px;
    padding-left: 45px;
    padding-bottom: 15px;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-mot .header-widget::before {
    width: 35px;
    background-size: contain;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-mot .header-widget .titre-widget {
    font-size: 20px;
  }
}
.page-wrapper.detail aside.sidebar .widget.widget-mot .body-widget .liste-widget {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-wrapper.detail aside.sidebar .widget.widget-mot .body-widget .liste-widget .element {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.page-wrapper.detail aside.sidebar .widget.widget-mot .body-widget .liste-widget .element a {
  display: flex;
  align-items: center;
}
.page-wrapper.detail aside.sidebar .widget .body-widget {
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 25px;
}
.page-wrapper.detail aside.sidebar .widget .body-widget .liste-widget {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.detail aside.sidebar .widget .body-widget .liste-widget .element {
  border-bottom: 1px solid #b2cbc6;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 400;
  color: #004273;
}
.page-wrapper.detail aside.sidebar .widget .body-widget .liste-widget .element a {
  display: inline-block;
  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.detail aside.sidebar .widget .body-widget .liste-widget .element a:hover {
    color: #e94f5f;
  }
}

/*** GLOBAL ***/
.w-45 {
  width: 45%;
  margin-right: 5%;
}
.w-45.flex-field {
  display: inline-flex;
  flex-flow: column;
  height: 90px;
  justify-content: space-between;
  margin-bottom: 30px;
}

select.gfield_select {
  font-size: 14px !important;
  padding-left: 15px !important;
}

.input-loader {
  position: relative;
  display: flex;
  flex-direction: column;
}
.input-loader.loader-suivant .msg-envoi {
  width: 100%;
  justify-content: flex-end;
}
.input-loader input {
  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: #009a90;
}
.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 ***/
/*** FORM GPS ***/
#gform_wrapper_3 {
  padding-bottom: 50px;
}
#gform_wrapper_3 .input-loader .msg-envoi {
  width: 100%;
  justify-content: flex-end;
}
#gform_wrapper_3 form .gform_body #gform_page_3_1 .gfield_html {
  min-height: unset !important;
}
#gform_wrapper_3 form .gform_body #gform_page_3_1 .gfield_html img {
  margin-bottom: 30px;
}
#gform_wrapper_3 form .gform_body #gform_page_3_1 .gfield_html strong {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
}
#gform_wrapper_3 form .gform_body #gform_page_3_1 .gfield_html h2 {
  margin-top: 20px;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html {
  font-size: 17px;
  font-weight: 400;
  color: #004273;
  margin-bottom: 50px;
  min-height: 240px;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html.attention {
  min-height: unset !important;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html img {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html h2 {
  font-family: "Faune";
  font-size: 45px;
  font-weight: 900;
  color: #009a90;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html h2::before {
  display: none;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html h3 {
  font-family: "Faune";
  font-size: 27px;
  font-weight: 900;
  color: #009a90;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html h3 .last-word {
  padding-right: 0;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html h3 .last-word::after {
  display: none;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html p {
  font-size: 17px;
  font-weight: 400;
  color: #004273;
}
#gform_wrapper_3 form .gform_body .gfield.gfield_html br {
  display: block;
  height: 1px;
  line-height: 1px;
}
#gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_radio .radio {
  margin-bottom: 15px;
}
#gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_radio .radio input {
  position: absolute;
}
#gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_radio .radio label {
  padding-left: 45px;
  margin-left: 0;
}
#gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_radio .radio label::before {
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #009a90;
}
#gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_radio .radio label::after {
  left: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_checkbox .checkbox, #gform_wrapper_3 form .gform_body .gfield .ginput_container.ginput_container_radio .radio {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #004273;
}
#gform_wrapper_3 form .gform_body .gfield .gfield_description {
  padding-top: 5px;
  padding-right: 0;
  font-style: italic;
}
#gform_wrapper_3 form .gform_body .form-control {
  color: #004273;
}
#gform_wrapper_3 form .gform_body select {
  color: #004273;
  appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("../img/pictos/select.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  padding: 0.375rem 1.8rem;
}
#gform_wrapper_3 form .gform_body .gform_page_footer {
  text-align: right;
}
#gform_wrapper_3 form .gform_body .gform_page_footer .gform_previous_button {
  display: none;
}
#gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3 {
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid #d6d6da;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  position: relative;
  color: #fff;
  border-color: #e94f5f;
  background-color: #e94f5f;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  color: #fff !important;
}
#gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button::before, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:hover, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:focus, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:active, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:hover, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:focus, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:active {
    color: #e94f5f;
    border-color: #e94f5f;
  }
  #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:hover::before, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:focus::before, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:active::before, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:hover::before, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:focus::before, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
#gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button.disabled, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:disabled, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3.disabled, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:disabled {
  color: #fff;
  background-color: #e94f5f;
  border-color: #e94f5f;
}
#gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:hover, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:active, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:focus, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:focus-within, #gform_wrapper_3 form .gform_body .gform_page_footer .gform_next_button:visited, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:hover, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:active, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:focus, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:focus-within, #gform_wrapper_3 form .gform_body .gform_page_footer #gform_submit_button_3:visited {
  color: #fff !important;
}

#gform_confirmation_wrapper_3 .gform_confirmation_message {
  padding-bottom: 40px;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .print {
  display: flex;
  flex-wrap: wrap;
  background: #004273;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 30px;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .print > div {
  width: 50%;
  padding-right: 20px;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .print h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fff;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message hr {
  margin: 2rem 0;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .critere {
  page-break-inside: avoid !important;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .commentaire label {
  display: block;
  font-family: "Faune";
  font-size: 21px;
  font-weight: bold;
  color: #004273;
  margin-bottom: 15px;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .commentaire .gps-commentaire {
  width: 100%;
  min-height: 100px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 66, 115, 0.5);
  padding: 10px 15px;
  color: #004273;
  font-style: italic;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .footer-resultats {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gform_confirmation_wrapper_3 .gform_confirmation_message .footer-resultats .btn {
  margin-top: 30px;
  margin-right: 20px;
}

/*** FIN FOR GPS ***/
/*** FORMULAIRES BASIQUES ***/
/*** FIN FORMULAIRES BASIQUES ***/
/*** GRAVITY FORMS ***/
.gform_wrapper form .gform_body .gfield .gfield_required {
  color: #da1b2f;
  display: inline-block !important;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_consent .gfield_consent_label {
  cursor: pointer;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_text input {
  width: 100%;
  padding: 5px 20px !important;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_number input {
  width: 100%;
  padding: 5px 20px !important;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_email input {
  width: 100%;
  padding: 5px 20px !important;
}
.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;
  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: #009a90;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: -22px;
  top: 3px;
}
.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: 5px 20px !important;
}
.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: 7px;
  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: #009a90;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: -27px;
  top: 3px;
  opacity: 0;
}
.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: #da1b2f;
}
.gform_wrapper form .gform_body .gfield.gfield_error .validation_message {
  display: none;
}
.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 #da1b2f;
}
.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: #da1b2f;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container label {
  color: #da1b2f !important;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container label::before {
  border: 1px solid #da1b2f !important;
}
.gform_wrapper form .gform_body .gfield.gfield_error .ginput_container.ginput_container_consent .gfield_consent_label {
  color: #da1b2f;
}
.gform_wrapper form div.validation_error {
  color: #fff;
  background: #da1b2f;
  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: #009a90;
}
.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;
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  color: #fff !important;
}

/*** FIN GRAVITY FORMS ***/
footer.footer-home section.section-surfooter {
  position: relative;
  background-color: #009a90;
  background-image: url("../img/home/ariane/surfooter-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
}
footer.footer-home section.section-surfooter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/surfooter.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
footer.footer-home section.section-subfooter {
  position: relative;
  background-image: url("../img/home/ariane/subfooter-suite.jpg");
  background-repeat: repeat-y;
  background-size: initial;
  background-position: top right;
  z-index: 0;
}
footer.footer-home section.section-subfooter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/home/ariane/subfooter.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top right;
}
footer section.section-surfooter {
  padding: 40px 15px 30px 15px;
  background: #009a90;
}
footer section.section-surfooter a {
  color: #fff;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #00716a;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .logo {
  margin-right: 65px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta {
  position: relative;
  position: relative;
  color: #fff;
  border-color: #00716a;
  background-color: #009a90;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  margin-right: 15px;
  text-transform: none;
  font-weight: normal;
  padding-left: 55px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:hover, footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:focus, footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:active {
    color: #009a90;
    border-color: #00716a;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:hover::before, footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:focus::before, footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta.disabled, footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:disabled {
  color: #fff;
  background-color: #009a90;
  border-color: #00716a;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta:hover::after {
    filter: invert(0.5);
  }
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat;
  -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%);
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta.btn-contact::after {
  width: 21px;
  height: 17px;
  top: 50%;
  left: 20px;
  background-image: url("../img/pictos/css_sprites.png");
  background-position: -10px -105px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta.btn-newsletter::after {
  width: 18px;
  height: 19px;
  top: 50%;
  left: 20px;
  background-image: url("../img/pictos/css_sprites.png");
  background-position: -162px -49px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs {
  display: flex;
  align-items: center;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul li a {
  font-size: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  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 .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .conteneur-rs {
  margin-left: 40px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .conteneur-rs .rs {
  color: #fff;
  padding: 10px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .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 .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .conteneur-rs .rs:hover > * {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .conteneur-partenaires {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .conteneur-partenaires .partenaire {
  margin-right: 20px;
}
footer section.section-surfooter .conteneur-surfooter .row-surfooter .conteneur-partenaires .partenaire > * {
  -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 .conteneur-surfooter .row-surfooter .conteneur-partenaires .partenaire:hover > * {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
footer section.section-subfooter {
  padding: 20px 0;
}
footer section.section-subfooter a {
  position: relative;
  color: #635f61;
}
@media screen and (min-width: 992px) {
  footer section.section-subfooter a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
footer section.section-subfooter a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #635f61;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer section.section-subfooter .conteneur-subfooter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #635f61;
}
footer section.section-subfooter .conteneur-subfooter .menu-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer section.section-subfooter .conteneur-subfooter .menu-footer ul li {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  margin-left: 20px;
}
footer section.section-subfooter .conteneur-subfooter .menu-footer ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #635f61;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 4px;
  height: 4px;
  -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%);
}
footer section.section-subfooter .conteneur-subfooter .copywright {
  margin-left: 20px;
}

.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 * {
  font-family: "Nunito Sans", sans-serif !important;
}
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: 100px;
  left: 150px;
  right: 150px;
  bottom: 100px;
  width: auto;
  height: auto;
  background: #009a90;
  color: #000;
  padding: 300px 30px 30px 30px;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow-y: auto;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../img/header/logo.png") no-repeat center center;
  background-size: auto;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
  content: "Bienvenue sur Psycom";
  position: absolute !important;
  top: 170px;
  left: 0;
  width: 100%;
  height: 50px;
  position: relative;
  font-family: "Faune";
  font-size: 33px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-top: 30px;
  font-family: "Faune", serif !important;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #e94f5f;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 991px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize {
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  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: #212529;
  background-color: #fff;
  border: 1px solid #d6d6da;
  position: relative;
  color: #004273;
  border-color: #d6d6da;
  background-color: #fff;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #004273;
  z-index: -1;
  -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) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:hover, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:focus, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:active {
    color: #fff;
    border-color: #d6d6da;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:hover::before, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:focus::before, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize.disabled, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #d6d6da;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize.disabled, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPersonalize:disabled {
  opacity: 0.65;
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig .conteneur-accept {
  display: block;
  padding-bottom: 70px;
  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: #fff;
  position: relative;
  background-color: transparent !important;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover::after, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronCloseAlert::after, body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronPrivacyUrl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  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;
}
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: #009a90;
  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: #009a90;
  -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;
  border-radius: 30px 0 0 0;
  overflow: visible !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-family: "Faune";
  font-size: 33px;
  font-weight: bold;
  color: #009a90;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-top: 30px;
  font-family: "Faune", serif !important;
  padding-top: 0;
  margin-top: 15px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #e94f5f;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 991px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 31px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle::before {
  display: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronInfo {
  font-family: "Nunito Sans";
  font-size: 17px;
  color: #004273;
  background: transparent;
  border: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrlDialog {
  position: relative;
  color: #004273;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronH2 {
  color: #004273;
  font-weight: bold;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed {
  margin: 0 7px;
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  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: #fff;
  border-color: #009a90;
  background-color: #009a90;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  font-family: "Faune", serif !important;
  font-weight: 400 !important;
  border: 1px solid #009a90;
  background-color: #009a90 !important;
  opacity: 1 !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:hover, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:active {
    color: #009a90;
    border-color: #009a90;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:hover::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:focus::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:disabled {
  color: #fff;
  background-color: #009a90;
  border-color: #009a90;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllAllowed:disabled {
  opacity: 0.65;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied {
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  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: #fff;
  border-color: #e94f5f;
  background-color: #e94f5f;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  font-family: "Faune", serif !important;
  font-weight: 400 !important;
  text-transform: none;
  border: 1px solid #e94f5f;
  opacity: 1 !important;
  margin: 0 7px;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:hover, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:active {
    color: #e94f5f;
    border-color: #e94f5f;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:hover::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:focus::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:disabled {
  color: #fff;
  background-color: #e94f5f;
  border-color: #e94f5f;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust #tarteaucitronAllDenied:disabled {
  opacity: 0.65;
}
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 #009a95 !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  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: #fff;
  border-color: #009a90;
  background-color: #009a90;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  font-family: "Faune", serif !important;
  font-weight: 400 !important;
  background-color: #009a90 !important;
  margin-top: 0;
  margin-right: 15px;
  opacity: 1 !important;
  border: 1px solid #009a90;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:active {
    color: #009a90;
    border-color: #009a90;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled {
  color: #fff;
  background-color: #009a90;
  border-color: #009a90;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:disabled {
  opacity: 0.65;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  display: inline-block;
  font-family: "Faune", serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.7rem 1.4rem;
  font-size: 17px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  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: #fff;
  border-color: #e94f5f;
  background-color: #e94f5f;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  font-family: "Faune", serif !important;
  font-weight: 400 !important;
  background-color: #e94f5f !important;
  border: 1px solid #e94f5f;
  margin-top: 0;
  text-transform: none;
  opacity: 1 !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  -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) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:active {
    color: #e94f5f;
    border-color: #e94f5f;
  }
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus::before, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:active::before {
    top: 0;
    bottom: unset;
    height: 100%;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:disabled {
  color: #fff;
  background-color: #e94f5f;
  border-color: #e94f5f;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny.disabled, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:disabled {
  opacity: 0.65;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronAllow {
  color: #009a90;
  border-color: #009a90;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronAllow:before {
  top: 0;
  bottom: unset;
  height: 100%;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronDeny {
  color: #e94f5f;
  border-color: #e94f5f;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronDeny:before {
  top: 0;
  bottom: unset;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig {
    top: 30px;
    left: 50px;
    right: 50px;
    bottom: 30px;
  }
  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;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::before {
    height: 125px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    top: 150px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig .conteneur-accept {
    padding-bottom: 30px;
  }
}

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

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

/*
-- 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.is-opening .conteneur-menu-mobile {
    display: block;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  .burger.active .conteneur-menu-mobile {
    display: block;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .burger.active .conteneur-menu-mobile .burger-header, .burger.active .conteneur-menu-mobile .menu-mobile, .burger.active .conteneur-menu-mobile .burger-footer {
    opacity: 1;
  }
  .burger.is-closing .conteneur-menu-mobile {
    display: block;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 300ms linear 300ms;
    -moz-transition: transform 300ms linear 300ms;
    -ms-transition: transform 300ms linear 300ms;
    -o-transition: transform 300ms linear 300ms;
    transition: transform 300ms linear 300ms;
  }
  .burger.is-closing .conteneur-menu-mobile .burger-header, .burger.is-closing .conteneur-menu-mobile .menu-mobile, .burger.is-closing .conteneur-menu-mobile .burger-footer {
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .burger ul {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .burger ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Faune", serif;
    padding: 15px 0;
    border-bottom: 1px solid #ced4da;
  }
  .burger .plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/pictos/css_sprites.png") no-repeat -10px -10px;
    margin-left: 10px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .burger .conteneur-burger .hamburger {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .burger .conteneur-burger .hamburger .hamburger-inner {
    background-color: #fff;
  }
  .burger .conteneur-burger .hamburger .hamburger-inner::before, .burger .conteneur-burger .hamburger .hamburger-inner::after {
    background-color: #fff;
  }
  .burger .conteneur-burger .nom-menu {
    font-family: "Faune";
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  .burger .conteneur-menu-mobile {
    display: none;
    position: fixed;
    top: 71px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .burger .conteneur-menu-mobile .burger-header {
    position: relative;
    display: block;
    height: 70px;
    opacity: 0;
    -webkit-transition: all 300ms linear 300ms;
    -moz-transition: all 300ms linear 300ms;
    -ms-transition: all 300ms linear 300ms;
    -o-transition: all 300ms linear 300ms;
    transition: all 300ms linear 300ms;
  }
  .burger .conteneur-menu-mobile .burger-header.active .retour-burger {
    display: block;
    flex-shrink: 0;
    margin-left: 5px;
  }
  .burger .conteneur-menu-mobile .burger-header .rappel-menu {
    font-family: "Faune";
    font-size: 28px;
    font-weight: normal;
    color: #e94f5f;
  }
  .burger .conteneur-menu-mobile .burger-header .retour-burger {
    display: none;
  }
  .burger .conteneur-menu-mobile .burger-header .burger-header-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
  }
  .burger .conteneur-menu-mobile .burger-footer {
    z-index: 0;
    -webkit-transition: all 300ms linear 300ms;
    -moz-transition: all 300ms linear 300ms;
    -ms-transition: all 300ms linear 300ms;
    -o-transition: all 300ms linear 300ms;
    transition: all 300ms linear 300ms;
    opacity: 0;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche {
    display: flex;
    position: relative;
    transform: none;
    padding-right: 0;
    height: auto;
    margin-top: 50px;
    z-index: 0;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .form-group {
    width: 100%;
    margin-bottom: 0;
  }
  .burger .conteneur-menu-mobile .burger-footer .recherche .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px;
  }
  .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;
    opacity: 0;
    -webkit-transition: all 300ms linear 300ms;
    -moz-transition: all 300ms linear 300ms;
    -ms-transition: all 300ms linear 300ms;
    -o-transition: all 300ms linear 300ms;
    transition: all 300ms linear 300ms;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > a {
    font-size: 15px;
    font-weight: 600;
    color: #009a90;
    text-transform: uppercase;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li > a {
    font-size: 19px;
    font-weight: bold;
    color: #e94f5f;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li > ul > li > a {
    font-size: 17px;
    font-weight: normal;
    color: #009a90;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li > ul > li > ul > li > ul > li > a {
    font-size: 15px;
    font-weight: normal;
    color: #004273;
  }
  .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 20px;
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
  }
  .burger .conteneur-menu-mobile .menu-mobile > li ul.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow: hidden;
    height: 100vh;
  }
}
/*
-- 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: 1339px) {
  header {
    height: 105px;
  }
  header .conteneur-header .conteneur-logo {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  header .conteneur-header .wrapper-header {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  header .conteneur-header .wrapper-header .surheader {
    padding-left: 0;
    height: 50px;
  }
  header .conteneur-header .wrapper-header .subheader {
    height: 55px;
  }
  header .conteneur-header .wrapper-header .subheader form.recherche input[type=text] {
    height: 30px;
  }

  .megamenu .menu-desktop > li > a {
    height: 50px;
  }
  .megamenu .menu-desktop > li > ul {
    top: 49px;
  }
  .megamenu .menu-desktop > li > ul > li {
    padding: 0 30px 10px 0;
    max-width: 33%;
  }
  .megamenu .menu-desktop > li > ul > li > a {
    font-size: 16px;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li > a {
    font-size: 15px;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li > ul {
    display: none;
  }
  .megamenu .menu-desktop > li > ul > li > ul > li > ul > li > a {
    font-size: 13px;
  }

  .page-wrapper.home section.section-missions {
    background-position: bottom center;
    background-image: url("../img/home/ariane/bg-missions-small.jpg");
  }
  .page-wrapper.home section.section-en-un-clic {
    background: none;
  }
  .page-wrapper.home section.section-en-un-clic::after {
    background-position: bottom center;
  }
  .page-wrapper.home section.section-thematique-une, .page-wrapper.home section.section-newsletter, .page-wrapper.home section.section-sante-mentale, .page-wrapper.home section.section-passer-a-laction {
    background-image: none;
  }
  .page-wrapper.home section.section-thematique-une::after, .page-wrapper.home section.section-newsletter::after, .page-wrapper.home section.section-sante-mentale::after, .page-wrapper.home section.section-passer-a-laction::after {
    display: none;
  }
  .page-wrapper.home section.section-missions {
    padding-top: 105px;
  }
  .page-wrapper.home section.section-missions .conteneur-missions {
    padding-top: 65px;
    padding-bottom: 105px;
  }
  .page-wrapper.home section.section-missions .conteneur-missions h1 {
    font-size: 35px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .phrase-explicative {
    font-size: 25px;
    margin-top: -10px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus {
    margin-top: 30px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element {
    margin-bottom: 20px;
  }
  .page-wrapper.home section.section-newsletter {
    padding-top: 30px;
  }
  .page-wrapper.home section.section-en-un-clic {
    min-height: 780px;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .titre-section {
    padding: 60px 0 50px 0;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .titre-acces {
    font-size: 19px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video, .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video {
    text-align: center;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video::before {
    left: 0;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video iframe {
    margin: auto;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation {
    text-align: center;
    margin-top: 90px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .titre-section {
    margin-bottom: 45px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces .acces {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-picto {
    margin-bottom: 20px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-detail {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .titre-section {
    padding: 50px 0 40px 0;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel {
    width: 228px;
    height: 261px;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel .visuel {
    width: inherit;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel::after {
    background-size: contain;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .titre-profil {
    font-size: 22px;
    max-width: unset;
    margin-top: 20px;
  }
  .page-wrapper:not(.home) {
    padding-top: 190px;
    background-position: 50% -30px;
  }
  .page-wrapper:not(.home) .conteneur-ariane {
    margin-bottom: 20px;
  }
  .page-wrapper:not(.home) main.main-content h1 {
    margin-bottom: 30px;
  }
  .page-wrapper:not(.home) main.main-content .chapo {
    margin-bottom: 40px;
  }
  .page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet {
    font-size: 15px;
  }
  .page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet.sticky {
    top: 115px;
  }
  .page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet.sticky::before {
    height: 55px;
  }
  .page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet .alphabet .lettre {
    width: 35px;
    height: 33px;
  }
  .page-wrapper.liste .conteneur-filtres {
    padding: 12px 20px 30px 20px;
    margin-bottom: 0;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres {
    flex-wrap: wrap;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .conteneur-titre {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #00518d;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .conteneur-titre .titre {
    margin-right: 0;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .form-group {
    margin-right: 15px;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .form-group label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
  .page-wrapper.liste .conteneur-pagination {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
  .page-wrapper.liste .conteneur-pagination::after {
    height: 70px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(1), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(2), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(5), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(6), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(9), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(10) {
    background: none !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(1)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(1)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(2)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(2)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(5)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(5)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(6)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(6)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(9)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(9)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(10)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(10)::after {
    display: none;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(3), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(4), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(7), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(8), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(11), .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(12) {
    background: #e8efee;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(3) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(4) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(7) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(8) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(11) .element .footer-element::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(12) .element .footer-element::before {
    background: #d9e5e3;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(3)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(7)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(11)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #e8efee;
    z-index: -1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(4)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(8)::after, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(12)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: #e8efee;
    z-index: -1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element {
    padding: 40px 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail {
    margin: 0 -20px;
  }
  .page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire {
    max-width: unset;
    width: 100%;
  }
  .page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage .conteneur-visuel {
    max-width: 250px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info, .page-wrapper.detail main.main-content .conteneur-detail .conteneur-carte {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info {
    display: flex;
    margin-bottom: 30px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .infos-complementaires {
    width: 60%;
    padding-top: 0;
    margin-right: 30px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .infos-complementaires::before {
    display: none;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques {
    width: 40%;
    order: 2;
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique {
    width: 100%;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-carte {
    height: 300px;
    margin-top: 30px;
  }
  .page-wrapper.detail aside.sidebar .conteneur-partage {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .page-wrapper.detail aside.sidebar .conteneur-partage .titre-partage {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper.detail aside.sidebar .widget {
    margin-bottom: 20px;
  }
  .page-wrapper.detail aside.sidebar .widget .body-widget {
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
  }
  .page-wrapper.detail aside.sidebar .widget .body-widget .liste-widget .element {
    font-size: 14px;
    padding: 3px 0;
  }

  footer.footer-home section.section-surfooter, footer.footer-home section.section-subfooter {
    background-image: none;
  }
  footer.footer-home section.section-surfooter::after, footer.footer-home section.section-subfooter::after {
    display: none;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs {
    justify-content: center;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .conteneur-partenaires {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .tooltip {
    display: none;
  }

  header {
    background: #009a90;
    border-bottom: 1px solid #00cdc0;
    height: 71px;
  }
  header .conteneur-header .row-header {
    display: block !important;
    flex-wrap: unset !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .conteneur-header .conteneur-logo {
    display: block !important;
    max-width: unset !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 70px;
    padding: 10px 0;
  }
  header .conteneur-header .conteneur-logo .logo {
    max-height: 100%;
    width: auto;
  }
  header .conteneur-header .wrapper-header {
    display: block !important;
    max-width: unset !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header .conteneur-header .wrapper-header .surheader {
    justify-content: flex-end;
    height: auto;
    padding: 0;
    border-bottom: none;
  }
  header .conteneur-header .wrapper-header .surheader .accessibilite {
    display: none;
  }
  header .conteneur-header .wrapper-header .subheader {
    display: none;
  }

  .page-wrapper.home section.section-missions {
    background-image: none;
    padding-top: 71px;
    margin-bottom: 50px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-wrapper.home section.section-missions .conteneur-missions {
    padding: 50px 15px;
    -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;
    width: 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-missions .conteneur-missions h1 {
    font-size: 30px;
    width: 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-thematique-une {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une {
    -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.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel, .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel::before {
    top: -70px;
    left: -20px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel .visuel {
    position: relative;
    right: unset;
    max-width: 100%;
    height: auto;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail {
    margin-left: 0;
    padding-left: 20px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .phrase-explicative {
    margin-top: 0;
    text-align: center;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter {
    padding: 35px 55px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .titre-newsletter {
    font-size: 18px;
    letter-spacing: normal;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 {
    width: 100%;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form {
    width: 100%;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column {
    flex-direction: column !important;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column:nth-of-type(2) .mailpoet_paragraph {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0 !important;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column:nth-of-type(2) .mailpoet_paragraph label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph {
    flex-grow: 1;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:nth-of-type(2) {
    flex-grow: 0;
    margin-left: 15px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph {
    width: auto;
    margin-bottom: 25px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_form_column {
    flex-basis: auto !important;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph input:not(type[checkbox]) {
    margin-right: 15px;
    height: 40px;
    border: none;
    margin-bottom: 25px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_submit {
    padding-left: 65px;
    flex-shrink: 0;
    background-color: #004273;
    background-image: url("../img/pictos/mail.png");
    background-repeat: no-repeat;
    background-position: 25px center;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_submit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 21px;
    height: 17px;
    background: url("../img/pictos/css_sprites.png") no-repeat -10px -105px;
    z-index: 2;
    -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%);
    -webkit-transition: filter 300ms;
    -moz-transition: filter 300ms;
    -ms-transition: filter 300ms;
    -o-transition: filter 300ms;
    transition: filter 300ms;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter #mailpoet_form_2 .mailpoet_form .mailpoet_paragraph .mailpoet_submit:hover::after {
    filter: invert(1);
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter {
    width: 100%;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .form-group input[type=text] {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.home section.section-en-un-clic {
    background-color: #004273;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: unset;
    padding-bottom: 40px;
    z-index: 1;
  }
  .page-wrapper.home section.section-en-un-clic::after {
    display: none;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces {
    width: 100%;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .acces {
    min-height: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.home section.section-sante-mentale {
    padding-top: 100px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video::before {
    z-index: -1;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces .acces {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    text-align: left;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces .acces:first-of-type {
    margin-bottom: 40px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation .conteneur-acces .acces .conteneur-detail {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil {
    margin: 15px 0;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel::after {
    background-size: cover !important;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .titre-profil {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper:not(.home) {
    padding-top: 71px;
    background: none;
  }
  .page-wrapper:not(.home) .conteneur-ariane {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.liste.liste-definitions main.main-content .conteneur-alphabet {
    height: auto;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .form-group {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
    max-width: unset;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element {
    margin-bottom: 15px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element .date {
    margin-bottom: 0;
    font-size: 15px;
    padding-bottom: 0;
    border-width: 2px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element .date .jour {
    font-size: 25px;
    margin-right: 5px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .conteneur-visuel {
    height: 200px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .chapo-element {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte, .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-visuel {
    width: 100%;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte {
    padding-right: 0;
    padding-top: 30px;
    order: 2;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-visuel {
    order: 1;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages .conteneur-avantage {
    padding-bottom: 40px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-texte {
    position: relative;
    padding: 0;
    margin-right: 0;
    order: 2;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-texte:after {
    display: none;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-visuel {
    margin-bottom: 30px;
    order: 1;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(1) .etape-visuel .visuel {
    margin-top: 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) {
    background: #fff;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-texte {
    position: relative;
    padding: 0;
    margin-left: 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-visuel {
    margin-bottom: 30px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(2) .etape-visuel .visuel {
    margin-top: 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-texte {
    position: relative;
    padding: 0;
    order: 2;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-visuel {
    margin-bottom: 30px;
    order: 1;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape:nth-of-type(3) .etape-visuel .visuel {
    margin-top: 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte {
    display: flex;
    align-items: flex-start;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape {
    width: 100% !important;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape .btn {
    width: auto;
    margin: 15px 0;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication .colonne {
    width: 100%;
    padding: 0 !important;
  }
  .page-wrapper.detail.page-standard .retour-haut {
    display: none;
  }
  .page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire {
    flex-wrap: nowrap;
  }
  .page-wrapper.detail.page-standard main.main-content .conteneur-detail .sommaire .contenu-sommaire .conteneur-h2 {
    width: 100%;
  }
  .page-wrapper.detail main.main-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .infos-complementaires {
    width: 100%;
    margin-right: 0;
    order: 1;
    font-size: 15px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques {
    width: 100%;
    order: 0;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique {
    width: 45%;
  }
  .page-wrapper.detail aside.sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-wrapper.detail aside.sidebar .conteneur-partage {
    width: 100%;
  }
  .page-wrapper.detail aside.sidebar .conteneur-partage .titre-partage {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .page-wrapper.detail aside.sidebar .widget {
    width: 100%;
    box-shadow: none;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-doc, .page-wrapper.detail aside.sidebar .widget.widget-lien {
    width: 50%;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-doc {
    padding-right: 30px;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-mot .liste-widget .element {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-mot .liste-widget .element::after {
    content: ", ";
    margin-left: 0;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-mot .liste-widget .element:last-of-type::after {
    display: none;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-mot .liste-widget .element a {
    border-bottom: 1px solid #004273;
  }
  .page-wrapper.detail aside.sidebar .widget .body-widget .liste-widget .element {
    font-size: 17px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 991px) {
  footer section.section-subfooter .conteneur-subfooter {
    flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 form .gform_body .gfield.gfield_html img {
    float: none !important;
    margin-right: unset;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
  }

  #gform_confirmation_wrapper_3 .gform_confirmation_message .print > div {
    width: 100%;
    padding-right: 0;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .print > div h5 {
    margin-top: 10px;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .footer-resultats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .footer-resultats .btn {
    margin-top: 30px;
    margin-right: 20px;
  }

  .page-wrapper.home section.section-missions {
    margin-bottom: 40px;
  }
  .page-wrapper.home section.section-missions .conteneur-missions {
    padding: 40px 15px;
  }
  .page-wrapper.home section.section-missions .conteneur-missions h1 {
    font-size: 25px;
  }
  .page-wrapper.home section.section-thematique-une {
    padding-top: 0;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-visuel::before {
    display: none;
  }
  .page-wrapper.home section.section-newsletter {
    padding-top: 10px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter {
    padding: 25px 30px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .titre-newsletter {
    font-size: 17px;
    text-align: center;
    width: 100%;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .titre-section {
    padding: 40px 0;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces {
    background-image: none !important;
    align-items: stretch;
    min-height: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .conteneur-picto {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e94f5f;
    padding: 10px 15px;
    width: 50px;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .conteneur-picto .picto {
    margin-left: 0;
    max-width: 35px;
    max-height: 35px;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces .titre-acces {
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 15px;
  }
  .page-wrapper.home section.section-sante-mentale {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video::before {
    display: none;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-video iframe {
    width: 100%;
    max-height: 285px;
  }
  .page-wrapper.home section.section-sante-mentale .conteneur-sante-mentale .row-sante-mentale .conteneur-presentation {
    margin-top: 30px;
  }
  .page-wrapper:not(.home) .conteneur-ariane {
    display: none;
  }
  .page-wrapper:not(.home) main.main-content {
    padding-top: 20px;
  }
  .page-wrapper:not(.home) main.main-content h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .page-wrapper:not(.home) main.main-content .chapo {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .page-wrapper.liste .conteneur-filtres::before {
    display: none;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .titre {
    font-size: 18px;
  }
  .page-wrapper.liste .conteneur-pagination {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .page-wrapper.liste .conteneur-pagination::after {
    display: none;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(odd) {
    background: none !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(odd)::before, .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(odd)::after {
    display: none !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(odd) .element .footer-element::before {
    background: #e9ecef !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(even) {
    background: #e8efee !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(even)::before {
    display: block !important;
    content: "";
    position: absolute;
    top: 0;
    left: -20vw;
    width: 150vw;
    height: 100%;
    background: #e8efee;
    z-index: -1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(even)::after {
    display: none !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element:nth-of-type(even) .element .footer-element::before {
    background: #d9e5e3 !important;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element {
    padding: 20px 0;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .conteneur-visuel {
    max-height: 312px;
    height: auto;
  }
  .page-wrapper.detail main.main-content .intro-content {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .page-wrapper.detail main.main-content .intro-content .date {
    margin-bottom: 10px;
  }
  .page-wrapper.detail main.main-content .intro-content .date::before {
    display: none;
  }
  .page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage .conteneur-visuel {
    width: unset;
  }
  .page-wrapper.detail main.main-content .conteneur-detail.conteneur-temoignage .conteneur-visuel .visuel {
    width: unset;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu {
    display: flex;
    flex-direction: column;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .chapo {
    order: 0;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 35px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .chapo::before {
    display: none;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .conteneur-visuel {
    order: 1;
    float: none;
    max-width: none;
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .conteneur-visuel::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 160px;
    height: 4px;
    background: #e94f5f;
    z-index: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .conteneur-visuel::before {
    display: none;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .conteneur-visuel::after {
    bottom: 0;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .conteneur-visuel .visuel {
    max-height: 400px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .contenu .wysiwyg {
    order: 2;
    font-size: 15px;
  }
  .page-wrapper.detail main.main-content .conteneur-detail .conteneur-caracteristiques-info .caracteristiques .caracteristique {
    width: 100%;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-doc {
    padding-right: 15px;
  }
  .page-wrapper.detail aside.sidebar .widget .body-widget .liste-widget .element {
    font-size: 15px;
  }

  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-right: 0;
    margin-left: 0;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .logo {
    margin-bottom: 20px;
    margin-right: 0;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta {
    margin-right: 0;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta .btn-cta.btn-contact {
    margin-bottom: 10px;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu {
    margin-bottom: 15px;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .rappel-menu ul li {
    margin-right: 0;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs .conteneur-rs {
    margin-left: 0;
  }
  footer section.section-subfooter .conteneur-subfooter {
    flex-wrap: wrap;
    text-align: center;
  }
  footer section.section-subfooter .conteneur-subfooter .menu-footer ul li {
    padding-right: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .burger .conteneur-menu-mobile .burger-header .rappel-menu {
    font-size: 20px;
  }
  .burger .conteneur-menu-mobile .burger-header.active .retour-burger {
    padding: 5px 15px;
    font-size: 15px;
  }

  .page-wrapper.page-sitemap ul {
    padding-left: 15px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique .titre-section {
    font-size: 35px;
    margin-right: 0;
    text-align: center;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .header-thematique .thematique {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .phrase-explicative {
    font-size: 20px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element {
    margin-bottom: 10px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .type {
    margin-right: 20px;
  }
  .page-wrapper.home section.section-thematique-une .conteneur-thematique-une .conteneur-une .conteneur-detail .conteneur-contenus .element .titre-element {
    font-size: 15px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .titre-section {
    font-size: 40px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter {
    padding: 20px 15px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter::before {
    display: none;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .titre-newsletter {
    font-size: 14px;
  }
  .page-wrapper.home section.section-newsletter .conteneur-newsletter .encadre-newsletter .form-newsletter .custom-control-label {
    font-size: 14px;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-en-un-clic .conteneur-en-un-clic .liste-acces .conteneur-acces .acces {
    min-height: 50px;
    height: 50px;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:nth-of-type(odd) .profil .conteneur-visuel {
    order: 2;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:nth-of-type(odd) .profil .titre-profil {
    margin-left: 0;
    margin-right: 15px;
    text-align: right;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil:last-of-type .profil {
    border-bottom: none;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #009a90;
    margin: 0;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel {
    width: 105px;
    height: 140px;
    flex-shrink: 0;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel::after {
    display: none;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .conteneur-visuel .visuel {
    max-width: calc(100% + 50px);
    max-height: calc(100% + 50px);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .page-wrapper.home section.section-passer-a-laction .conteneur-passer-a-laction .conteneur-profils .conteneur-profil .profil .titre-profil {
    text-align: left;
    margin-left: 15px;
    width: 100%;
    font-size: 20px;
  }
  .page-wrapper:not(.home) main.main-content .chapo {
    margin-bottom: 25px;
  }
  .page-wrapper.liste .conteneur-filtres form.filtres .form-group .select2 .selection .select2-selection {
    min-height: 37px;
    height: auto;
  }
  .page-wrapper.liste .conteneur-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.liste .conteneur-pagination #pagination-heading {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-wrapper.liste .conteneur-pagination .pagination .numero.active {
    margin-right: 0;
  }
  .page-wrapper.liste .conteneur-pagination .pagination .numero:not(.active) {
    display: none;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .header-element .date {
    margin-bottom: 10px;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .titre-element {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  .page-wrapper.liste .conteneur-liste.liste-grille .conteneur-element .element .body-element .chapo-element {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte h2.titre-gps {
    font-size: 23px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-intro .intro-texte h2.titre-gps strong {
    font-size: 30px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps {
    margin-bottom: 30px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps h3.titre-gps {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-avantages-gps .conteneur-avantages > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi h2.titre-gps {
    font-size: 35px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi h3.titre-gps {
    font-size: 21px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .numero-etape {
    margin-bottom: 30px;
    margin-right: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .numero-etape .numero {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    text-align: center;
    line-height: 55px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape {
    text-align: center;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-mode-emploi .liste-etapes .conteneur-etape .etape-texte .infos-etape .btn {
    font-size: 15px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration {
    padding-bottom: 25px;
  }
  .page-wrapper.detail.gps main.main-content .conteneur-detail .contenu .conteneur-elaboration .conteneur-explication {
    padding: 20px 15px;
  }
  .page-wrapper.detail main.main-content .footer-detail {
    display: flex;
    justify-content: center;
  }
  .page-wrapper.detail main.main-content .footer-detail .retour span {
    display: none;
  }
  .page-wrapper.detail main.main-content .footer-detail .retour span.mobile {
    display: block;
  }
  .page-wrapper.detail aside.sidebar .widget.widget-doc, .page-wrapper.detail aside.sidebar .widget.widget-lien {
    width: 100%;
    padding-right: 0;
  }

  footer section.section-surfooter .conteneur-surfooter .row-surfooter {
    display: block !important;
    flex-wrap: unset !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-logo-cta {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .surfooter-main .conteneur-menu-rs {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .conteneur-partenaires {
    flex-wrap: wrap;
  }
  footer section.section-surfooter .conteneur-surfooter .row-surfooter .conteneur-partenaires .partenaire {
    margin-right: 0;
    margin: 10px;
  }
  footer section.section-subfooter .conteneur-subfooter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer section.section-subfooter .conteneur-subfooter .menu-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer section.section-subfooter .conteneur-subfooter .menu-footer ul li {
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  footer section.section-subfooter .conteneur-subfooter .menu-footer ul li::after {
    display: none;
  }
  footer section.section-subfooter .conteneur-subfooter .copywright {
    margin-left: 0;
  }
}
@media print {
  body {
    margin: 25mm 25mm 25mm 25mm;
    overflow-x: auto;
    max-width: unset !important;
    min-width: 0 !important;
  }

  .container {
    min-width: 0 !important;
  }

  #gform_confirmation_wrapper_3 .gform_confirmation_message .print {
    display: block !important;
    padding: 0 !important;
    background: #fff;
    color: #004273;
    margin-bottom: 0;
    padding-bottom: 20px !important;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .print > div {
    display: inline-block !important;
    width: 30% !important;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .print h5 {
    color: #004273;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .highcharts-figure {
    page-break-after: always;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message h2 {
    padding-top: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 30px !important;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message h3, #gform_confirmation_wrapper_3 .gform_confirmation_message h3 span {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .btn {
    display: none !important;
  }
  #gform_confirmation_wrapper_3 .gform_confirmation_message .commentaire .gps-commentaire {
    height: auto;
    padding: 5px 20px;
    min-height: unset;
  }

  section.highcharts {
    page-break-before: always;
  }
  section.highcharts h2 {
    margin-bottom: 30px !important;
  }
  section.highcharts hr {
    display: none;
  }

  .highcharts-figure, .highcharts-root, .highcharts-container {
    margin: 0;
    width: 600px;
    height: 300px;
  }

  .page-wrapper.detail.page-standard .retour-haut {
    display: none !important;
  }

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

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

  * {
    animation: none !important;
  }

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

  h1 {
    font-size: 0.8cm !important;
    margin-bottom: 20px;
  }

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

  h3 {
    font-size: 0.5cm !important;
  }
  h3 span {
    font-size: 0.5cm !important;
  }
  h3 span.last-word::after {
    display: none;
  }

  .footer-detail {
    display: none !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;
    background: none !important;
    margin-bottom: 5px;
  }
  header .conteneur-header {
    display: block;
  }
  header .conteneur-header .row-header {
    display: block !important;
    text-align: center;
  }
  header .conteneur-header .row-header .conteneur-logo {
    background: #009a90;
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  header .conteneur-header .row-header .conteneur-logo .texte-logo {
    display: none;
  }
  header .wrapper-header {
    display: none !important;
  }

  .page-wrapper:not(.home) {
    padding-top: 0;
    background: none;
  }
  .page-wrapper .conteneur-ariane, .page-wrapper .conteneur-partage, .page-wrapper .conteneur-carte {
    display: none !important;
  }
  .page-wrapper .caracteristiques {
    background: none !important;
    display: block !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
  .page-wrapper .caracteristiques::before {
    display: none !important;
  }
  .page-wrapper .caracteristiques * {
    color: #000 !important;
  }
  .page-wrapper .caracteristiques .caracteristique {
    display: block !important;
    width: auto !important;
  }
  .page-wrapper .caracteristiques .caracteristique .conteneur-picto {
    display: inline-block !important;
    float: left;
  }
  .page-wrapper .caracteristiques .caracteristique .conteneur-info {
    display: inline-block !important;
    text-align: left;
  }
  .page-wrapper .caracteristiques .caracteristique .conteneur-info a {
    display: inline-block !important;
    text-align: left;
  }
  .page-wrapper .conteneur-page .row-page {
    display: block !important;
  }
  .page-wrapper .conteneur-page .row-page main.main-content {
    display: block !important;
    max-width: unset !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-wrapper .conteneur-page .row-page main.main-content .conteneur-detail {
    display: block !important;
  }
  .page-wrapper .conteneur-page .row-page aside.sidebar {
    display: none;
  }

  .conteneur-caracteristiques-info {
    display: block;
    display: block !important;
    max-width: unset !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !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 {
    display: none;
  }

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

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