@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.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #008BD2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #E9500E;
  --yellow: #ffc107;
  --green: #8dbe23;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #008BD2;
  --secondary: #6c757d;
  --success: #8dbe23;
  --info: #17a2b8;
  --warning: #E9500E;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --white: white;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1460px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #008BD2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #005886;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1460px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1459.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #53c5ff;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(141, 190, 35, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #8dbe23;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #8dbe23;
  box-shadow: 0 0 0 0 rgba(141, 190, 35, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #8dbe23;
}
.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: #8dbe23;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #c4e77a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #a8db39;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(141, 190, 35, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8dbe23;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(141, 190, 35, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.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 1px #fff, 0 0 0 0 rgba(220, 53, 69, 0.25);
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #008BD2;
  border-color: #008BD2;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0072ac;
  border-color: #00699f;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #008BD2;
  border-color: #008BD2;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00699f;
  border-color: #006192;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 139, 210, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #8dbe23;
  border-color: #8dbe23;
}
.btn-success:hover {
  color: #fff;
  background-color: #759e1d;
  border-color: #6d931b;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: none;
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #8dbe23;
  border-color: #8dbe23;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6d931b;
  border-color: #658819;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(141, 190, 35, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: none;
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #E9500E;
  border-color: #E9500E;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c5440c;
  border-color: #b93f0b;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: none;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #E9500E;
  border-color: #E9500E;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b93f0b;
  border-color: #ad3b0a;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(233, 80, 14, 0.5);
}

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

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

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

.btn-white {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #008BD2;
  background-color: transparent;
  background-image: none;
  border-color: #008BD2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #008BD2;
  border-color: #008BD2;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 139, 210, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #008BD2;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #008BD2;
  border-color: #008BD2;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 139, 210, 0.5);
}

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

.btn-outline-success {
  color: #8dbe23;
  background-color: transparent;
  background-image: none;
  border-color: #8dbe23;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #8dbe23;
  border-color: #8dbe23;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(141, 190, 35, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8dbe23;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #8dbe23;
  border-color: #8dbe23;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(141, 190, 35, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #E9500E;
  background-color: transparent;
  background-image: none;
  border-color: #E9500E;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #E9500E;
  border-color: #E9500E;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(233, 80, 14, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #E9500E;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #E9500E;
  border-color: #E9500E;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(233, 80, 14, 0.5);
}

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

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

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

.btn-outline-white {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: white;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #008BD2;
  background-color: transparent;
}
.btn-link:hover {
  color: #005886;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

.dropdown-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;
}
.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: #008BD2;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.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: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

.input-group-lg > .form-control,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #008BD2;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #86d6ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #53c5ff;
  box-shadow: none;
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #53c5ff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #008BD2;
  border: 0;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #86d6ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008BD2;
  border: 0;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #86d6ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #008BD2;
  border: 0;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #86d6ff;
}
.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;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

.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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008BD2;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header + .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-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

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

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

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

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

.card-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:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008BD2;
  border-color: #008BD2;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #008BD2;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00699f;
}

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

.badge-success {
  color: #212529;
  background-color: #8dbe23;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #6d931b;
}

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

.badge-warning {
  color: #fff;
  background-color: #E9500E;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b93f0b;
}

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

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

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

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  padding-top: 50px;
  border: 1px solid transparent;
  border-radius: 0 !important;
  font-style: italic;
  text-align: center;
  margin: 15px 0;
}
.alert::before {
  content: "\f05a";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: inherit;
  font-size: 21px;
  top: 10px;
  left: 0;
  text-align: center;
  font-style: normal;
  width: 100%;
  height: 20px;
}

.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: #008bd2;
  background-color: rgba(0, 139, 210, 0.05) !important;
  border-color: rgba(0, 139, 210, 0.15) !important;
}
.alert-primary .alert-link {
  color: #00699f;
}

.alert-secondary {
  color: #6c757d;
  background-color: rgba(108, 117, 125, 0.05) !important;
  border-color: rgba(108, 117, 125, 0.15) !important;
}
.alert-secondary .alert-link {
  color: #545b62;
}

.alert-success {
  color: #8dbe23;
  background-color: rgba(141, 190, 35, 0.05) !important;
  border-color: rgba(141, 190, 35, 0.15) !important;
}
.alert-success .alert-link {
  color: #6d931b;
}
.alert-success::before {
  content: "\f058";
}

.alert-info {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.05) !important;
  border-color: rgba(23, 162, 184, 0.15) !important;
}
.alert-info .alert-link {
  color: #117a8b;
}

.alert-warning {
  color: #e9500e;
  background-color: rgba(233, 80, 14, 0.05) !important;
  border-color: rgba(233, 80, 14, 0.15) !important;
}
.alert-warning .alert-link {
  color: #b93f0b;
}
.alert-warning::before {
  content: "\f06a";
}

.alert-danger {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.05) !important;
  border-color: rgba(220, 53, 69, 0.15) !important;
}
.alert-danger .alert-link {
  color: #bd2130;
}
.alert-danger::before {
  content: "\f06a";
}

.alert-light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.05) !important;
  border-color: rgba(248, 249, 250, 0.15) !important;
}
.alert-light .alert-link {
  color: #dae0e5;
}

.alert-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.05) !important;
  border-color: rgba(52, 58, 64, 0.15) !important;
}
.alert-dark .alert-link {
  color: #1d2124;
}

.alert-white {
  color: white;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.alert-white .alert-link {
  color: #e6e6e6;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008BD2;
  transition: width 0.6s ease;
}
@media screen and (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 {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008BD2;
  border-color: #008BD2;
}

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

.list-group-item-primary {
  color: #00486d;
  background-color: #b8dff2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00486d;
  background-color: #a2d5ee;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00486d;
  border-color: #00486d;
}

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

.list-group-item-success {
  color: #496312;
  background-color: #dfedc1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #496312;
  background-color: #d5e7ad;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #496312;
  border-color: #496312;
}

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

.list-group-item-warning {
  color: #792a07;
  background-color: #f9cebc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #792a07;
  background-color: #f7bda5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #792a07;
  border-color: #792a07;
}

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

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

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

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.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);
  outline: 0;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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: #000;
}

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #8dbe23 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !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: #008BD2 !important;
}

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

.border-success {
  border-color: #8dbe23 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1460px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
@media (min-width: 1460px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1460px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #8dbe23 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

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

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

.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: "Hero New";
  src: url("../fonts/HeroNew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New Super";
  src: url("../fonts/HeroNew-Super.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New Super";
  src: url("../fonts/HeroNew-SuperItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New Hairline";
  src: url("../fonts/HeroNew-HairlineItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New Hairline";
  src: url("../fonts/HeroNew-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hero New";
  src: url("../fonts/HeroNew-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*
-- 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: #008BD2;
  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 #008BD2;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-primary:hover {
    color: #008BD2;
  }
  .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: #008BD2;
  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 #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-primary:hover {
    color: #008BD2;
    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: #008BD2;
}
.btn.fadeline-out-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #008BD2;
  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 #008BD2;
}
@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: #008BD2;
  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 #008BD2;
  background: white;
  color: #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-primary:hover {
    color: white;
    background: #008BD2;
    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: #008BD2;
  background-color: #ffffff;
  border-color: #008BD2;
}
.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: #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-primary:hover, .btn.rect-ltr-primary:hover, .btn.goback-ltr-primary:hover {
    color: #008BD2;
  }
}
.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: #008BD2;
  background-color: #ffffff;
  border-color: #008BD2;
}
.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: #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-primary:hover, .btn.rect-rtl-primary:hover, .btn.goback-rtl-primary:hover {
    color: #008BD2;
  }
}
.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: #008BD2;
  background-color: #ffffff;
  border-color: #008BD2;
}
.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: #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-primary:hover, .btn.rect-btt-primary:hover, .btn.goback-btt-primary:hover {
    color: #008BD2;
  }
}
.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: #008BD2;
  background-color: #ffffff;
  border-color: #008BD2;
}
.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: #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-primary:hover, .btn.rect-ttb-primary:hover, .btn.goback-ttb-primary:hover {
    color: #008BD2;
  }
}
.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: #6c757d;
  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 #6c757d;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-secondary:hover {
    color: #6c757d;
  }
  .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: #6c757d;
  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 #6c757d;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-secondary:hover {
    color: #6c757d;
    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: #6c757d;
}
.btn.fadeline-out-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #6c757d;
  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 #6c757d;
}
@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: #6c757d;
  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 #6c757d;
  background: white;
  color: #6c757d;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-secondary:hover {
    color: white;
    background: #6c757d;
    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: #6c757d;
  background-color: #ffffff;
  border-color: #6c757d;
}
.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: #6c757d;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-secondary:hover, .btn.rect-ltr-secondary:hover, .btn.goback-ltr-secondary:hover {
    color: #6c757d;
  }
}
.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: #6c757d;
  background-color: #ffffff;
  border-color: #6c757d;
}
.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: #6c757d;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-secondary:hover, .btn.rect-rtl-secondary:hover, .btn.goback-rtl-secondary:hover {
    color: #6c757d;
  }
}
.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: #6c757d;
  background-color: #ffffff;
  border-color: #6c757d;
}
.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: #6c757d;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-secondary:hover, .btn.rect-btt-secondary:hover, .btn.goback-btt-secondary:hover {
    color: #6c757d;
  }
}
.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: #6c757d;
  background-color: #ffffff;
  border-color: #6c757d;
}
.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: #6c757d;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-secondary:hover, .btn.rect-ttb-secondary:hover, .btn.goback-ttb-secondary:hover {
    color: #6c757d;
  }
}
.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: #8dbe23;
  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 #8dbe23;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-success:hover {
    color: #8dbe23;
  }
  .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: #8dbe23;
  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 #8dbe23;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-success:hover {
    color: #8dbe23;
    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: #8dbe23;
}
.btn.fadeline-out-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #8dbe23;
  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 #8dbe23;
}
@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: #8dbe23;
  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 #8dbe23;
  background: white;
  color: #8dbe23;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-success:hover {
    color: white;
    background: #8dbe23;
    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: #8dbe23;
  background-color: #ffffff;
  border-color: #8dbe23;
}
.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: #8dbe23;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-success:hover, .btn.rect-ltr-success:hover, .btn.goback-ltr-success:hover {
    color: #8dbe23;
  }
}
.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: #8dbe23;
  background-color: #ffffff;
  border-color: #8dbe23;
}
.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: #8dbe23;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-success:hover, .btn.rect-rtl-success:hover, .btn.goback-rtl-success:hover {
    color: #8dbe23;
  }
}
.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: #8dbe23;
  background-color: #ffffff;
  border-color: #8dbe23;
}
.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: #8dbe23;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-success:hover, .btn.rect-btt-success:hover, .btn.goback-btt-success:hover {
    color: #8dbe23;
  }
}
.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: #8dbe23;
  background-color: #ffffff;
  border-color: #8dbe23;
}
.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: #8dbe23;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-success:hover, .btn.rect-ttb-success:hover, .btn.goback-ttb-success:hover {
    color: #8dbe23;
  }
}
.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: #17a2b8;
  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 #17a2b8;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-info:hover {
    color: #17a2b8;
  }
  .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: #17a2b8;
  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 #17a2b8;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-info:hover {
    color: #17a2b8;
    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: #17a2b8;
}
.btn.fadeline-out-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #17a2b8;
  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 #17a2b8;
}
@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: #17a2b8;
  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 #17a2b8;
  background: white;
  color: #17a2b8;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-info:hover {
    color: white;
    background: #17a2b8;
    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: #17a2b8;
  background-color: #ffffff;
  border-color: #17a2b8;
}
.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: #17a2b8;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-info:hover, .btn.rect-ltr-info:hover, .btn.goback-ltr-info:hover {
    color: #17a2b8;
  }
}
.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: #17a2b8;
  background-color: #ffffff;
  border-color: #17a2b8;
}
.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: #17a2b8;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-info:hover, .btn.rect-rtl-info:hover, .btn.goback-rtl-info:hover {
    color: #17a2b8;
  }
}
.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: #17a2b8;
  background-color: #ffffff;
  border-color: #17a2b8;
}
.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: #17a2b8;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-info:hover, .btn.rect-btt-info:hover, .btn.goback-btt-info:hover {
    color: #17a2b8;
  }
}
.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: #17a2b8;
  background-color: #ffffff;
  border-color: #17a2b8;
}
.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: #17a2b8;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-info:hover, .btn.rect-ttb-info:hover, .btn.goback-ttb-info:hover {
    color: #17a2b8;
  }
}
.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: #E9500E;
  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 #E9500E;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-warning:hover {
    color: #E9500E;
  }
  .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: #E9500E;
  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 #E9500E;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-warning:hover {
    color: #E9500E;
    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: #E9500E;
}
.btn.fadeline-out-warning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #E9500E;
  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 #E9500E;
}
@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: #E9500E;
  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 #E9500E;
  background: white;
  color: #E9500E;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-warning:hover {
    color: white;
    background: #E9500E;
    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: #E9500E;
  background-color: #ffffff;
  border-color: #E9500E;
}
.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: #E9500E;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-warning:hover, .btn.rect-ltr-warning:hover, .btn.goback-ltr-warning:hover {
    color: #E9500E;
  }
}
.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: #E9500E;
  background-color: #ffffff;
  border-color: #E9500E;
}
.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: #E9500E;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-warning:hover, .btn.rect-rtl-warning:hover, .btn.goback-rtl-warning:hover {
    color: #E9500E;
  }
}
.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: #E9500E;
  background-color: #ffffff;
  border-color: #E9500E;
}
.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: #E9500E;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-warning:hover, .btn.rect-btt-warning:hover, .btn.goback-btt-warning:hover {
    color: #E9500E;
  }
}
.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: #E9500E;
  background-color: #ffffff;
  border-color: #E9500E;
}
.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: #E9500E;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-warning:hover, .btn.rect-ttb-warning:hover, .btn.goback-ttb-warning:hover {
    color: #E9500E;
  }
}
.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: #dc3545;
  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 #dc3545;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-danger:hover {
    color: #dc3545;
  }
  .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: #dc3545;
  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 #dc3545;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-danger:hover {
    color: #dc3545;
    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: #dc3545;
}
.btn.fadeline-out-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #dc3545;
  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 #dc3545;
}
@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: #dc3545;
  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 #dc3545;
  background: white;
  color: #dc3545;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-danger:hover {
    color: white;
    background: #dc3545;
    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: #dc3545;
  background-color: #ffffff;
  border-color: #dc3545;
}
.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: #dc3545;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-danger:hover, .btn.rect-ltr-danger:hover, .btn.goback-ltr-danger:hover {
    color: #dc3545;
  }
}
.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: #dc3545;
  background-color: #ffffff;
  border-color: #dc3545;
}
.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: #dc3545;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-danger:hover, .btn.rect-rtl-danger:hover, .btn.goback-rtl-danger:hover {
    color: #dc3545;
  }
}
.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: #dc3545;
  background-color: #ffffff;
  border-color: #dc3545;
}
.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: #dc3545;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-danger:hover, .btn.rect-btt-danger:hover, .btn.goback-btt-danger:hover {
    color: #dc3545;
  }
}
.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: #dc3545;
  background-color: #ffffff;
  border-color: #dc3545;
}
.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: #dc3545;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-danger:hover, .btn.rect-ttb-danger:hover, .btn.goback-ttb-danger:hover {
    color: #dc3545;
  }
}
.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%;
  }
}
.btn.fadeline-in-white, .btn.flip-in-white, .btn.arrondi-in-white {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-in-white {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-in-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: white;
  transition: all 0.3s;
}
.btn.fadeline-in-white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid white;
  transform: scale(1.2, 1.2);
}
@media screen and (min-width: 992px) {
  .btn.fadeline-in-white:hover {
    color: white;
  }
  .btn.fadeline-in-white:hover:before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn.fadeline-in-white:hover:after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.btn.flip-in-white {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-in-white:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-in-white:hover span {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}
.btn.flip-in-white: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: white;
  transition: all 300ms;
  background: white;
  transform: translateY(-50%) rotateX(90deg);
}
.btn.flip-in-white span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-in-white {
  border-radius: 30px;
  border: 2px solid white;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-in-white:hover {
    color: white;
    background: white;
    border-radius: 0;
  }
}
.btn.fadeline-out-white, .btn.flip-out-white, .btn.arrondi-out-white {
  position: relative;
  transition: all 300ms;
  z-index: 1;
}
.btn.fadeline-out-white {
  background: transparent;
  border: none;
  color: white;
}
.btn.fadeline-out-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: white;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s;
}
.btn.fadeline-out-white: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 white;
}
@media screen and (min-width: 992px) {
  .btn.fadeline-out-white:hover {
    color: white;
  }
  .btn.fadeline-out-white:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn.fadeline-out-white:hover:after {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
.btn.flip-out-white {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn.flip-out-white:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn.flip-out-white:hover span {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}
.btn.flip-out-white: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: white;
  transition: all 300ms;
  background: white;
  transform: translateY(50%) rotateX(90deg);
}
.btn.flip-out-white span {
  display: inline-block;
  opacity: 1;
  transition: all 300ms;
}
.btn.arrondi-out-white {
  border-radius: 0;
  border: 2px solid white;
  background: white;
  color: white;
}
@media screen and (min-width: 992px) {
  .btn.arrondi-out-white:hover {
    color: white;
    background: white;
    border-radius: 30px;
  }
}
.btn.slide-ltr-white, .btn.rect-ltr-white, .btn.goback-ltr-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ltr-white::before, .btn.rect-ltr-white::before, .btn.goback-ltr-white::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ltr-white:focus, .btn.slide-ltr-white:active, .btn.rect-ltr-white:focus, .btn.rect-ltr-white:active, .btn.goback-ltr-white:focus, .btn.goback-ltr-white:active {
  color: white;
  background-color: #ffffff;
  border-color: white;
}
.btn.slide-ltr-white:focus .fa-circle-notch, .btn.slide-ltr-white:active .fa-circle-notch, .btn.rect-ltr-white:focus .fa-circle-notch, .btn.rect-ltr-white:active .fa-circle-notch, .btn.goback-ltr-white:focus .fa-circle-notch, .btn.goback-ltr-white:active .fa-circle-notch {
  color: white;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-white:hover, .btn.rect-ltr-white:hover, .btn.goback-ltr-white:hover {
    color: white;
  }
}
.btn.slide-ltr-white:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ltr-white:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.btn.rect-ltr-white:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ltr-white:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ltr-white:before {
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ltr-white:hover::before {
    width: 100%;
  }
}
.btn.slide-rtl-white, .btn.rect-rtl-white, .btn.goback-rtl-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-rtl-white::before, .btn.rect-rtl-white::before, .btn.goback-rtl-white::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-rtl-white:focus, .btn.slide-rtl-white:active, .btn.rect-rtl-white:focus, .btn.rect-rtl-white:active, .btn.goback-rtl-white:focus, .btn.goback-rtl-white:active {
  color: white;
  background-color: #ffffff;
  border-color: white;
}
.btn.slide-rtl-white:focus .fa-circle-notch, .btn.slide-rtl-white:active .fa-circle-notch, .btn.rect-rtl-white:focus .fa-circle-notch, .btn.rect-rtl-white:active .fa-circle-notch, .btn.goback-rtl-white:focus .fa-circle-notch, .btn.goback-rtl-white:active .fa-circle-notch {
  color: white;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-white:hover, .btn.rect-rtl-white:hover, .btn.goback-rtl-white:hover {
    color: white;
  }
}
.btn.slide-rtl-white:before {
  top: 0;
  right: inherit;
  left: 0;
  bottom: inherit;
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-rtl-white:hover::before {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.btn.rect-rtl-white:before {
  top: 0;
  right: 0;
  left: inherit;
  bottom: inherit;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-rtl-white:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-rtl-white:before {
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.goback-rtl-white:hover::before {
    width: 100%;
  }
}
.btn.slide-btt-white, .btn.rect-btt-white, .btn.goback-btt-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-btt-white::before, .btn.rect-btt-white::before, .btn.goback-btt-white::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-btt-white:focus, .btn.slide-btt-white:active, .btn.rect-btt-white:focus, .btn.rect-btt-white:active, .btn.goback-btt-white:focus, .btn.goback-btt-white:active {
  color: white;
  background-color: #ffffff;
  border-color: white;
}
.btn.slide-btt-white:focus .fa-circle-notch, .btn.slide-btt-white:active .fa-circle-notch, .btn.rect-btt-white:focus .fa-circle-notch, .btn.rect-btt-white:active .fa-circle-notch, .btn.goback-btt-white:focus .fa-circle-notch, .btn.goback-btt-white:active .fa-circle-notch {
  color: white;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-white:hover, .btn.rect-btt-white:hover, .btn.goback-btt-white:hover {
    color: white;
  }
}
.btn.slide-btt-white:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-btt-white:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.btn.rect-btt-white:before {
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-btt-white:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-btt-white:before {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-btt-white:hover::before {
    height: 100%;
  }
}
.btn.slide-ttb-white, .btn.rect-ttb-white, .btn.goback-ttb-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms;
}
.btn.slide-ttb-white::before, .btn.rect-ttb-white::before, .btn.goback-ttb-white::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  transition: all 300ms;
}
.btn.slide-ttb-white:focus, .btn.slide-ttb-white:active, .btn.rect-ttb-white:focus, .btn.rect-ttb-white:active, .btn.goback-ttb-white:focus, .btn.goback-ttb-white:active {
  color: white;
  background-color: #ffffff;
  border-color: white;
}
.btn.slide-ttb-white:focus .fa-circle-notch, .btn.slide-ttb-white:active .fa-circle-notch, .btn.rect-ttb-white:focus .fa-circle-notch, .btn.rect-ttb-white:active .fa-circle-notch, .btn.goback-ttb-white:focus .fa-circle-notch, .btn.goback-ttb-white:active .fa-circle-notch {
  color: white;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-white:hover, .btn.rect-ttb-white:hover, .btn.goback-ttb-white:hover {
    color: white;
  }
}
.btn.slide-ttb-white:before {
  bottom: 0;
  right: 0;
  left: 0;
  top: inherit;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 992px) {
  .btn.slide-ttb-white:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
.btn.rect-ttb-white:before {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
}
@media screen and (min-width: 992px) {
  .btn.rect-ttb-white:hover::before {
    width: 100%;
    height: 100%;
  }
}
.btn.goback-ttb-white:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  height: 0%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn.goback-ttb-white:hover::before {
    height: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-zoomcolor-white i {
  transition: all 300ms;
}
@media screen and (min-width: 992px) {
  .animicon-zoomcolor-white:hover i {
    transform: scale(1.1);
    color: white;
  }
}

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

.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 #008BD2;
}
input[type=checkbox].animcheck-color-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #008BD2;
  -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 #6c757d;
}
input[type=checkbox].animcheck-color-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #6c757d;
  -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 #8dbe23;
}
input[type=checkbox].animcheck-color-success::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #8dbe23;
  -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 #dc3545;
}
input[type=checkbox].animcheck-color-danger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #dc3545;
  -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 #E9500E;
}
input[type=checkbox].animcheck-color-warning::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #E9500E;
  -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 #17a2b8;
}
input[type=checkbox].animcheck-color-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  background: #17a2b8;
  -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 #008BD2;
  -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: "\f00c";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #008BD2;
  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: #008BD2;
  }
}
input[type=checkbox].animcheck-mark-primary:checked::before {
  border: 1px solid #008BD2;
}
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: #008BD2;
}

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 #6c757d;
  -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: "\f00c";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #6c757d;
  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: #6c757d;
  }
}
input[type=checkbox].animcheck-mark-secondary:checked::before {
  border: 1px solid #6c757d;
}
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: #6c757d;
}

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 #8dbe23;
  -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: "\f00c";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #8dbe23;
  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: #8dbe23;
  }
}
input[type=checkbox].animcheck-mark-success:checked::before {
  border: 1px solid #8dbe23;
}
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: #8dbe23;
}

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 #dc3545;
  -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: "\f00c";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #dc3545;
  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: #dc3545;
  }
}
input[type=checkbox].animcheck-mark-danger:checked::before {
  border: 1px solid #dc3545;
}
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: #dc3545;
}

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 #E9500E;
  -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: "\f00c";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #E9500E;
  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: #E9500E;
  }
}
input[type=checkbox].animcheck-mark-warning:checked::before {
  border: 1px solid #E9500E;
}
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: #E9500E;
}

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 #17a2b8;
  -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: "\f00c";
  position: absolute;
  top: -3px;
  left: 4px;
  height: 18px;
  width: 26px;
  font-family: "Font Awesome 5 Free", fantasy;
  font-size: 18px;
  color: #17a2b8;
  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: #17a2b8;
  }
}
input[type=checkbox].animcheck-mark-info:checked::before {
  border: 1px solid #17a2b8;
}
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: #17a2b8;
}

/***************************************************/
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 #008BD2;
  -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: #008BD2;
  -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 #6c757d;
  -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: #6c757d;
  -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 #8dbe23;
  -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: #8dbe23;
  -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 #dc3545;
  -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: #dc3545;
  -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 #E9500E;
  -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: #E9500E;
  -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 #17a2b8;
  -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: #17a2b8;
  -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: #008BD2;
  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: #008BD2;
  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: #008BD2;
  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: #6c757d;
  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: #6c757d;
  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: #6c757d;
  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: #8dbe23;
  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: #8dbe23;
  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: #8dbe23;
  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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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: #E9500E;
  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: #E9500E;
  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: #E9500E;
  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: #dc3545;
  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: #dc3545;
  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: #dc3545;
  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%;
  }
}

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

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

.underline-center-white {
  position: relative;
}
.underline-center-white::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: white;
  transition: all 200ms;
}
.underline-center-white::after {
  left: 50%;
}
@media screen and (min-width: 992px) {
  .underline-center-white:hover::after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .underline-center-white: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: #008BD2;
  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: #008BD2;
  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: #008BD2;
  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: #008BD2;
  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: #008BD2;
  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: #6c757d;
  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: #6c757d;
  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: #6c757d;
  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: #6c757d;
  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: #6c757d;
  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: #8dbe23;
  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: #8dbe23;
  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: #8dbe23;
  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: #8dbe23;
  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: #8dbe23;
  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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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: #E9500E;
  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: #E9500E;
  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: #E9500E;
  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: #E9500E;
  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: #E9500E;
  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: #dc3545;
  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: #dc3545;
  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: #dc3545;
  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: #dc3545;
  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: #dc3545;
  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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #008BD2;
  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: #008BD2;
  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: #008BD2;
  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: #008BD2;
  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: #6c757d;
  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: #6c757d;
  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: #6c757d;
  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: #6c757d;
  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: #8dbe23;
  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: #8dbe23;
  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: #8dbe23;
  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: #8dbe23;
  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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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: #E9500E;
  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: #E9500E;
  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: #E9500E;
  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: #E9500E;
  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: #dc3545;
  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: #dc3545;
  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: #dc3545;
  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: #dc3545;
  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;
}

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

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

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

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

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-ltr {
  0% {
    left: -15px;
    right: 100%;
  }
  50% {
    left: -15px;
    right: -15px;
  }
  100% {
    left: calc(100% + 15px);
    right: -15px;
  }
  100% {
    left: calc(100% + 15px);
    right: -15px;
    opacity: 0;
  }
}
@keyframes rotateY360 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes innovationForme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes nousRejoindreForme {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes burger {
  0% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  55% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
* {
  outline: none;
}
*:hover, *:active, *:focus, *:focus-visible {
  outline-color: transparent;
  -moz-outline-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-family: "Hero New", serif;
  font-size: 14px;
  color: #000;
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

.ajax-progress.ajax-progress-fullscreen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
}

input.form-autocomplete {
  background: none !important;
}

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

* {
  outline: none !important;
}

.loader img {
  max-width: 80vw;
  height: auto;
}
.loader .loadAnim .dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c8c8c8;
}
.loader .loadAnim .dot:nth-child(2) {
  background: #777;
}
.loader .loadAnim .dot:nth-child(3) {
  background: #000;
}

.posr {
  position: relative;
}

.bg-dots {
  background: url("../img/dots.jpg") repeat;
}

.bg-black {
  background: black;
  color: white;
}
.bg-black a {
  color: white;
}

h2 {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 57px;
  margin-bottom: 55px;
}

[data-toggle=dropdown] .fa-chevron-down {
  transform: rotate(0deg);
  transition: 0.2s all;
}

[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

.no-result {
  position: relative;
  padding-bottom: 70px;
  padding-top: 60px;
  width: 100%;
}
.no-result::before {
  content: "\f317";
  position: absolute;
  font-size: 35px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro", fantasy;
  color: black;
  transition: all 0.3s ease-in-out;
  display: block;
  top: 0;
  text-align: center;
  width: 100%;
  height: 40px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .no-result::before {
    transition: none;
  }
}
.no-result h3 {
  display: block;
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: bold;
  color: black;
  padding: 15px 0;
  margin-bottom: 0;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .no-result h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .no-result h3 {
    font-size: 22px;
  }
}

.btn {
  text-transform: uppercase;
  font-family: "Hero New", serif;
  font-weight: 600;
  position: relative;
  font-size: 12px;
}
.btn.btn-loader {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.btn.btn-loader::before, .btn.btn-loader::after {
  display: none;
}
.btn.btn-loader i {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: inherit !important;
}
.btn.btn-default {
  background: white;
  border: 1px solid black;
  color: black;
}
@media screen and (min-width: 992px) {
  .btn.btn-default:hover::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    animation: pulse 0.2s forwards;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid black;
  }
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn.btn-default:hover::before {
    transition: none;
  }
}
.btn.btn-primary {
  background: white;
  border: 1px solid #008BD2;
  color: #008BD2;
}
@media screen and (min-width: 992px) {
  .btn.btn-primary:hover::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    animation: pulse 0.2s forwards;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #008BD2;
  }
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn.btn-primary:hover::before {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .btn.btn-primary.btn-reverse:hover::before {
    border: 1px solid white;
  }
}
.btn.btn-success {
  background: #8dbe23;
  border: 1px solid #8dbe23;
  font-size: 18px;
  color: white;
}
@media screen and (min-width: 992px) {
  .btn.btn-success:hover::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    animation: pulse 0.2s forwards;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #8dbe23;
  }
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn.btn-success:hover::before {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .btn.btn-success.btn-reverse:hover::before {
    border: 1px solid white;
  }
}

.read-more {
  font-family: "Hero New", serif;
  font-weight: bold;
  font-size: 14px;
  color: black;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .read-more {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .read-more:hover {
    border-bottom: 1px solid transparent;
  }
}

@keyframes pulse {
  0% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  100% {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0.23;
  }
}
body {
  padding-top: 160px;
  transition: 0.5s all;
}
body.tablette {
  padding-top: 125px;
}

header.top {
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
  display: flex;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  flex-flow: column nowrap;
}
header.top.tablette .surheader .menubar {
  height: 50px;
}
header.top.tablette .surheader nav.burger {
  display: block;
}
header.top.tablette .d-flex .menu-secondaire > ul {
  display: none;
}
header.top.tablette .searchbar form {
  width: 100%;
}
header.top.tablette .sousheader {
  height: 75px;
}
header.top.tablette .sousheader .conteneur-logos {
  flex-grow: 1;
}
header.top.tablette .sousheader .conteneur-logos .logo {
  flex-shrink: 0;
}
header.top.tablette .sousheader .conteneur-logos .conteneur-partenaires {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header.top.tablette .sousheader > nav {
  display: none;
}
header.top .surheader {
  background: black;
  z-index: 4;
}
header.top .surheader .logo {
  display: none;
}
header.top .surheader nav.burger {
  display: none;
}
header.top .surheader .menubar {
  height: 40px;
}
header.top .searchbar {
  z-index: 1;
  height: 0;
  top: -206px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
  box-shadow: inset 0px -3px 16px rgba(126, 126, 126, 0.23);
  transition: all 0.5s;
}
header.top .searchbar.active {
  top: 0;
  height: 206px;
}
header.top .searchbar form {
  width: 770px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 50px;
}
header.top .searchbar form .formulaire strong {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 31px;
  text-align: center;
  color: #008BD2;
  display: block;
}
header.top .searchbar form .formulaire button {
  font-size: 20px;
  background: #FAFAFA;
  z-index: 1;
}
header.top .searchbar form .formulaire label {
  font-family: "Hero New", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}
header.top .searchbar form .formulaire .active label {
  font-size: 12px;
}
header.top .d-flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
header.top .d-flex .profil {
  position: relative;
  width: 200px;
  height: 100%;
  display: block;
  background: #008BD2;
}
header.top .d-flex .profil .acces-profil {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header.top .d-flex .profil .acces-profil:hover.active::after {
    opacity: 0;
  }
  header.top .d-flex .profil .acces-profil:hover::after {
    opacity: 1;
    top: -30%;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
}
header.top .d-flex .profil .acces-profil:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 40px;
  height: 150px;
  opacity: 0;
  transform: rotate(40deg);
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 77%, rgba(255, 255, 255, 0.2) 92%, rgba(255, 255, 255, 0) 100%);
}
header.top .d-flex .profil .acces-profil span {
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
header.top .d-flex .dropdown-menu {
  z-index: -1;
  top: -500px !important;
  transition: top 0.5s;
  display: block;
  margin: 0;
  border-radius: 0;
  min-width: 0;
}
header.top .d-flex .dropdown-menu.dropdown-menu-right {
  top: -150px !important;
}
header.top .d-flex .dropdown-menu.show {
  top: 0 !important;
}
header.top .d-flex .dropdown-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
header.top .d-flex .dropdown-menu ul li:last-child {
  border-bottom: none;
}
header.top .d-flex .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  height: 42px;
  max-height: 42px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  header.top .d-flex .dropdown-menu ul li a:not(.text-muted):hover {
    font-weight: bold;
  }
}
header.top .d-flex .dropdown-menu ul li a.text-muted {
  cursor: not-allowed;
}
header.top .d-flex .dropdown-menu.profil-dropdown {
  width: 200px;
}
header.top .d-flex .dropdown-menu.profil-dropdown ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
header.top .d-flex .dropdown-menu.profil-dropdown ul li a {
  font-family: "Alverata", serif;
  text-transform: none;
  font-size: 15px;
  line-height: 1;
  color: black;
}
header.top .d-flex .dropdown-menu.profil-dropdown ul li a .picto {
  width: 38px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  text-align: center;
  flex-shrink: 0;
}
header.top .d-flex .menu-secondaire {
  position: relative;
  display: flex;
  height: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  color: white;
  z-index: 2;
}
header.top .d-flex .menu-secondaire a {
  color: inherit;
}
header.top .d-flex .menu-secondaire .recherche-header {
  margin-right: 5px;
  padding: 0 8px;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header.top .d-flex .menu-secondaire .recherche-header:hover i {
    transition: color 500ms ease-in-out;
    animation: rotateY360 0.5s;
  }
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
  header.top .d-flex .menu-secondaire .recherche-header:hover i {
    transition: none;
  }
}
header.top .d-flex .menu-secondaire .recherche-header.active i {
  color: #008BD2;
}
header.top .d-flex .menu-secondaire .drapeaux {
  height: 40px;
}
header.top .d-flex .menu-secondaire .drapeaux .choix-langue {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
header.top .d-flex .menu-secondaire .drapeaux .choix-langue > span {
  font-weight: bold;
  text-transform: uppercase;
}
header.top .d-flex .menu-secondaire .drapeaux .choix-langue i {
  margin-left: 10px;
}
header.top .d-flex .menu-secondaire .drapeaux .dropdown-menu {
  right: 0 !important;
  top: 38px !important;
  left: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  text-align: left;
  width: 50px;
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .d-flex .menu-secondaire .drapeaux .dropdown-menu {
    transition: none;
  }
}
header.top .d-flex .menu-secondaire .drapeaux .dropdown-menu.show {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  max-height: 200px;
  top: 40px !important;
}
header.top .d-flex .menu-secondaire .drapeaux .dropdown-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
header.top .d-flex .menu-secondaire > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-flex;
  margin: 0 20px 0 30px;
  flex-flow: row nowrap;
  border-right: 1px solid white;
}
header.top .d-flex .menu-secondaire > ul a {
  position: relative;
}
@media screen and (min-width: 992px) {
  header.top .d-flex .menu-secondaire > ul a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
header.top .d-flex .menu-secondaire > ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.top .d-flex .menu-secondaire > ul li {
  margin-right: 25px;
}
header.top .sousheader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  height: 120px;
  background: white;
  transition: 0.5s all;
}
header.top .sousheader .conteneur-logos {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header.top .sousheader .conteneur-logos .logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
header.top .sousheader .conteneur-logos .logo a {
  display: flex;
  align-items: center;
  height: inherit;
  transition: all 0.5s;
}
header.top .sousheader .conteneur-logos .logo a img {
  height: 55px;
  padding: 5px 0;
  transition: 0.5s all;
}
header.top .sousheader .conteneur-logos .conteneur-partenaires {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
header.top .sousheader .conteneur-logos .conteneur-partenaires .logo-partenaire {
  position: relative;
  display: block;
  margin: 0 6px;
  cursor: pointer;
}
header.top .sousheader > nav {
  height: 100%;
}
header.top .sousheader > nav .main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
}
header.top .sousheader > nav .main-menu > li {
  margin-left: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.top .sousheader > nav .main-menu > li > a {
  position: relative;
  transition: all 0.5s;
  font-family: "Hero New", serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
}
header.top .sousheader > nav .main-menu > li > a.active {
  color: #008BD2;
}
header.top .sousheader > nav .main-menu > li > a.active::after {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  header.top .sousheader > nav .main-menu > li > a:hover {
    color: #008BD2;
  }
  header.top .sousheader > nav .main-menu > li > a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header.top .sousheader > nav .main-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: -48px;
  right: 0;
  width: 0;
  height: 7px;
  background: #008BD2;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
header.top .sousheader > nav .main-menu > li .mega-menu {
  background: white;
  overflow: hidden;
  padding: 35px 80px;
  display: none;
  width: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 3;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .sousheader > nav .main-menu > li .mega-menu {
    transition: none;
  }
}
header.top .sousheader > nav .main-menu > li .mega-menu .megaclose {
  position: absolute;
  top: 31px;
  right: 40px;
  border-radius: 34px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid black;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header.top .sousheader > nav .main-menu > li .mega-menu .megaclose:hover i {
    animation: rotateY360 0.5s;
  }
}
header.top .sousheader > nav .main-menu > li .mega-menu .megaclose i {
  color: #008BD2;
  position: relative;
  left: 0.25px;
  top: 0.7px;
}
header.top .sousheader > nav .main-menu > li .mega-menu.activating {
  display: flex;
  flex-flow: row nowrap;
}
header.top .sousheader > nav .main-menu > li .mega-menu.active {
  display: flex;
  flex-flow: row nowrap;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
header.top .sousheader > nav .main-menu > li .mega-menu::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: url("../img/forme-rejoindre.png");
  width: 429px;
  height: 455px;
  top: 18px;
  left: -51px;
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .sousheader > nav .main-menu > li .mega-menu::before {
    transition: none;
  }
}
header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 {
  margin-right: 90px;
  flex-shrink: 0;
}
header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 p {
  display: none;
  font-family: Alverata, serif;
  font-weight: bold;
  font-size: 15px;
  max-width: 480px;
  margin-top: 35px;
  margin-bottom: 0;
}
header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 .image-style-mega-menu {
  max-width: 100%;
  height: auto;
}
header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 {
  width: 100%;
}
header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span {
  font-family: "Alverata", serif;
  display: block;
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 75px;
  position: relative;
}
header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 233px;
  height: 3px;
  background: black;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span::after {
    transition: none;
  }
}
header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  max-height: 450px;
}
header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 25px;
}
header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li a {
  font-family: "Hero New", serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li a:hover {
    font-weight: 600;
    border-bottom: 1px solid black;
    letter-spacing: -0.5px;
  }
}

@keyframes appearFromMenu {
  0% {
    z-index: 0;
    top: -25vh;
  }
  100% {
    z-index: 0;
    top: 0;
  }
}
.page-wrapper.home {
  overflow-x: hidden;
}
.page-wrapper.home .home-carousel {
  position: relative;
  margin-bottom: 40px;
}
.page-wrapper.home .home-carousel::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: 0;
  content: "";
  width: 954px;
  height: 1049px;
  z-index: 2;
  background: url("../img/fond-slick.png") no-repeat top right;
  transition: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel::after {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel::after {
    transition: none;
  }
}
.page-wrapper.home .home-carousel article {
  height: 733px;
  position: relative;
}
.page-wrapper.home .home-carousel article::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 747px;
  z-index: 2;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel article::before {
    transition: none;
  }
}
.page-wrapper.home .home-carousel article .slide, .page-wrapper.home .home-carousel article .container {
  height: 100%;
}
.page-wrapper.home .home-carousel article .conteneur-visuel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-wrapper.home .home-carousel article .conteneur-visuel img {
  min-width: 100%;
  height: 100%;
}
.page-wrapper.home .home-carousel article .conteneur-visuel img.image-style-zoom-mobile {
  display: none;
}
.page-wrapper.home .home-carousel article .caption {
  position: absolute;
  background: white;
  z-index: 3;
  top: 50%;
  width: 580px;
  padding: 30px 25px;
  transform: translateY(-50%);
  left: 15px;
}
.page-wrapper.home .home-carousel article .caption b {
  font-family: "Hero New", serif;
  font-weight: 600;
  font-size: 15px;
  color: #008BD2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-wrapper.home .home-carousel article .caption h2 {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 46px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel article .caption h2 {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .home-carousel article .caption h2:hover {
    color: #008BD2;
  }
}
.page-wrapper.home .home-carousel article .caption h2 a {
  color: inherit;
}
.page-wrapper.home .home-carousel .custom-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.page-wrapper.home .home-carousel .custom-dots i {
  font-size: 22px;
  cursor: pointer;
}
.page-wrapper.home .home-carousel .custom-dots i.prev-slick {
  margin-right: 15px;
}
.page-wrapper.home .home-carousel .custom-dots i.next-slick {
  margin-left: 15px;
}
.page-wrapper.home .home-carousel .custom-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #000;
  opacity: 0.23;
  margin: 0 8px;
  cursor: pointer;
}
.page-wrapper.home .home-carousel .custom-dots span.active {
  background: #008BD2;
  opacity: 1;
}
.page-wrapper.home .home-carousel .next-section {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 10;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  cursor: pointer;
}
.page-wrapper.home .home-carousel .next-section::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent white transparent;
  z-index: 2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel .next-section::before {
    transition: none;
  }
}
.page-wrapper.home .home-carousel .next-section::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  top: 25px;
  left: calc(50% - 10px);
  width: 20px;
  height: 32px;
  background: url(../img/down.png);
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel .next-section::after {
    transition: none;
  }
}
.page-wrapper.home .home-carousel .zone-cliquable {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .home-carousel .zone-cliquable:hover i {
    opacity: 1;
  }
}
.page-wrapper.home .home-carousel .zone-cliquable i {
  font-size: 32px;
  color: #656565;
  opacity: 0;
  transition: 0.3s all;
}
.page-wrapper.home .home-carousel .zone-cliquable.gauche {
  left: 0;
}
.page-wrapper.home .home-carousel .zone-cliquable.droite {
  right: 0;
}
.page-wrapper.home .derniers-contenus {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.page-wrapper.home .derniers-contenus .articles {
  display: flex;
  justify-content: space-between;
}
.page-wrapper.home .derniers-contenus .articles article {
  width: 440px;
}
.page-wrapper.home .derniers-contenus .articles article .element {
  position: relative;
  overflow: hidden;
}
.page-wrapper.home .derniers-contenus .articles article .element .front {
  position: relative;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
.page-wrapper.home .derniers-contenus .articles article .element .front .caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: white;
  padding: 15px 20px 20px;
}
.page-wrapper.home .derniers-contenus .articles article .element .front > a > b {
  position: absolute;
  right: 0;
  padding: 10px 15px;
  background: white;
  border: 1px solid;
}
.page-wrapper.home .derniers-contenus .articles article .element b {
  font-family: "Hero New", serif;
  font-weight: 600;
  font-size: 12px;
  color: #008BD2;
  text-transform: uppercase;
}
.page-wrapper.home .derniers-contenus .articles article .element b.h2 {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 20px;
  display: block;
  color: black;
  text-transform: none;
}
.page-wrapper.home .derniers-contenus .articles article .element b.h2 a {
  color: inherit;
}
.page-wrapper.home .derniers-contenus .articles article .element .transition {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e3e3e url(../img/fond-actus.jpg);
  background-size: contain;
  transition: top 0.5s ease-in-out;
}
.page-wrapper.home .derniers-contenus .articles article .element .back {
  position: absolute;
  top: calc(100% + 250px);
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  background: white;
  padding: 40px 25px;
  box-shadow: inset 0 0 16px rgba(126, 126, 126, 0.23);
  transition: top 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.page-wrapper.home .derniers-contenus .articles article .element .back b.h2 {
  color: #008BD2;
}
.page-wrapper.home .derniers-contenus .articles article .element .back .text-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .derniers-contenus .articles article .element:hover .transition, .page-wrapper.home .derniers-contenus .articles article .element:hover .back {
    top: 0;
  }
  .page-wrapper.home .derniers-contenus .articles article .element:hover .front {
    bottom: 200px;
  }
}
.page-wrapper.home .derniers-contenus .articles article footer {
  margin-top: 25px;
}
.page-wrapper.home .derniers-contenus .social-actus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px 0 90px;
}
.page-wrapper.home .derniers-contenus .social-actus a {
  text-align: center;
  margin: 0 15px;
}
.page-wrapper.home .derniers-contenus .social-actus a i {
  color: #a68b4e;
  font-size: 34px;
}
.page-wrapper.home .derniers-contenus .social-actus a i,
.page-wrapper.home .derniers-contenus .social-actus a svg {
  transition: 0.2s all;
}
.page-wrapper.home .derniers-contenus .social-actus a:hover i,
.page-wrapper.home .derniers-contenus .social-actus a:hover svg, .page-wrapper.home .derniers-contenus .social-actus a:active i,
.page-wrapper.home .derniers-contenus .social-actus a:active svg {
  transform: rotateY(360deg);
}
.page-wrapper.home .course-finder {
  position: relative;
}
.page-wrapper.home .course-finder::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url("../img/dots.jpg") repeat;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .course-finder::before {
    transition: none;
  }
}
.page-wrapper.home .course-finder::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: -130px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 392px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 30%, rgb(255, 255, 255) 80%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .course-finder::after {
    transition: none;
  }
}
.page-wrapper.home .course-finder h2 {
  position: absolute;
  width: 100%;
  margin-top: -25px;
  color: #8dbe23;
}
.page-wrapper.home .course-finder .course-finder-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 15px;
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces {
  display: flex;
  align-items: flex-start;
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces {
  position: relative;
  flex-shrink: 0;
  margin-right: 80px;
  width: 320px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces:hover .caption h3 {
    color: #8dbe23;
  }
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg {
  position: relative;
  width: 100%;
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 20px;
  right: 20px;
  top: 20px;
  height: 324px;
  border: 2px solid #8dbe23;
  z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
    transition: none;
  }
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg img {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption {
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center !important;
  z-index: 3;
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: 900;
  color: black;
  text-align: center;
  padding: 13px;
  margin: 0 auto;
  background: white;
  max-width: 220px;
  min-height: 60px;
  height: 85px;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption h3 {
    transition: none;
  }
}
.page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption p {
  display: block;
}
.page-wrapper.home .course-finder .formulaire {
  background: white;
  padding: 22px 22px 25px 39px;
  width: 600px;
  max-width: 100%;
  flex-shrink: 0;
}
.page-wrapper.home .course-finder .formulaire strong {
  display: block;
  font-family: "Alverata", serif;
  font-size: 30px;
  font-weight: 900;
  color: #8dbe23;
  text-align: center;
}
.page-wrapper.home .course-finder .formulaire strong a {
  position: relative;
  display: inline-block;
  color: inherit;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .course-finder .formulaire strong a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.page-wrapper.home .course-finder .formulaire strong a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 2px;
  background: #8dbe23;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-wrapper.home .course-finder .formulaire select {
  appearance: none;
  margin: 35px 0;
  height: 50px;
  border: 1px solid black;
  border-bottom-width: 2px;
  background: #fff url("../img/pictos/arrow-select-big.jpg") no-repeat center right;
}
.page-wrapper.home .course-finder .formulaire label {
  display: none;
}
.page-wrapper.home .course-finder .formulaire .ip_group label {
  display: block;
  padding-right: 0;
  text-align: center;
  font-size: 22px;
}
.page-wrapper.home .recherche .recherche-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  min-height: 750px;
}
.page-wrapper.home .recherche .recherche-inner .page {
  position: relative;
}
.page-wrapper.home .recherche .recherche-inner .page:nth-child(3) .content .caption {
  text-align: left;
}
.page-wrapper.home .recherche .recherche-inner .page:nth-child(2) .content .caption {
  text-align: center;
}
.page-wrapper.home .recherche .recherche-inner .page:nth-child(1) .content .caption {
  text-align: right;
}
.page-wrapper.home .recherche .recherche-inner .content {
  width: 360px;
  transition: all 0.2s;
}
.page-wrapper.home .recherche .recherche-inner .content .bg {
  background: #000;
  position: relative;
}
.page-wrapper.home .recherche .recherche-inner .content .bg .image {
  height: 294px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s all;
}
.page-wrapper.home .recherche .recherche-inner .content .bg::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #008BD2;
  z-index: 2;
  opacity: 0.6;
  transition: 0.5s all;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .recherche .recherche-inner .content .bg::before {
    transition: none;
  }
}
.page-wrapper.home .recherche .recherche-inner .content .bg .image {
  filter: grayscale(100%);
}
.page-wrapper.home .recherche .recherche-inner .content .bg .image img {
  width: 100%;
}
.page-wrapper.home .recherche .recherche-inner .content .caption {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translateY(-50%);
  z-index: 3;
}
.page-wrapper.home .recherche .recherche-inner .content .caption h3 {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 32px;
  color: white;
  padding: 0;
  word-wrap: anywhere;
}
.page-wrapper.home .recherche .recherche-inner .content .caption .btn-default {
  border-color: white;
}
.page-wrapper.home .recherche .recherche-inner .content p {
  display: none;
}
.page-wrapper.home .recherche .recherche-inner .fleches {
  position: absolute;
  bottom: 250px;
  z-index: 2;
  left: -120px;
  right: -120px;
  opacity: 0;
  transition: opacity 0.2s;
}
.page-wrapper.home .recherche .recherche-inner .fleches .left, .page-wrapper.home .recherche .recherche-inner .fleches .right {
  display: block;
  width: 78px;
  height: 70px;
  position: absolute;
}
.page-wrapper.home .recherche .recherche-inner .fleches .left {
  top: 50%;
  left: -10px;
  background: url("../img/prev.png") center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-wrapper.home .recherche .recherche-inner .fleches .right {
  top: 50%;
  right: -10px;
  background: url("../img/next.png") center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-wrapper.home .recherche .recherche-inner .is-center {
  position: relative;
}
.page-wrapper.home .recherche .recherche-inner .is-center::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  border: 2px solid #008BD2;
  z-index: 1;
  left: 32px;
  right: 32px;
  opacity: 0;
  top: 32px;
  height: 625px;
  animation: appear 0.5s forwards;
  animation-delay: 0.5s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .recherche .recherche-inner .is-center::before {
    transition: none;
  }
}
.page-wrapper.home .recherche .recherche-inner .is-center .content {
  width: 573px;
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .bg .image {
  height: 600px;
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .bg::before {
  opacity: 0;
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .bg .image {
  filter: grayscale(0);
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .caption {
  position: relative;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center !important;
  transform: none;
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .caption h3 {
  width: 350px;
  margin: 0 auto;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 13px;
  color: black;
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .caption p {
  display: block;
}
.page-wrapper.home .recherche .recherche-inner .is-center .content .caption .btn-default {
  border-color: black;
}
.page-wrapper.home .recherche .recherche-inner .is-center .fleches {
  animation: appear 0.5s forwards;
  animation-delay: 0.2s;
}
.page-wrapper.home .innovation .pages .page img, .page-wrapper.home .nous-rejoindre .pages .page img {
  flex-shrink: 0;
}
.page-wrapper.home .innovation h3, .page-wrapper.home .nous-rejoindre h3 {
  font-family: Alverata, serif;
  font-weight: bold;
  color: black;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .innovation h3, .page-wrapper.home .nous-rejoindre h3 {
    transition: none;
  }
}
.page-wrapper.home .innovation h3 a, .page-wrapper.home .nous-rejoindre h3 a {
  color: inherit;
}
.page-wrapper.home .innovation h3::after, .page-wrapper.home .nous-rejoindre h3::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: #000;
  width: 215px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .innovation h3::after, .page-wrapper.home .nous-rejoindre h3::after {
    transition: none;
  }
}
.page-wrapper.home .innovation {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
.page-wrapper.home .innovation::after {
  position: absolute;
  bottom: 80px;
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 538px;
  z-index: -1;
  background: black;
}
.page-wrapper.home .innovation .img-w-form {
  position: relative;
}
.page-wrapper.home .innovation .img-w-form::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 698px;
  height: 671px;
  bottom: -20px;
  right: -20px;
  z-index: 2;
  transform-origin: 522px 522px;
  animation: innovationForme 15s infinite alternate-reverse ease-in-out;
  background: url("../img/forme-innov.png");
  background-size: contain;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .innovation .img-w-form::after {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .innovation h3:hover {
    color: #E9500E;
  }
  .page-wrapper.home .innovation h3:hover::after {
    background-color: #E9500E;
    width: 0;
  }
}
.page-wrapper.home .innovation .pages {
  background: white;
  padding-left: 50px;
  padding-right: 40px;
  width: 60%;
}
.page-wrapper.home .innovation .pages h2 {
  color: #E9500E;
  margin-bottom: 60px;
  font-family: Alverata, serif;
  font-weight: bolder;
}
.page-wrapper.home .innovation .pages .page {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .innovation .pages .page:hover img {
    animation: rotateY360 0.5s forwards;
  }
}
.page-wrapper.home .innovation .pages .page img {
  width: 50px;
  flex-shrink: 0;
}
.page-wrapper.home .innovation .pages .page article {
  padding-left: 30px;
}
.page-wrapper.home .innovation .pages .page footer {
  margin-top: 20px;
}
.page-wrapper.home .campus {
  margin-top: 105px;
}
.page-wrapper.home .campus h2 {
  color: #008BD2;
  margin-bottom: 160px;
}
.page-wrapper.home .campus .brisure {
  position: relative;
  text-align: center;
  min-height: 0;
  height: 100%;
  margin-bottom: 170px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .campus .brisure:hover:before {
    color: black;
    left: 51%;
    border-bottom: 1px solid black;
  }
  .page-wrapper.home .campus .brisure:hover:after {
    color: black;
    left: 49%;
  }
}
.page-wrapper.home .campus .brisure .content {
  position: relative;
  font-family: "Hero New", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
  color: white;
  transform: scaleY(0);
  height: 0;
  max-height: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  background-position: top center;
  background-size: cover;
}
.page-wrapper.home .campus .brisure .content .titre-inner {
  font-family: "Alverata", serif;
  font-weight: bold;
  font-size: 80px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.page-wrapper.home .campus .brisure .content::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: -700px;
  width: 200%;
  height: 100%;
  background: url("../img/home/forme-campus.png");
  background-position: left center;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .campus .brisure .content::before {
    transition: none;
  }
}
.page-wrapper.home .campus .brisure .content .container {
  opacity: 0;
}
.page-wrapper.home .campus .brisure.active {
  cursor: initial;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .campus .brisure.active:hover:before {
    left: 51%;
    border: none;
  }
  .page-wrapper.home .campus .brisure.active:hover:after {
    left: 49%;
  }
}
.page-wrapper.home .campus .brisure.active .content {
  transform: scaleY(1);
  height: 600px;
  max-height: 600px;
}
.page-wrapper.home .campus .brisure.active .content .container {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .campus .brisure.active .content .container {
    transition: none;
  }
}
.page-wrapper.home .campus .brisure.active:before {
  color: black;
  left: 51%;
  border: none;
}
.page-wrapper.home .campus .brisure.active:after {
  color: black;
  left: 49%;
}
.page-wrapper.home .campus .brisure:before, .page-wrapper.home .campus .brisure:after {
  content: attr(data-text);
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  font-family: Alverata-PEBlk, serif;
  font-weight: 900;
  font-size: 120px;
  text-align: center;
  color: rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  transition: 0.5s;
}
.page-wrapper.home .campus .brisure:before {
  height: 90px;
  bottom: 100%;
}
.page-wrapper.home .campus .brisure:after {
  height: 90px;
  top: 100%;
  line-height: 0;
}
.page-wrapper.home .chiffres-cles {
  padding: 85px 0;
}
.page-wrapper.home .chiffres-cles .chiffres {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background: white;
  padding: 10px 0;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre {
  width: 33.33%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 75px 30px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:hover .picto {
    animation: rotateY360 0.5s forwards;
  }
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre .picto {
  width: 90px;
  text-align: center;
  flex-shrink: 0;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre.in-screen .column strong span {
  opacity: 0;
  animation: appear 1s forwards;
  animation-delay: 0.1s;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre.in-screen .column strong::before {
  position: absolute;
  content: "";
  opacity: 1;
  z-index: 2;
  background: #8dbe23;
  top: 0;
  bottom: 0;
  left: -15px;
  animation: bg-ltr 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre.in-screen .column .big span {
  opacity: 0;
  animation: appear 0.6s forwards;
  animation-delay: 0.7s;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre.in-screen .column .big::before {
  position: absolute;
  content: "";
  opacity: 1;
  background: black;
  top: -5px;
  bottom: -15px;
  left: -15px;
  animation: bg-ltr 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.6s;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre .column {
  margin-left: 50px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  width: 100%;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 63px;
  color: #8dbe23;
  margin-bottom: -10px;
  position: relative;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong span {
  opacity: 0;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big {
  display: inline-block;
  font-family: Alverata, serif;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  word-wrap: break-word;
  width: 100%;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big span {
  opacity: 0;
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-child(1), .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-child(3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-child(4), .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-child(5) {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.page-wrapper.home .nous-rejoindre {
  position: relative;
  padding-top: 155px;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 95px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .nous-rejoindre h3:hover {
    color: #008BD2;
  }
  .page-wrapper.home .nous-rejoindre h3:hover::after {
    background-color: #008BD2;
    width: 0;
  }
}
.page-wrapper.home .nous-rejoindre .img-w-form {
  position: relative;
}
.page-wrapper.home .nous-rejoindre .img-w-form::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 429px;
  height: 455px;
  top: -76px;
  left: -100px;
  z-index: 2;
  transform-origin: 150px 175px;
  animation: nousRejoindreForme 15s infinite alternate-reverse ease-in-out;
  background: url("../img/forme-rejoindre.png");
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .nous-rejoindre .img-w-form::after {
    transition: none;
  }
}
.page-wrapper.home .nous-rejoindre .pages {
  background: white;
  padding-left: 50px;
  padding-right: 40px;
  flex-grow: 1;
}
.page-wrapper.home .nous-rejoindre .pages h2 {
  color: #008BD2;
  margin-bottom: 60px;
  font-family: Alverata, serif;
  font-weight: bolder;
}
.page-wrapper.home .nous-rejoindre .pages .page {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.home .nous-rejoindre .pages .page:hover img {
    animation: rotateY360 0.5s forwards;
  }
}
.page-wrapper.home .nous-rejoindre .pages .page:last-child {
  margin-bottom: 0;
}
.page-wrapper.home .nous-rejoindre .pages .page img {
  width: 50px;
}
.page-wrapper.home .nous-rejoindre .pages .page article {
  padding-left: 30px;
}
.page-wrapper.home .nous-rejoindre .pages .page footer {
  margin-top: 20px;
}

/*
-- 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).
*/
.bandeau-press {
  background: var(--blue);
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 40px 0;
}
.bandeau-press::after {
  position: absolute;
  content: "";
  background: var(--blue);
  left: -50vw;
  right: -50vw;
  top: 0;
  z-index: -1;
  bottom: 0;
}
.bandeau-press .titre {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.bandeau-press .titre > div {
  font-family: "Hero New", serif;
  font-size: 25px;
  color: white;
}
.bandeau-press .titre > div b {
  display: block;
  line-height: 25px;
  font-family: "Alverata", serif;
  font-size: 50px;
  color: white;
}

.page-wrapper.liste:not(.home) section.section-intro .chapo {
  margin-bottom: 65px;
  margin-top: 65px;
}
.page-wrapper.liste:not(.home) section.section-intro .conteneur-thumbnail {
  display: none;
}
.page-wrapper.liste section.section-liste.liste-w-image .conteneur-element {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 85px;
}
.page-wrapper.liste section.section-liste.liste-w-image .element {
  border: none;
}
.page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel:hover::before {
    opacity: 1;
  }
}
.page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel::before {
  content: attr(data-text);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Alverata", serif;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  background: rgba(0, 139, 210, 0.6);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel::before {
    transition: none;
  }
}
.page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel img {
  width: 100%;
}
.page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-detail {
  padding: 16px 0 0 0;
}
.page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 27px;
}
.page-wrapper.liste section.section-liste .conteneur-liste {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.liste section.section-liste .conteneur-element {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 60px;
}
.page-wrapper.liste section.section-liste .element {
  border: 1px solid black;
}
.page-wrapper.liste section.section-liste .element .conteneur-detail {
  padding: 25px;
}
.page-wrapper.liste section.section-liste .element .intro-detail {
  margin-bottom: 7px;
}
.page-wrapper.liste section.section-liste .element .intro-detail .categorie {
  font-family: "Hero New", serif;
  font-size: 12px;
  font-weight: 600;
  color: #008BD2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-wrapper.liste section.section-liste .element .intro-detail .date {
  font-family: "Hero New", serif;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #008BD2;
  padding: 7px;
}
.page-wrapper.liste section.section-liste .element .titre-element {
  font-family: "Alverata", serif;
  font-size: 20px;
  font-weight: 900;
  color: black;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste section.section-liste .element .titre-element {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .element .titre-element:hover {
    color: #008BD2;
  }
}
.page-wrapper.liste section.section-liste .element .titre-element a {
  color: inherit;
}
.page-wrapper.liste section.section-liste .element .chapo-element {
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  margin-bottom: 16px;
}
.page-wrapper.liste section.section-liste .highlight {
  color: #fff;
  background: #008BD2;
  padding: 0 8px;
  font-weight: normal;
}
.page-wrapper.liste section.section-liste .conteneur-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero {
  margin-right: 20px;
  font-family: "Hero New", serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero {
    transition: none;
  }
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero::before {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero::before {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero:hover::before {
    height: 1px;
  }
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero a {
  color: inherit;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero.last {
  margin-right: 0;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero.active {
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: bold;
  color: #008BD2;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.numero.active::before {
  height: 1px;
  background: #008BD2;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.pager__item--ellipsis {
  margin-right: 20px;
  height: 32px;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.arrow {
  margin-right: 20px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.arrow {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.arrow:hover {
    color: #008BD2;
  }
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.arrow.arrow-next {
  margin-left: 20px;
  margin-right: 0;
}
.page-wrapper.liste section.section-liste .conteneur-pagination .pagination li.arrow a {
  font-size: 16px;
  color: inherit;
}
.page-wrapper.liste section.section-filtres {
  margin-bottom: 30px;
}
.page-wrapper.liste.liste-recherche h1.titre-page {
  font-weight: 500;
}
.page-wrapper.liste.liste-recherche h1.titre-page strong {
  font-weight: 900;
  text-decoration: underline;
}
.page-wrapper.liste.liste-recherche .nb-resultats {
  position: relative;
  font-family: "Alverata", serif;
  font-size: 19px;
  font-weight: 500;
  color: #008BD2;
  padding-top: 10px;
  margin-bottom: 65px;
}
.page-wrapper.liste.liste-recherche .nb-resultats::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 220px;
  height: 1px;
  border: 1px solid black;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.liste-recherche .nb-resultats::before {
    transition: none;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes {
  padding-top: 10px;
  padding-right: 38px;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .conteneur-reset {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .conteneur-reset .btn {
  padding-left: 45px;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .conteneur-reset .btn::after {
  content: "\f057";
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro", fantasy;
  color: black;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .conteneur-reset .btn::after {
    transition: none;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .titre-facettes {
  display: block;
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 29px;
  padding-top: 13px;
  border-top: 1px solid black;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox {
  padding-bottom: 38px;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox ul ul {
  padding-left: 40px;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item {
  position: relative;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item input[type=checkbox]:checked + label {
  color: #008BD2;
  font-weight: bold;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item input[type=checkbox]:checked + label::after {
  background-image: url("../img/pictos/check.jpg");
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item input[type=checkbox]#langue-en + label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 23px;
  height: 15px;
  margin-right: 13px;
  background: url("../img/pictos/en.jpg");
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item input[type=checkbox]#langue-fr + label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 23px;
  height: 15px;
  margin-right: 13px;
  background: url("../img/pictos/fr.jpg");
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  padding-left: 40px;
  margin-bottom: 17px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label:hover {
    color: #008BD2;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  background: #fff no-repeat center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label::after {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label::after {
    transition: none;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-widget-checkbox .facet-item label .facet-item__value {
  display: inline-block;
  padding-right: 5px;
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-soft-limit-link {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding-left: 27px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-soft-limit-link {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-soft-limit-link:hover {
    color: #008BD2;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-soft-limit-link::before {
  content: "\f055";
  position: absolute;
  font-size: 15px;
  font-weight: normal;
  font-family: "Font Awesome 6 Pro", fantasy;
  color: #008BD2;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-style: normal;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-soft-limit-link::before {
    transition: none;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes .facets-soft-limit-link.open::before {
  content: "\f056";
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .nb-resultats {
  position: relative;
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #000;
  margin-bottom: 40px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .nb-resultats strong {
  display: block;
  font-family: "Alverata", serif;
  font-size: 40px;
  font-weight: bold;
  color: #008BD2;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste {
  margin-bottom: 42px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .conteneur-element {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 43px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 33px 27px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: -1px;
  right: -1px;
  width: 376px;
  height: 146px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element::before {
    transition: none;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-titre {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 290px;
  padding-right: 30px;
  flex-shrink: 0;
  z-index: 2;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-titre .type {
  position: relative;
  display: inline-block;
  border: 1px solid #8dbe23;
  padding: 4px 13px;
  font-family: "Hero New", serif;
  font-size: 12px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  background: #8dbe23;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 24px;
  font-weight: 900;
  color: black;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 0;
  z-index: 2;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element:hover {
    color: #008BD2;
  }
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element a {
  color: inherit;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail {
  position: relative;
  padding: 0;
  flex-grow: 1;
  padding-right: 30px;
  z-index: 2;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double .info {
  width: 50%;
  padding-right: 15px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-shrink: 0;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info.info-langues {
  display: flex;
  align-items: center;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info.info-langues .texte-info {
  display: flex;
  align-items: center;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info .label-info {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Hero New", serif;
  font-size: 13px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  margin-right: 15px;
  flex-shrink: 0;
  width: 133px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info .label-info i {
  position: relative;
  display: inline-block;
  width: 35px;
  color: #008BD2;
  font-size: 18px;
  flex-shrink: 0;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info .texte-info {
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info .texte-info .flag {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .conteneur-type .logo-ecole {
  position: absolute;
  top: 0;
  right: -100px;
  max-width: 177px;
}
.page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
  width: 175px;
  z-index: 2;
}
.page-wrapper.liste.liste-profils section.section-filtres {
  position: relative;
  margin-top: 195px;
}
.page-wrapper.liste.liste-profils section.section-filtres .titre-filtres {
  position: absolute;
  top: -80px;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: black;
}
.page-wrapper.liste.liste-presse .section-liste.liste-w-image {
  padding-top: 60px;
}
.page-wrapper.liste.liste-presse .section-liste.liste-w-image .titre-liste {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page-wrapper.liste.liste-presse .section-liste.liste-w-image .titre-liste {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.liste.liste-presse .section-liste.liste-w-image .titre-liste {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.liste.liste-presse .section-liste.liste-w-image .titre-liste {
    font-size: 24px;
  }
}
.page-wrapper.liste.liste-presse .section-liste.liste-w-image .element .conteneur-visuel::before {
  content: attr(data-text);
}

.page-wrapper.single:not(.home) h1.titre-page {
  margin-bottom: 22px;
}
.page-wrapper.single section.section-intro .conteneur-date .date {
  display: inline-block;
  font-family: "Hero New", serif;
  font-size: 12px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 13px;
  margin-bottom: 24px;
  background: #008BD2;
}
.page-wrapper.single section.section-video {
  margin: 40px 0;
}
.page-wrapper.single section.section-video .titre-video {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .page-wrapper.single section.section-video .titre-video {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.single section.section-video .titre-video {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.single section.section-video .titre-video {
    font-size: 24px;
  }
}
.page-wrapper.single section.section-video .conteneur-video {
  text-align: center;
}
.page-wrapper.single section.section-video .conteneur-video iframe {
  width: 100%;
}
.page-wrapper.single section.footer-page {
  padding: 43px 0;
}
.page-wrapper.single section.footer-page .btn {
  padding: 0.55rem 1.2rem;
}

.page-wrapper {
  overflow-x: hidden;
}
.page-wrapper.sitemap .conteneur-sitemap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) {
  order: 1;
  width: 50%;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) {
  order: 0;
  width: 100%;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li {
  width: 33%;
  padding-right: 30px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li > a {
  display: block;
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: bold;
  color: black;
  padding: 15px 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li > a {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li > a {
    font-size: 22px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li > a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li > a:hover {
    color: #008BD2;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 40px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #008BD2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li::before {
    transition: none;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 28px;
  width: 120px;
  height: 1px;
  background: rgba(112, 112, 112, 0.27);
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li::after {
    transition: none;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li a:hover {
    color: #008BD2;
    border-color: #008BD2;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li ul {
  margin-top: 15px;
  margin-bottom: 10px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li ul li {
  padding-bottom: 0;
  margin-bottom: 3px;
  padding-left: 25px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li ul li::before {
  top: 6px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #008BD2;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li ul li::after {
  display: none;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li .sitemap-menu li ul li a {
  font-weight: normal;
  text-transform: none;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) {
  order: 2;
  width: 50%;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 40px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li::before, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #008BD2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li::before, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li::before {
    transition: none;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li::after, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 28px;
  width: 120px;
  height: 1px;
  background: rgba(112, 112, 112, 0.27);
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li::after, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li::after {
    transition: none;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li a, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li a, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li a:hover, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li a:hover {
    color: #008BD2;
    border-color: #008BD2;
  }
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li ul, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li ul {
  margin-top: 15px;
  margin-bottom: 10px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li ul li, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li ul li {
  padding-bottom: 0;
  margin-bottom: 3px;
  padding-left: 25px;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li ul li::before, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li ul li::before {
  top: 6px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #008BD2;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li ul li::after, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li ul li::after {
  display: none;
}
.page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1) .sitemap-menu li ul li a, .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) .sitemap-menu li ul li a {
  font-weight: normal;
  text-transform: none;
}
.page-wrapper.sitemap h3 {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 991px) {
  .page-wrapper.sitemap h3 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.sitemap h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.sitemap h3 {
    font-size: 24px;
  }
}
.page-wrapper section.section-ariane {
  margin-bottom: 76px;
  display: flex;
  justify-content: space-between;
}
.page-wrapper section.section-ariane .titre-sous-widget {
  color: #008BD2;
}
.page-wrapper section.section-ariane .breadcrumb {
  padding: 0;
  margin: 10px 0;
  background: none;
}
.page-wrapper section.section-ariane .breadcrumb li {
  position: relative;
  display: inline-block;
  font-family: "Hero New", serif;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-wrapper section.section-ariane .breadcrumb li::after {
  content: "—";
  margin-right: 5px;
}
.page-wrapper section.section-ariane .breadcrumb li:last-of-type::after {
  display: none;
}
.page-wrapper section.section-ariane .breadcrumb li a {
  position: relative;
  display: inline-block;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper section.section-ariane .breadcrumb li a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper section.section-ariane .breadcrumb li a:hover {
    border-color: transparent;
  }
}
.page-wrapper section.section-filtres {
  position: relative;
  padding: 55px 0;
}
.page-wrapper section.section-filtres::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: -50vw;
  height: 100%;
  width: 200vw;
  background: url("../img/dots.jpg") repeat;
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper section.section-filtres::before {
    transition: none;
  }
}
.page-wrapper section.section-filtres .form-filtres {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 33px;
}
.page-wrapper section.section-filtres .form-filtres .form-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper section.section-filtres .form-filtres label {
  font-family: "Alverata", serif;
  font-size: 30px;
  font-weight: 900;
  color: white;
  margin-bottom: 0;
  margin-right: 43px;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche {
  position: relative;
  display: flex;
  align-items: center;
  width: 520px;
  height: 51px;
  background: #fff;
  margin-right: 47px;
  padding: 13px 21px 16px 25px;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche.select {
  padding-top: 9px;
  padding-bottom: 13px;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche.select .reinit {
  margin-left: 5px;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 7px;
  left: 25px;
  right: 21px;
  border: 1px solid black;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche::before {
    transition: none;
  }
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche input[type=text] {
  flex-grow: 1;
  height: auto;
  padding: 0;
  font-family: "Hero New", serif;
  font-size: 20px;
  font-weight: 300;
  color: black;
  text-transform: none;
  border: none;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche input[type=text]::placeholder {
  font-style: italic;
  opacity: 0.3;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche select {
  flex-grow: 1;
  height: auto;
  padding: 0;
  font-family: "Hero New", serif;
  font-size: 20px;
  font-weight: 300;
  color: black;
  text-transform: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  text-overflow: "";
  padding-right: 25px;
  background: url("../img/pictos/arrow-select.jpg") no-repeat center right;
  cursor: pointer;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche select::-ms-expand {
  display: none;
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche .reinit {
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  margin-left: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche .reinit {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche .reinit:hover {
    color: #000;
  }
}
.page-wrapper section.section-filtres .form-filtres .cadre-recherche .reinit span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.page-wrapper section.section-filtres .form-filtres .btn-submit {
  height: 51px;
  padding: 14px 25px;
  font-family: "Hero New", serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-wrapper section.section-filtres .input-loader .msg-envoi {
  color: black;
  background: #fff;
  border: 1px solid white;
}
.page-wrapper .newsletter {
  padding-top: 85px;
  padding-bottom: 240px;
  margin-top: 30px;
}
.page-wrapper .newsletter .formulaire {
  background: white;
  padding: 26px 40px 30px;
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}
.page-wrapper .newsletter .formulaire strong {
  font-family: Alverata, serif;
  font-weight: 900;
  display: block;
  font-size: 40px;
  text-align: center;
  color: black;
}
.page-wrapper .wysiwyg {
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  line-height: 1.9;
}
.page-wrapper .wysiwyg.no-sidebar blockquote, .page-wrapper .wysiwyg.no-sidebar .temoignage {
  max-width: 70%;
}
.page-wrapper .wysiwyg.no-sidebar .conteneur-course-finder .bloc-course-finder .liste-elements .element {
  max-width: 923px;
  margin: auto;
}
.page-wrapper .wysiwyg p {
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  line-height: 1.9;
  margin-bottom: 20px;
}
.page-wrapper .wysiwyg p a {
  font-family: "Hero New", serif;
  font-size: inherit;
  font-weight: inherit;
  color: #008BD2;
  border-bottom: 1px solid #008BD2;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg p a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg p a:hover {
    border-color: transparent;
  }
}
.page-wrapper .wysiwyg p a.btn {
  margin-bottom: 0 !important;
}
.page-wrapper .wysiwyg a.no-anim {
  border-bottom: none !important;
}
.page-wrapper .wysiwyg h1 {
  display: block;
  font-family: "Alverata", serif;
  font-size: 46px;
  font-weight: 900;
  color: black;
  padding: 20px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg h1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h1 {
    font-size: 30px;
  }
}
.page-wrapper .wysiwyg h2 {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg h2 {
    font-size: 24px;
  }
}
.page-wrapper .wysiwyg h3 {
  display: block;
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: bold;
  color: black;
  padding: 15px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg h3 {
    font-size: 22px;
  }
}
.page-wrapper .wysiwyg h4 {
  display: block;
  font-family: "Hero New", serif;
  font-size: 19px;
  font-weight: bold;
  color: #008BD2;
  padding: 15px 0;
  margin-bottom: 0;
}
.page-wrapper .wysiwyg h5 {
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: 600;
  color: #008BD2;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 0;
}
.page-wrapper .wysiwyg h6 {
  display: block;
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: 500;
  color: #8dbe23;
  padding: 15px 0;
  margin-bottom: 0;
}
.page-wrapper .wysiwyg img {
  margin: 15px 15px 15px 0;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 40px;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #008BD2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li::before {
    transition: none;
  }
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 28px;
  width: 120px;
  height: 1px;
  background: rgba(112, 112, 112, 0.27);
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li::after {
    transition: none;
  }
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li a {
  font-family: "Hero New", serif;
  font-size: inherit;
  font-weight: inherit;
  color: #008BD2;
  border-bottom: 1px solid #008BD2;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li a:hover {
    border-color: transparent;
  }
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul {
  margin-top: 15px;
  margin-bottom: 10px;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li {
  padding-bottom: 0;
  margin-bottom: 3px;
  padding-left: 25px;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li::before {
  top: 9px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #008BD2;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li::after {
  display: none;
}
.page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li ul li::before {
  top: 10px;
  background: #8dbe23;
  border-color: #8dbe23;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper .wysiwyg .btn.btn-wysiwyg {
  display: inline-block;
  background: white;
  border: 1px solid black;
  color: black;
  margin: 0 30px 35px 0;
  padding: 0.55rem 0.75rem;
  font-weight: 600;
  font-size: 12px;
  white-space: normal;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .btn.btn-wysiwyg {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .btn.btn-wysiwyg:hover {
    color: #fff;
    background: #000;
  }
}
.page-wrapper .wysiwyg .btn.btn-wysiwyg-mini {
  display: inline-block;
  background: white;
  color: black;
  margin: 0 30px 15px 0;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.275rem 0.75rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .btn.btn-wysiwyg-mini {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .btn.btn-wysiwyg-mini:hover {
    color: #fff;
    background: #008BD2;
    border-color: #008BD2;
  }
}
.page-wrapper .wysiwyg .btn.btn-cta {
  color: #fff !important;
  background: #8dbe23 !important;
  border-color: #8dbe23 !important;
  font-size: 15px !important;
  padding: 0.85rem 0.75rem !important;
  font-weight: 700 !important;
  margin: 30px 0;
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .btn.btn-cta:hover {
    color: #8dbe23 !important;
    background: #fff !important;
  }
}
.page-wrapper .wysiwyg .tableau-responsive {
  margin: 40px 0;
  padding-bottom: 17px;
  overflow-x: auto;
  max-width: 100%;
  /* Track */
  /* Handle */
}
.page-wrapper .wysiwyg .tableau-responsive::-webkit-scrollbar {
  height: 10px;
}
.page-wrapper .wysiwyg .tableau-responsive::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #707070;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.page-wrapper .wysiwyg .tableau-responsive::-webkit-scrollbar-thumb {
  background: #008BD2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .tableau-responsive::-webkit-scrollbar-thumb:hover {
    background: #007ab9;
  }
}
.page-wrapper .wysiwyg table.tableau-programme {
  width: 100%;
}
.page-wrapper .wysiwyg table.tableau-programme tbody tr td:first-of-type {
  font-weight: bold;
  width: 220px;
}
.page-wrapper .wysiwyg table.tableau-programme tbody tr td p {
  margin-bottom: 0;
}
.page-wrapper .wysiwyg table thead th {
  font-family: "Hero New", serif;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  padding: 9px 16px;
  border-right: 4px solid #fff;
  background: #000;
}
.page-wrapper .wysiwyg table thead th:last-of-type {
  border-right: none;
}
.page-wrapper .wysiwyg table tr:nth-of-type(even) td {
  background: rgba(209, 209, 209, 0.35);
}
.page-wrapper .wysiwyg table tr td {
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  line-height: 1.9;
  border-right: 1px solid #D0D0D0;
  padding: 20px 16px;
  min-width: 200px;
}
.page-wrapper .wysiwyg table tr td:last-of-type {
  border-right: none;
}
.page-wrapper .wysiwyg table a {
  font-family: "Hero New", serif;
  font-size: inherit;
  font-weight: inherit;
  color: #008BD2;
  border-bottom: 1px solid #008BD2;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg table a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg table a:hover {
    border-color: transparent;
  }
}
.page-wrapper .wysiwyg blockquote {
  position: relative;
  display: block;
  padding: 30px 35px;
  margin: 40px 0;
  border: 1px solid black;
}
.page-wrapper .wysiwyg blockquote p {
  position: relative;
  font-family: "Alverata", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: black;
  line-height: 1.8;
}
.page-wrapper .wysiwyg blockquote p::before {
  content: "« ";
}
.page-wrapper .wysiwyg blockquote p::after {
  content: " »";
}
.page-wrapper .wysiwyg .temoignage {
  position: relative;
  display: block;
  padding: 30px 35px;
  margin: 40px 0;
  border: 1px solid black;
}
.page-wrapper .wysiwyg .temoignage .conteneur-detail .description p {
  position: relative;
  font-family: "Alverata", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: black;
  line-height: 1.8;
  margin-bottom: 0;
}
.page-wrapper .wysiwyg .temoignage .conteneur-detail .description p::before {
  content: "« ";
}
.page-wrapper .wysiwyg .temoignage .conteneur-detail .description p::after {
  content: " »";
}
.page-wrapper .wysiwyg .temoignage .conteneur-detail .temoin {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: 600;
  color: #008BD2;
  text-transform: uppercase;
  margin-top: 15px;
}
.page-wrapper .wysiwyg .boite-image {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
}
.page-wrapper .wysiwyg .boite-image a {
  font-family: "Hero New", serif;
  font-size: inherit;
  font-weight: inherit;
  color: #008BD2;
  border-bottom: 1px solid #008BD2;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .boite-image a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .boite-image a:hover {
    border-color: transparent;
  }
}
.page-wrapper .wysiwyg .boite-image .visuel {
  display: block;
  max-width: 100%;
}
.page-wrapper .wysiwyg .boite-image .visuel img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.page-wrapper .wysiwyg .boite-image .conteneur-detail {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #3a3026;
  padding: 12px 0 10px;
}
.page-wrapper .wysiwyg .boite-image .conteneur-detail::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 1px;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .boite-image .conteneur-detail::after {
    transition: none;
  }
}
.page-wrapper .wysiwyg .conteneur-carrousel {
  margin: 40px 0;
}
.page-wrapper .wysiwyg .conteneur-carrousel .carrousel {
  margin: 0 -15px 30px;
}
.page-wrapper .wysiwyg .conteneur-carrousel .carrousel .slick-list {
  z-index: 2;
}
.page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  height: 300px;
  margin: 0 15px;
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel:hover::before {
    opacity: 1;
  }
}
.page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel::before {
  content: attr(data-text);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Alverata", serif;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  background: rgba(0, 139, 210, 0.6);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel::before {
    transition: none;
  }
}
.page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .fleche {
  display: block;
  width: 77px;
  height: 24px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  box-shadow: none;
  background-size: auto;
  flex-shrink: 0;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .fleche.left {
  background: url("../img/prev.png") center left;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .fleche.right {
  background: url("../img/next.png") center right;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots {
  position: relative;
  display: block;
  height: 24px;
  width: 100%;
  margin: 0 30px;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots .slick-dots {
  bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots .slick-dots li {
  height: inherit;
  width: 16px;
  margin: 0 8px;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots .slick-dots li.slick-active button::before {
  background: #008BD2;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots .slick-dots li button {
  height: inherit;
  width: inherit;
  padding: 0;
}
.page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .dots .slick-dots li button::before {
    transition: none;
  }
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon {
  margin: 15px 0;
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon:last-of-type .accordeon-header {
  border-color: transparent;
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 19px;
  font-weight: bold;
  color: black;
  line-height: 1.3;
  padding: 16px 0;
  padding-right: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header:hover {
    color: #008BD2;
    border-color: #000;
  }
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header:hover::after {
    background: #008BD2;
    border-color: #008BD2;
    color: #fff;
  }
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header::after {
  content: "\f063";
  position: absolute;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", fantasy;
  color: black;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  border: 1px solid black;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header::after {
    transition: none;
  }
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header[aria-expanded=true] {
  color: #008BD2;
  border-bottom: 2px solid #000;
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header[aria-expanded=true]::after {
  color: #fff;
  border-color: #008BD2;
  background: #008BD2;
  transform: translateY(-50%) rotate(180deg);
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-body {
  padding: 32px 0;
}
.page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-body p {
  margin-bottom: 20px;
}
.page-wrapper .wysiwyg .conteneur-onglets {
  position: relative;
  display: block;
  margin: 40px 0;
}
.page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile {
  display: none;
}
.page-wrapper .wysiwyg .conteneur-onglets .nav-tabs {
  border-bottom: 3px solid #D0D0D0;
  align-items: flex-end;
}
.page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item {
  background: white;
  margin-bottom: -3px;
}
.page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 12px 20px;
  font-family: "Hero New", serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
  border: 1px solid black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item .nav-link {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item .nav-link:hover {
    background: #000;
    color: #fff;
  }
}
.page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  background: #000;
  padding: 13px 16px;
}
.page-wrapper .wysiwyg .conteneur-onglets .tab-content .tab-pane {
  padding: 20px 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder {
  margin: 40px 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .titre-course-finder {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
  color: black;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .titre-course-finder {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .titre-course-finder {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .titre-course-finder {
    font-size: 24px;
  }
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .titre-course-finder strong {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .conteneur-liste {
  padding-top: 40px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .conteneur-element {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 33px 27px;
  border: 1px solid black;
  background: white;
  margin-left: 35px;
  margin-right: 25px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: -1px;
  right: -1px;
  width: 376px;
  height: 146px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element::before {
    transition: none;
  }
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 25px;
  font-weight: 900;
  color: black;
  line-height: 1.4;
  width: 240px;
  margin: 0;
  padding: 0;
  padding-right: 60px;
  z-index: 2;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element:hover {
    color: #008BD2;
  }
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element a {
  color: inherit;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail {
  position: relative;
  padding: 0;
  flex-grow: 1;
  padding-right: 80px;
  z-index: 2;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double .info {
  width: 50%;
  padding-right: 15px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-shrink: 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info.info-langues {
  display: flex;
  align-items: center;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info.info-langues .texte-info {
  display: flex;
  align-items: center;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info .label-info {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Hero New", serif;
  font-size: 13px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  margin-right: 15px;
  flex-shrink: 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info .label-info i {
  position: relative;
  display: inline-block;
  width: 35px;
  color: #008BD2;
  font-size: 18px;
  flex-shrink: 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info .texte-info {
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info .texte-info .flag {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  flex-shrink: 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .logo-ecole {
  position: absolute;
  top: 0;
  right: -100px;
  max-width: 177px;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .type {
  position: relative;
  display: inline-block;
  border: 1px solid black;
  padding: 5px 13px 5px 28px;
  font-family: "Hero New", serif;
  font-size: 12px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .type::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .type::before {
    transition: none;
  }
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .footer-element {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  flex-shrink: 0;
  width: 100px;
  z-index: 2;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .footer-course-finder {
  padding-top: 5px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .footer-course-finder .btn {
  font-size: 16px;
  padding: 0.475rem 1.2rem;
}
.page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder img {
  margin: 0;
}
.page-wrapper .wysiwyg .ve--youtube::before {
  display: none;
}
.page-wrapper .wysiwyg .ve--youtube .embed-responsive-item {
  position: relative;
}
.page-wrapper section.section-carrefour {
  margin-top: 100px;
  margin-bottom: 80px;
}
.page-wrapper section.section-carrefour .titre-carrefour {
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: black;
  margin-bottom: 45px;
}
.page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .conteneur-visuel {
  position: relative;
  display: block;
  border: 1px solid black;
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .conteneur-visuel:hover::before {
    opacity: 1;
  }
}
.page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .conteneur-visuel::before {
  content: attr(data-text);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Alverata", serif;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  background: rgba(0, 139, 210, 0.6);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .conteneur-visuel::before {
    transition: none;
  }
}
.page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid black;
  border-top: none;
  padding: 29px 25px;
  flex-grow: 1;
}
.page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant {
  font-family: "Hero New", serif;
  font-size: 20px;
  font-weight: 900;
  color: black;
  margin-bottom: 18px;
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant:hover {
    color: #008BD2;
  }
}
.page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant a {
  color: inherit;
}
.page-wrapper .webform-submission-contact-form {
  position: relative;
  background: #fff;
  padding: 50px 45px;
}
.page-wrapper .webform-submission-contact-form::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 392px;
  background: url("../img/dots.jpg");
  z-index: -2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .webform-submission-contact-form::before {
    transition: none;
  }
}
.page-wrapper .webform-submission-contact-form::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 120px;
  left: -50vw;
  width: 200vw;
  height: 272px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper .webform-submission-contact-form::after {
    transition: none;
  }
}
.page-wrapper .webform-submission-contact-form .form-type-select {
  margin-top: 20px;
}
.page-wrapper .webform-submission-contact-form .form-type-select label {
  margin-bottom: 10px;
  font-family: "Alverata", serif;
  font-size: 20px;
  font-weight: normal;
  color: #008BD2;
}
.page-wrapper:not(.home) {
  padding-top: 60px;
}
.page-wrapper:not(.home) h1.titre-page {
  font-family: "Alverata", serif;
  font-size: 46px;
  font-weight: 900;
  color: black;
  margin-bottom: 42px;
}
.page-wrapper:not(.home) section.section-intro .chapo {
  font-family: "Hero New", serif;
  font-size: 20px;
  font-weight: 300;
  color: black;
  width: 100%;
  margin-bottom: 42px;
}
.page-wrapper:not(.home) section.section-intro .conteneur-thumbnail {
  margin-bottom: 42px;
}
.page-wrapper:not(.home) section.section-intro .conteneur-thumbnail .legende {
  position: relative;
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #3a3026;
  padding: 12px 0 10px;
}
.page-wrapper:not(.home) section.section-intro .conteneur-thumbnail .legende::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 1px;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-wrapper:not(.home) section.section-intro .conteneur-thumbnail .legende::after {
    transition: none;
  }
}

.filtres-offres {
  --nbColumn: 3;
  display: grid;
  grid-template-columns: repeat(var(--nbColumn), minmax(0, 1fr));
  gap: 30px 15px;
}
@media screen and (max-width: 1460px) {
  .filtres-offres {
    --nbColumn: 2;
  }
}
@media screen and (max-width: 1200px) {
  .filtres-offres {
    --nbColumn: 1;
  }
}
@media screen and (max-width: 992px) {
  .filtres-offres {
    gap: 0;
  }
}
.filtres-offres select {
  max-width: 100%;
}

.page-wrapper section.section-filtres .form-filtres.offreSearch {
  display: grid;
}
.page-wrapper section.section-filtres .form-filtres.offreSearch .cadre-recherche {
  margin-right: 0;
  width: auto;
}
.page-wrapper section.section-filtres .form-filtres.offreSearch .cadre-recherche select {
  width: auto;
}

.offresCard {
  position: relative;
  overflow: hidden;
}
.offresCard .transition, .offresCard .back {
  top: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.offresCard .back {
  transition-delay: 0.2s;
  background: #fff;
  padding: 20px;
  box-shadow: inset 0 0 10px #000;
}
.offresCard .back .categorie {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.offresCard .back .cardBtns {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
}
.offresCard .transition {
  background: #000;
}
.offresCard:hover .transition, .offresCard:hover .back {
  top: 0;
}

.page-wrapper.liste #listeOffre .conteneur-element {
  flex: 0 0 33%;
  max-width: 33%;
}
@media screen and (max-width: 992px) {
  .page-wrapper.liste #listeOffre .conteneur-element {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper.liste #listeOffre .conteneur-element {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.conteneur-offre-grid img {
  max-width: 100%;
  height: auto;
}
.conteneur-offre-grid .conteneur-detail {
  text-align: center;
}
.conteneur-offre-grid .conteneur-detail a {
  color: #0056b3;
  text-decoration: none;
}
.conteneur-offre-grid .conteneur-detail a:hover {
  text-decoration: underline;
}
.conteneur-offre-grid .conteneur-detail .texte-info {
  padding: 10px;
}
.conteneur-offre-grid .conteneur-detail .ligne-info {
  margin-bottom: 10px;
  text-align: left;
}
.conteneur-offre-grid .conteneur-detail .ligne-info .info {
  display: inline;
  gap: 5px;
  align-items: baseline;
}
.conteneur-offre-grid .conteneur-detail .ligne-info .info .texte-info {
  display: inline;
  padding-left: 5px;
}
.conteneur-offre-grid .conteneur-detail .ligne-info strong {
  width: auto;
  flex: none;
}
.conteneur-offre-grid .conteneur-detail .ligne-info:has(img) {
  text-align: center;
}
.conteneur-offre-grid .conteneur-detail .ligne-info:has(img) a {
  text-decoration: none;
}

.conteneur-detail {
  font-size: 1rem;
}

.image-style-offre-full {
  aspect-ratio: 16/11;
  object-fit: cover;
  width: 100%;
}

aside.conteneur-sidebar .sidebar {
  padding-top: 10px;
  padding-right: 38px;
}
aside.conteneur-sidebar .titre-widget {
  display: block;
  font-family: "Alverata", serif;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 35px;
  padding-top: 13px;
  border-top: 1px solid black;
}
aside.conteneur-sidebar .titre-sous-widget {
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: 600;
  color: #008BD2;
  text-transform: uppercase;
  margin-bottom: 19px;
}
aside.conteneur-sidebar .widget.widget-menu, aside.conteneur-sidebar .widget.widget-consultez-aussi, aside.conteneur-sidebar .widget.widget-temoignages {
  margin-bottom: 42px;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element:first-of-type .element .num, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element:first-of-type .element .num, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element:first-of-type .element .num {
  padding-top: 0;
  margin-top: -5px;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element:first-of-type .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element:first-of-type .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element:first-of-type .element .conteneur-detail {
  padding-top: 0;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element:last-of-type .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element:last-of-type .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element:last-of-type .element .conteneur-detail {
  border-bottom: none;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .element:hover .conteneur-detail::before, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element:hover .conteneur-detail::before, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element:hover .conteneur-detail::before {
    color: #008BD2;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .element:hover .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element:hover .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element:hover .conteneur-detail .titre {
    color: #008BD2;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .element:hover .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element:hover .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element:hover .conteneur-detail .read-more {
    color: #008BD2;
    border-color: #008BD2;
  }
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .num, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .num, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .num {
  padding: 10px 0;
  width: 60px;
  flex-shrink: 0;
  font-family: "Hero New", serif;
  font-size: 20px;
  font-weight: 900;
  color: #008BD2;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail {
  position: relative;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.7);
  flex-grow: 1;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail::before, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail::before, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail::before {
  content: "\f105";
  position: absolute;
  font-size: 24px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro", fantasy;
  color: #000;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail::before, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail::before, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail::before {
    transition: none;
  }
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail .type, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail .type, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail .type {
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: 600;
  color: #008BD2;
  text-transform: uppercase;
  margin-bottom: 4px;
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail .titre {
  display: block;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail .titre {
    transition: none;
  }
}
aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail .read-more {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .element .conteneur-detail .read-more:hover, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .element .conteneur-detail .read-more:hover, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .element .conteneur-detail .read-more:hover {
    border-color: #008BD2;
  }
}
aside.conteneur-sidebar .widget.widget-thematiques {
  margin-bottom: 52px;
}
aside.conteneur-sidebar .widget.widget-thematiques .titre-widget {
  display: flex;
  align-items: center;
}
aside.conteneur-sidebar .widget.widget-thematiques .titre-widget img {
  flex-shrink: 0;
  margin-right: 20px;
}
aside.conteneur-sidebar .widget.widget-thematiques .element {
  position: relative;
  display: inline-block;
  border: 1px solid black;
  padding: 7px 13px 7px 28px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: "Hero New", serif;
  font-size: 12px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .widget.widget-thematiques .element {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .widget.widget-thematiques .element:hover {
    color: #fff;
    border-color: #008BD2;
    background: #008BD2;
  }
  aside.conteneur-sidebar .widget.widget-thematiques .element:hover::before {
    background: #fff;
  }
}
aside.conteneur-sidebar .widget.widget-thematiques .element::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .widget.widget-thematiques .element::before {
    transition: none;
  }
}
aside.conteneur-sidebar .widget.widget-profils {
  margin-bottom: 52px;
}
aside.conteneur-sidebar .widget.widget-profils .element {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid black;
  padding: 7px 5px;
  height: 80px;
  width: 110px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .widget.widget-profils .element {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .widget.widget-profils .element:hover {
    color: #fff;
    border-color: #008BD2;
    background: #008BD2;
  }
  aside.conteneur-sidebar .widget.widget-profils .element:hover img {
    filter: grayscale(1) brightness(300%);
  }
  aside.conteneur-sidebar .widget.widget-profils .element:hover svg * {
    stroke: #fff;
  }
}
aside.conteneur-sidebar .widget.widget-profils .element img, aside.conteneur-sidebar .widget.widget-profils .element svg {
  flex-shrink: 0;
  height: 27px;
}
aside.conteneur-sidebar .widget.widget-profils .element img *, aside.conteneur-sidebar .widget.widget-profils .element svg * {
  stroke: #008BD2;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .widget.widget-profils .element img *, aside.conteneur-sidebar .widget.widget-profils .element svg * {
    transition: none;
  }
}
aside.conteneur-sidebar .widget.widget-profils .element .titre {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  line-height: 1;
  height: 28px;
  width: 100%;
}
aside.conteneur-sidebar .sous-widget {
  margin-bottom: 50px;
}
aside.conteneur-sidebar .sous-widget .liste-elements {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
aside.conteneur-sidebar .sous-widget .liste-elements .element {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  aside.conteneur-sidebar .sous-widget .liste-elements .element:hover .nom-element {
    font-weight: bold;
    border-color: #000;
  }
}
aside.conteneur-sidebar .sous-widget .liste-elements .element i {
  flex-shrink: 0;
  font-size: 20px;
  width: 35px;
  color: #000;
}
aside.conteneur-sidebar .sous-widget .liste-elements .element .nom-element {
  font-family: "Hero New", serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  aside.conteneur-sidebar .sous-widget .liste-elements .element .nom-element {
    transition: none;
  }
}

.fil.sous-widget {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .fil.sous-widget {
    display: none;
  }
}

.conteneur-share {
  display: flex;
  align-items: center;
}
.conteneur-share .share-rs {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding-right: 16px;
  margin-right: 26px;
}
.conteneur-share .share-rs::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 1px;
  background: #B9B9B9;
}
@media screen and (prefers-reduced-motion: reduce) {
  .conteneur-share .share-rs::after {
    transition: none;
  }
}
.conteneur-share .share-autres {
  display: flex;
  align-items: flex-end;
}

.share-btn {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-right: 32px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .share-btn {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .share-btn:hover {
    color: #008BD2;
    fill: #008BD2;
  }
}

.ip_input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  border: none;
  background: none;
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
  height: 34px;
  text-align: center;
  padding-right: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ip_input::-ms-expand {
  display: none;
}

.ip_group {
  position: relative;
  margin-top: 50px;
}
.ip_group label {
  font-family: "Hero New", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.5s all;
  padding-right: 50px;
}
.ip_group label:hover {
  cursor: text;
}
.ip_group [type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  position: absolute;
  bottom: 5px;
  font-size: 32px;
  right: 0;
  border: none;
  background: none;
  z-index: 2;
}
.ip_group [type=submit]::-ms-expand {
  display: none;
}
.ip_group [type=submit]:hover {
  cursor: pointer;
}
.ip_group.active label {
  bottom: 30px;
  left: 0;
  font-size: 12px;
  text-align: left;
  transform: translateX(0);
  color: rgba(0, 0, 0, 0.8);
}
.ip_group.active input {
  font-size: 20px;
  border-color: #008BD2;
  color: #008BD2;
}
.ip_group:hover {
  cursor: text;
}

.input-loader {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  min-width: 125px;
}
.input-loader input {
  opacity: 0;
}
.input-loader .msg-envoi {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #008BD2;
}
.input-loader .msg-envoi i {
  margin: 0 !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  padding: 0 !important;
  flex-shrink: 0;
}
.input-loader .msg-envoi span {
  display: block;
  flex-shrink: 0;
  font-size: 13px;
  font-style: italic;
}

.webform-submission-form .form-item.form-type-textfield, .webform-submission-form .form-item.form-type-tel, .webform-submission-form .form-item.form-type-email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 3px solid black;
  padding-bottom: 5px;
  margin-bottom: 60px;
  min-height: 50px;
  overflow: hidden;
}
.webform-submission-form .form-item.form-type-textfield label, .webform-submission-form .form-item.form-type-tel label, .webform-submission-form .form-item.form-type-email label {
  margin-bottom: 0;
  min-width: 120px;
  flex-shrink: 0;
  margin-right: 15px;
  font-family: "Alverata", serif;
  font-size: 20px;
  font-weight: normal;
  color: #008BD2;
}
.webform-submission-form .form-item.form-type-textfield input, .webform-submission-form .form-item.form-type-tel input, .webform-submission-form .form-item.form-type-email input {
  border: none;
  font-family: "Hero New", serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  width: 100%;
  flex-shrink: 1;
  max-width: calc(100% - 136px);
}
.webform-submission-form .form-item.form-type-textfield input::placeholder, .webform-submission-form .form-item.form-type-tel input::placeholder, .webform-submission-form .form-item.form-type-email input::placeholder {
  font-style: italic;
  opacity: 0.3;
}
.webform-submission-form .form-item.form-type-select, .webform-submission-form .form-item.form-type-textarea, .webform-submission-form .form-item.form-type-managed-file {
  overflow: hidden;
}
.webform-submission-form .form-item.form-type-select label, .webform-submission-form .form-item.form-type-textarea label, .webform-submission-form .form-item.form-type-managed-file label {
  margin-bottom: 10px;
  font-family: "Alverata", serif;
  font-size: 20px;
  font-weight: normal;
  color: #008BD2;
}
.webform-submission-form .form-item.form-type-select select, .webform-submission-form .form-item.form-type-textarea select, .webform-submission-form .form-item.form-type-managed-file select {
  font-family: "Hero New", serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  border: 1px solid black;
  border-bottom: 3px solid black;
  padding: 10px 15px;
  height: 54px;
  background: #fff url("../img/pictos/arrow-select-big.jpg") no-repeat center right;
}
.webform-submission-form .form-item.form-type-select select::-ms-expand, .webform-submission-form .form-item.form-type-textarea select::-ms-expand, .webform-submission-form .form-item.form-type-managed-file select::-ms-expand {
  display: none;
}
.webform-submission-form .form-item.form-type-select textarea, .webform-submission-form .form-item.form-type-textarea textarea, .webform-submission-form .form-item.form-type-managed-file textarea {
  border: 1px solid black;
  padding: 30px 27px;
  font-family: "Hero New", serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
}
.webform-submission-form .form-item.form-type-select textarea::placeholder, .webform-submission-form .form-item.form-type-textarea textarea::placeholder, .webform-submission-form .form-item.form-type-managed-file textarea::placeholder {
  font-style: italic;
  opacity: 0.3;
}
.webform-submission-form .form-item.form-type-select .form-managed-file, .webform-submission-form .form-item.form-type-textarea .form-managed-file, .webform-submission-form .form-item.form-type-managed-file .form-managed-file {
  font-family: "Hero New", serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  border: 1px solid black;
  border-bottom: 3px solid black;
  padding: 10px 15px;
  height: 54px;
}
.webform-submission-form .form-item.form-type-select {
  margin-bottom: 45px;
}
.webform-submission-form .form-item.form-type-textarea {
  margin-bottom: 67px;
}
.webform-submission-form .form-item.form-check {
  position: relative;
  padding-left: 0;
  margin-top: 67px;
}
.webform-submission-form .form-item.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.webform-submission-form .form-item.form-check input[type=checkbox]:checked + label::after {
  background-image: url("../img/pictos/check.jpg");
}
.webform-submission-form .form-item.form-check label {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Hero New", serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: black;
  line-height: 1.5;
  padding-left: 40px;
  margin-bottom: 17px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .webform-submission-form .form-item.form-check label {
    transition: none;
  }
}
.webform-submission-form .form-item.form-check label::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  background: #fff no-repeat center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .webform-submission-form .form-item.form-check label::after {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .webform-submission-form .form-item.form-check label::after {
    transition: none;
  }
}
.webform-submission-form .form-item.form-check label a {
  display: inline-block;
  font-family: "Hero New", serif;
  font-size: inherit;
  font-weight: inherit;
  color: #008BD2;
  border-bottom: 1px solid #008BD2;
  transition: all 0.3s ease-in-out;
  padding: 0 3px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .webform-submission-form .form-item.form-check label a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .webform-submission-form .form-item.form-check label a:hover {
    border-color: transparent;
  }
}
.webform-submission-form .form-item .description {
  margin-top: 10px;
  font-family: "Hero New", serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: black;
  line-height: 1.5;
}
.webform-submission-form .captcha {
  margin-top: 50px;
}
.webform-submission-form .captcha .g-recaptcha {
  overflow: hidden;
}
.webform-submission-form .form-actions {
  padding-top: 67px;
}
.webform-submission-form .form-actions .form-submit {
  font-size: 16px;
  padding: 0.8rem 1.1rem;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .webform-submission-form .form-actions .form-submit {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .webform-submission-form .form-actions .form-submit:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
.webform-submission-form .form-actions .btn-primary {
  margin: 0 15px;
}

.user-login-form {
  position: relative;
  background: #fff;
  padding: 50px 45px;
  margin: 0 -15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.user-login-form::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 392px;
  background: url("../img/dots.jpg");
  z-index: -2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .user-login-form::before {
    transition: none;
  }
}
.user-login-form::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 120px;
  left: -50vw;
  width: 200vw;
  height: 272px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .user-login-form::after {
    transition: none;
  }
}
.user-login-form .form-item {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 3px solid black;
  padding-bottom: 5px;
  margin-bottom: 40px;
  height: 50px;
  width: calc(50% - 15px);
}
.user-login-form .form-item.form-item-name input {
  max-width: calc(100% - 185px);
}
.user-login-form .form-item.form-item-pass input {
  max-width: calc(100% - 145px);
}
.user-login-form .form-item.form-item-captcha-response {
  width: 100%;
}
.user-login-form .form-item label {
  margin-bottom: 0;
  width: auto;
  flex-shrink: 0;
  margin-right: 15px;
  font-family: "Alverata", serif;
  font-size: 20px;
  font-weight: normal;
  color: #008BD2;
}
.user-login-form .form-item input {
  border: none;
  font-family: "Hero New", serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  width: auto;
  flex-shrink: 1;
  flex-grow: 1;
}
.user-login-form .form-item input::placeholder {
  font-style: italic;
  opacity: 0.3;
}
.user-login-form .form-item .field-prefix {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
}
.user-login-form .form-item .description {
  width: 100%;
  margin-top: 20px;
  font-family: "Hero New", serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: black;
  line-height: 1.5;
}
.user-login-form .captcha {
  width: calc(50% - 15px);
  margin-top: 50px;
}
.user-login-form .captcha .g-recaptcha {
  overflow: hidden;
}
.user-login-form .form-actions {
  width: 100%;
  text-align: center;
  padding-top: 67px;
}
.user-login-form .form-actions .form-submit {
  font-size: 16px;
  padding: 0.8rem 1.1rem;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .user-login-form .form-actions .form-submit {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  .user-login-form .form-actions .form-submit:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}
.user-login-form .form-actions .btn-primary {
  margin: 0 15px;
}

footer.bottom {
  position: relative;
  margin-top: -135px;
}
footer.bottom .footer-principal .footer-principal-inner {
  padding: 50px 65px;
}
footer.bottom .footer-principal strong {
  font-family: Alverata, serif;
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin-bottom: 27px;
}
footer.bottom ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
footer.bottom ul li {
  width: 100%;
  margin-bottom: 15px;
}
footer.bottom ul:not(.reseaux) a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  footer.bottom ul:not(.reseaux) a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  footer.bottom ul:not(.reseaux) a:hover {
    border-color: white;
  }
}
footer.bottom ul.reseaux {
  margin-top: 55px;
  width: 100%;
  flex-flow: row;
}
footer.bottom ul.reseaux li {
  width: 20%;
  text-align: center;
}
footer.bottom ul.reseaux li a {
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  footer.bottom ul.reseaux li a:hover i {
    animation: rotateY360 0.5s;
  }
}
footer.bottom ul.double-col li {
  width: 50%;
}
footer.bottom .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px;
  text-transform: uppercase;
  font-size: 13px;
}
footer.bottom .footer-copyright .link {
  color: black;
  position: relative;
}
@media screen and (min-width: 992px) {
  footer.bottom .footer-copyright .link:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
footer.bottom .footer-copyright .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background: black;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer.bottom .footer-copyright .logo-ecoles {
  display: flex;
  align-items: center;
  height: 85px;
}
footer.bottom .footer-copyright .logo-ecoles .ip-paris {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 39px;
  padding-right: 33px;
  border-right: 1px solid #707070;
}
footer.bottom .footer-copyright .logo-ecoles .ecole-polytechnique {
  margin-right: 40px;
}
footer.bottom .footer-copyright .logo-ecoles .ensta {
  margin-right: 40px;
}
footer.bottom .footer-copyright .logo-ecoles .ensae {
  margin-right: 29px;
}
footer.bottom .footer-copyright .logo-ecoles .telecom-paris {
  margin-right: 27px;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  background: #fff;
  color: #000;
  padding: 190px 30px 30px 30px !important;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
  border-radius: 0 !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 60px;
  left: 0;
  width: 100%;
  height: 78px;
  background: url("../img/logo_ipparis.png") no-repeat center center;
  background-size: contain;
}
@media screen and (prefers-reduced-motion: reduce) {
  body #tarteaucitronRoot div#tarteaucitronAlertBig::before {
    transition: none;
  }
}
body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  line-height: 1.9;
  font-family: Arial, Sans-Serif !important;
  font-size: 17px;
  text-align: center;
  padding-bottom: 0px;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig .conteneur-accept {
  display: block;
  padding-bottom: 70px;
  text-align: center;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert, body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  position: relative;
  padding: 0;
  padding-bottom: 3px;
  margin: 15px 30px;
  font-family: "Hero New", serif;
  font-size: 16px;
  font-weight: 300;
  color: #343a40;
  position: relative;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  font-family: Arial, Sans-Serif !important;
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover, body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
    color: #6c757d;
  }
  body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover::after, body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover::after {
    left: 0;
    right: auto;
    width: 100%;
    background: #6c757d;
  }
}
body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert::after, body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background: #343a40;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitronDisclaimerAlert b {
  font-weight: bold !important;
}
body #tarteaucitronAlertSmall #tarteaucitronManager {
  display: none !important;
}
body #tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  display: none;
}
body #tarteaucitronRoot button#tarteaucitronBack {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
body #tarteaucitronRoot #tarteaucitron {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  position: absolute !important;
  top: 15px;
  right: 25px;
  background: transparent;
  color: #343a40;
  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;
  left: auto;
  width: 0;
  height: 1px;
  background: #343a40;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices {
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
  margin-top: 0 !important;
  height: auto !important;
  max-height: 90vh !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices * {
  font-family: Arial, Sans-Serif !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronSelfLink {
  display: none !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 {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
  font-family: Arial, Sans-Serif !important;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 991px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #dialogTitle {
    font-size: 24px;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronInfo {
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  line-height: 1.9;
  background: transparent;
  border: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronInfo b {
  font-weight: bold !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl {
  position: relative;
  font-size: 16px;
  padding: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #343a40;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrl:hover {
    border-color: transparent;
  }
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronH2 {
  color: #343a40;
  font-weight: bold;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
  border: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden {
  background: #fff;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine {
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronHidden ul .tarteaucitronLine {
    transition: none;
  }
}
@media screen and (max-width: 1200px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig {
    padding-top: 330px;
  }
}
@media screen and (max-width: 992px) {
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig {
    top: 30px;
    left: 50px;
    right: 50px;
    bottom: 30px;
    padding-top: 310px;
  }
  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;
  }
}
@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: 60px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig::after {
    top: 150px;
    font-size: 22px;
    padding: 0 15px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig .conteneur-accept {
    padding-bottom: 30px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 15px;
  }
  body #tarteaucitronRoot.contraignant #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-weight: bold !important;
  }
}

.modal#share-email-container .modal-dialog {
  max-width: 60vw;
}
.modal#share-email-container #share-email-body {
  padding: 50px 45px 0;
}
.modal#share-email-container #share-email-body .form-group {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 3px solid black;
  padding-bottom: 5px;
  margin-bottom: 40px;
  height: 50px;
  width: 100%;
}
.modal#share-email-container #share-email-body .form-group label {
  margin-bottom: 0;
  flex-shrink: 0;
  margin-right: 15px;
  font-family: "Alverata", serif;
  font-size: 20px;
  font-weight: normal;
  color: #008BD2;
  width: 215px;
}
.modal#share-email-container #share-email-body .form-group input {
  border: none;
  font-family: "Hero New", serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  width: auto;
  flex-shrink: 1;
  flex-grow: 1;
}
.modal#share-email-container #share-email-body .form-group input::placeholder {
  font-style: italic;
  opacity: 0.3;
}
.modal .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.modal .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-content .modal-title {
  display: block;
  font-family: "Alverata", serif;
  font-size: 35px;
  font-weight: normal;
  color: #008BD2;
  padding: 20px 0;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .modal .modal-content .modal-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-title {
    font-size: 29px;
  }
}
@media screen and (max-width: 575px) {
  .modal .modal-content .modal-title {
    font-size: 24px;
  }
}
.modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: none;
}
.modal .modal-footer .btn, .modal .modal-footer span {
  margin: 15px;
  cursor: pointer;
}

header.top .surheader .burger {
  width: 35px;
  margin-left: 15px;
}
header.top .surheader .burger.active .conteneur-menu-mobile {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
header.top .surheader .burger .btn-burger {
  position: relative;
  width: 35px;
  height: 22px;
  flex-shrink: 0;
  background-image: url("../img/header/open-burger.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
header.top .surheader .burger .btn-burger.activating {
  animation: burger 500ms ease-in-out;
}
header.top .surheader .burger .btn-burger.active {
  background-image: url("../img/header/close-burger.png");
}
header.top .surheader .burger .conteneur-menu-mobile {
  position: fixed;
  display: block;
  top: 75px;
  right: 0;
  height: calc(100% + 50px);
  width: 100%;
  overflow: auto;
  text-align: right;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  z-index: 10;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile::before {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile nav {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu {
  list-style: none;
  padding-top: 24px;
  margin-bottom: 0;
  background: #fff;
  flex-grow: 1;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li:last-of-type .accordeon-burger-header {
  border-bottom: none;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .accordeon-burger-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .accordeon-burger-header > a {
  font-family: "Hero New", serif;
  font-size: 15px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .accordeon-burger-header .drop-btn {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  cursor: pointer;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .accordeon-burger-header .drop-btn::before {
  content: "\f107";
  position: absolute;
  font-size: 19px;
  font-weight: normal;
  font-family: "Font Awesome 6 Pro", fantasy;
  color: #000;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .accordeon-burger-header .drop-btn::before {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .accordeon-burger-header .drop-btn.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu.active {
  max-height: 1000px;
  opacity: 1;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .megaclose {
  display: none;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .description-lvl1 {
  display: none;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .lvl2 {
  display: block;
  padding: 24px 0;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .lvl2 > span {
  display: none;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .lvl2 ul {
  list-style: none;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .lvl2 ul li {
  margin-bottom: 11px;
}
header.top .surheader .burger .conteneur-menu-mobile .main-menu > li .mega-menu .lvl2 ul li a {
  font-family: "Hero New", serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer {
  display: none;
  background: #fff;
  padding-bottom: 200px;
  height: 100%;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background: none;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil.active .acces-profil i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil.active .profil-dropdown {
  max-height: 1000px;
  opacity: 1;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 51px;
  text-transform: uppercase;
  color: white;
  background: #008BD2;
  padding-left: 20px;
  padding-right: 0;
  z-index: 1;
  overflow: initial;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: -15px;
  width: 150vw;
  height: 100%;
  background: #008BD2;
  z-index: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil::before {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #008BD2;
  z-index: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil::after {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil span {
  display: block;
  padding-right: 20px;
  font-weight: bold;
  z-index: 1;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil i {
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .acces-profil i {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .profil-dropdown {
  position: relative !important;
  top: unset !important;
  z-index: 1;
  float: none;
  width: auto;
  border: none;
  opacity: 0;
  max-height: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .profil-dropdown {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .profil-dropdown ul {
  padding: 0;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .profil-dropdown ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .profil-dropdown ul li a {
  justify-content: flex-start;
  flex-flow: row-reverse;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .profil .profil-dropdown ul li a .picto {
  margin-right: 0;
  margin-left: 10px;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .menu-secondaire {
  display: block;
  color: #000 !important;
  background: #fff;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .menu-secondaire > ul {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 18px;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .menu-secondaire > ul li {
  margin-right: 0;
  margin-bottom: 11px;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .menu-secondaire > ul li a {
  font-family: "Hero New", serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .recherche-header {
  display: none;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux {
  border-top: 1px solid black;
  height: auto;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux.active .choix-langue i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux.active .dropdown-menu {
  position: relative !important;
  display: block;
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 100px;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .choix-langue {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 51px;
  text-transform: uppercase;
  padding-left: 20px;
  z-index: 1;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .choix-langue span {
  display: block;
  padding-right: 20px;
  font-weight: bold;
  z-index: 1;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .choix-langue i {
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .choix-langue i {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .dropdown-menu {
  position: relative;
  top: unset !important;
  z-index: 1;
  float: none;
  width: auto;
  border: none;
  opacity: 0;
  max-height: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .dropdown-menu {
    transition: none;
  }
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .dropdown-menu ul {
  padding: 0;
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .dropdown-menu ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
header.top .surheader .burger .conteneur-menu-mobile .burger-footer .drapeaux .dropdown-menu ul li a {
  justify-content: flex-end;
}

/*
-- 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: 1459px) {
  header.top .sousheader .conteneur-logos .conteneur-partenaires .logo-partenaire {
    width: 40px;
    margin: 0 5px;
  }
  header.top .sousheader > nav .main-menu > li {
    margin-left: 30px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu {
    padding: 35px 70px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu::before {
    height: 345px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 {
    width: 380px;
    margin-right: 50px;
    flex-shrink: 0;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 img {
    max-width: 100%;
    height: auto;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 p {
    margin-top: 20px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span {
    font-size: 35px;
    margin-bottom: 60px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span::after {
    bottom: -20px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li {
    margin-bottom: 25px;
    padding-right: 20px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li a {
    font-size: 18px;
  }
  .page-wrapper section.section-filtres .form-filtres {
    padding: 33px 40px;
  }
  .page-wrapper section.section-filtres .form-filtres label {
    font-size: 25px;
    margin-right: 25px;
    flex-shrink: 0;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche {
    width: 100%;
    height: 51px;
    margin-right: 25px;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche select, .page-wrapper section.section-filtres .form-filtres .cadre-recherche input {
    max-width: 345px;
  }
  .page-wrapper section.section-filtres .form-filtres .btn-submit {
    flex-shrink: 0;
  }
  .page-wrapper .wysiwyg.no-sidebar blockquote, .page-wrapper .wysiwyg.no-sidebar .temoignage {
    max-width: 80%;
  }
  .page-wrapper .wysiwyg.no-sidebar .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    max-width: 743px;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel {
    height: 230px;
  }
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header {
    font-size: 18px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    flex-wrap: wrap;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element {
    font-size: 21px;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail {
    padding-right: 50px;
    flex-grow: 0;
    width: calc(100% - 100px);
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double {
    flex-wrap: wrap;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double .info {
    width: 100%;
    padding-right: 0;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double .info:first-of-type {
    margin-bottom: 23px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .logo-ecole {
    max-width: 140px;
  }
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant {
    font-size: 18px;
  }
  .page-wrapper.home .home-carousel::after {
    right: -370px;
  }
  .page-wrapper.home .derniers-contenus .articles article {
    width: 360px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .back {
    padding: 20px 25px;
    overflow: auto;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .back b.h2 {
    font-size: 17px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .back p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces {
    margin-right: 30px;
    width: 280px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
    height: 280px;
    top: 15px;
    left: 15px;
    right: 15px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption {
    top: -30px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption h3 {
    font-size: 22px;
    height: 79px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .formulaire {
    width: 500px;
  }
  .page-wrapper.home .recherche .recherche-inner {
    margin-bottom: 80px;
    min-height: 750px;
  }
  .page-wrapper.home .recherche .recherche-inner .content {
    width: 250px;
  }
  .page-wrapper.home .recherche .recherche-inner .content .bg .image {
    height: 250px;
  }
  .page-wrapper.home .recherche .recherche-inner .content .caption {
    left: 15px;
    right: 15px;
  }
  .page-wrapper.home .recherche .recherche-inner .content .caption h3 {
    font-size: 23px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center::before {
    height: 565px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content {
    width: 540px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .bg .image {
    height: 565px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .caption h3 {
    font-size: 34px;
  }
  .page-wrapper.home .recherche .recherche-inner .fleches .left {
    left: -2px;
  }
  .page-wrapper.home .recherche .recherche-inner .fleches .right {
    right: -2px;
  }
  .page-wrapper.home .innovation::after {
    bottom: auto;
    top: 80px;
  }
  .page-wrapper.home .innovation .pages h2 {
    margin-bottom: 30px;
  }
  .page-wrapper.home .innovation .pages .page {
    margin-bottom: 40px;
  }
  .page-wrapper.home .innovation .pages .page img {
    width: 40px;
  }
  .page-wrapper.home .innovation .pages .page article {
    padding-left: 15px;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre {
    padding: 10px 50px 30px;
  }
  .page-wrapper.home .nous-rejoindre h2 {
    margin-bottom: 30px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page {
    margin-bottom: 35px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel::before {
    font-size: 22px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail {
    min-height: 24px;
  }
  .page-wrapper.liste section.section-liste .element .conteneur-detail {
    padding-top: 10px;
  }
  .page-wrapper.liste section.section-liste .element .intro-detail .categorie {
    font-size: 11px;
  }
  .page-wrapper.liste section.section-liste .element .intro-detail .date {
    font-size: 9px;
    padding: 5px;
  }
  .page-wrapper.liste section.section-liste .element .titre-element {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .page-wrapper.liste section.section-liste .element .chapo-element {
    font-size: 12px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-titre {
    padding-right: 25px;
    width: 210px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element {
    font-size: 21px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail {
    padding-right: 50px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double {
    flex-wrap: wrap;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double .info {
    width: 100%;
    padding-right: 0;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double .info:first-of-type {
    margin-bottom: 23px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .conteneur-type .logo-ecole {
    max-width: 140px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element {
    width: 140px;
  }
  aside.conteneur-sidebar .titre-widget {
    margin-bottom: 25px;
  }
  aside.conteneur-sidebar .sous-widget.sous-widget-partage .share-btn {
    margin-right: 20px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .num, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .num, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .num {
    width: 40px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail {
    padding-right: 25px;
  }
  aside.conteneur-sidebar .widget.widget-thematiques .element {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 5px 10px 5px 25px;
  }
  aside.conteneur-sidebar .widget.widget-profils .element {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 10px;
  }
  footer.bottom .footer-principal strong {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header.top .sousheader .conteneur-logos .conteneur-partenaires {
    width: 120px !important;
  }
  header.top .sousheader > nav .main-menu > li {
    margin-left: 25px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu {
    padding: 25px 50px 25px 40px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu::before {
    height: 320px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .megaclose {
    right: 20px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 {
    width: 380px;
    margin-right: 35px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 p {
    margin-top: 10px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span {
    font-size: 30px;
    margin-bottom: 40px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 > span::after {
    bottom: -15px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li a {
    font-size: 16px;
  }
  .page-wrapper:not(.home) section.section-intro .chapo {
    width: 80%;
  }
  .page-wrapper section.section-filtres .form-filtres {
    padding: 27px 30px;
  }
  .page-wrapper section.section-filtres .form-filtres label {
    font-size: 23px;
    max-width: 260px;
    line-height: 1.1;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche select {
    max-width: 325px;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche input {
    max-width: 310px;
  }
  .page-wrapper .wysiwyg.no-sidebar blockquote, .page-wrapper .wysiwyg.no-sidebar .temoignage {
    max-width: 100%;
  }
  .page-wrapper .wysiwyg.no-sidebar .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    max-width: 610px;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel {
    height: 310px;
  }
  .page-wrapper .wysiwyg blockquote {
    padding: 20px 25px;
    font-size: 19px;
  }
  .page-wrapper .wysiwyg .temoignage {
    padding: 20px 25px;
  }
  .page-wrapper .wysiwyg .temoignage .conteneur-detail .description {
    font-size: 19px;
  }
  .page-wrapper .wysiwyg .temoignage .conteneur-detail .temoin {
    font-size: 13px;
    margin-top: 10px;
  }
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header {
    font-size: 17px;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item .nav-link {
    padding: 5px 12px;
    font-size: 15px;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .nav-tabs .nav-item .nav-link.active {
    font-size: 16px;
    padding: 8px 14px;
  }
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant .enfant .titre-enfant {
    font-size: 20px;
  }
  .page-wrapper.home h2 {
    font-size: 45px;
  }
  .page-wrapper.home .home-carousel::after {
    width: 610px;
    height: 500px;
    right: -250px;
    background-size: 1500px;
  }
  .page-wrapper.home .home-carousel .zone-cliquable {
    width: 45px;
  }
  .page-wrapper.home .home-carousel article {
    height: 500px;
  }
  .page-wrapper.home .home-carousel article .caption {
    width: 450px;
    left: 30px;
  }
  .page-wrapper.home .home-carousel article .caption h2 {
    font-size: 29px;
  }
  .page-wrapper.home .derniers-contenus .articles article {
    width: 295px;
    display: flex;
    flex-direction: column;
  }
  .page-wrapper.home .derniers-contenus .articles article .element {
    flex-grow: 1;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front {
    border: 1px solid black;
    height: 100%;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    padding: 10px 15px 15px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption b.h2 {
    font-size: 17px;
  }
  .page-wrapper.home .course-finder .course-finder-inner {
    flex-wrap: wrap;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces {
    width: 320px;
    margin: 0 40px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
    height: 324px;
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption {
    top: -20px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption h3 {
    font-size: 24px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .formulaire {
    width: 100%;
  }
  .page-wrapper.home .recherche .recherche-inner {
    min-height: 700px;
  }
  .page-wrapper.home .recherche .recherche-inner .content {
    width: 201px;
  }
  .page-wrapper.home .recherche .recherche-inner .content .bg .image {
    height: auto;
  }
  .page-wrapper.home .recherche .recherche-inner .content .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .page-wrapper.home .recherche .recherche-inner .content .caption h3 {
    font-size: 19px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center::before {
    height: 460px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content {
    width: 440px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .bg .image {
    height: auto;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .caption h3 {
    font-size: 32px;
  }
  .page-wrapper.home .innovation::after {
    height: 390px;
  }
  .page-wrapper.home .innovation .pages {
    width: 50%;
    padding: 0 20px;
  }
  .page-wrapper.home .innovation .pages h2 {
    margin-bottom: 25px;
  }
  .page-wrapper.home .innovation .pages .page {
    margin-bottom: 20px;
  }
  .page-wrapper.home .innovation .pages .page img {
    width: 30px;
  }
  .page-wrapper.home .innovation .pages .page footer {
    margin-top: 15px;
  }
  .page-wrapper.home .innovation h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page-wrapper.home .innovation .detail {
    font-size: 13px;
  }
  .page-wrapper.home .innovation .img-w-form {
    width: 50%;
  }
  .page-wrapper.home .innovation .img-w-form img {
    max-width: 100%;
    height: auto;
  }
  .page-wrapper.home .campus .brisure.active .content {
    height: 500px;
    max-height: 500px;
  }
  .page-wrapper.home .campus .brisure::before, .page-wrapper.home .campus .brisure::after {
    font-size: 90px;
  }
  .page-wrapper.home .campus .brisure::before {
    height: 67px;
  }
  .page-wrapper.home .campus .brisure .content {
    font-size: 19px;
  }
  .page-wrapper.home .campus .brisure .content .titre-inner {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre {
    width: 50%;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-of-type(1) {
    order: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-of-type(4) {
    order: 1;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-of-type(2) {
    order: 2;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-of-type(5) {
    order: 3;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-of-type(3) {
    order: 4;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: none;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre:nth-of-type(6) {
    order: 5;
    border-right: none;
  }
  .page-wrapper.home .nous-rejoindre .pages {
    width: 50%;
    padding: 0 20px;
  }
  .page-wrapper.home .nous-rejoindre .pages h2 {
    margin-bottom: 25px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page {
    margin-bottom: 20px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page img {
    width: 30px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page footer {
    margin-top: 15px;
  }
  .page-wrapper.home .nous-rejoindre h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page-wrapper.home .nous-rejoindre .detail {
    font-size: 13px;
  }
  .page-wrapper.home .nous-rejoindre .img-w-form {
    width: 50%;
  }
  .page-wrapper.home .nous-rejoindre .img-w-form img {
    max-width: 100%;
    height: auto;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .conteneur-element {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel::before {
    font-size: 25px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail {
    min-height: 27px;
  }
  .page-wrapper.liste section.section-liste .conteneur-element {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .page-wrapper.liste section.section-liste .element .conteneur-detail {
    padding-top: 16px;
  }
  .page-wrapper.liste section.section-liste .element .intro-detail .categorie {
    font-size: 12px;
  }
  .page-wrapper.liste section.section-liste .element .intro-detail .date {
    font-size: 10px;
    padding: 7px;
  }
  .page-wrapper.liste section.section-liste .element .titre-element {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .page-wrapper.liste section.section-liste .element .chapo-element {
    font-size: 14px;
  }
  .page-wrapper.liste.liste-recherche .nb-resultats {
    margin-bottom: 45px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element {
    flex-wrap: wrap;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-titre {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail {
    flex-grow: 0;
    width: calc(100% - 100px);
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element {
    flex-direction: row;
    width: 100%;
  }
  .page-wrapper.liste.liste-profils section.section-filtres .form-filtres .cadre-recherche select {
    max-width: 280px;
  }
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li {
    width: 50%;
    padding-right: 30px;
  }
  aside.conteneur-sidebar .sidebar {
    padding-right: 10px;
  }
  aside.conteneur-sidebar .titre-widget {
    margin-bottom: 20px;
  }
  aside.conteneur-sidebar .sous-widget {
    margin-bottom: 30px;
  }
  aside.conteneur-sidebar .widget.widget-menu, aside.conteneur-sidebar .widget.widget-consultez-aussi, aside.conteneur-sidebar .widget.widget-temoignages {
    margin-bottom: 20px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .num, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .num, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .num {
    width: 30px;
    font-size: 16px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail .type, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail .type, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail .type {
    font-size: 12px;
    margin-bottom: 2px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail .titre {
    line-height: 1.4;
    font-size: 13px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail .read-more {
    font-size: 11px;
  }
  aside.conteneur-sidebar .widget.widget-thematiques {
    margin-bottom: 30px;
  }
  aside.conteneur-sidebar .widget.widget-thematiques .element {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 5px 10px 5px 25px;
  }
  aside.conteneur-sidebar .widget.widget-profils .element {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 10px;
  }
  .modal#share-email-container .modal-dialog {
    max-width: 80vw;
  }
  footer.bottom ul.reseaux li {
    width: 20%;
  }
  footer.bottom ul.reseaux li a {
    font-size: 20px;
  }
  footer.bottom ul.double-col li {
    width: 100%;
  }
  footer.bottom .footer-copyright {
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
  }
  footer.bottom .footer-copyright .copyright {
    text-align: center;
    width: 100%;
    margin: 10px 0 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .tooltip {
    display: none;
  }
  body {
    padding-top: 150px;
  }
  header.top .surheader .menubar {
    height: 75px;
  }
  header.top .surheader nav.burger {
    display: flex;
    align-items: center;
  }
  header.top .surheader .d-flex > .profil {
    display: none;
  }
  header.top .surheader .burger .conteneur-menu-mobile nav {
    height: auto;
  }
  header.top .surheader .burger .conteneur-menu-mobile .main-menu {
    flex-grow: 0;
  }
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer {
    display: block;
  }
  header.top .d-flex .menu-secondaire > ul {
    display: none;
  }
  header.top .d-flex .menu-secondaire .drapeaux .dropdown-menu {
    top: 73px !important;
  }
  header.top .d-flex .menu-secondaire .drapeaux .dropdown-menu.show {
    top: 75px !important;
  }
  header.top .searchbar form {
    width: 100%;
  }
  header.top .sousheader {
    height: 75px;
  }
  header.top .sousheader .conteneur-logos {
    flex-grow: 1;
  }
  header.top .sousheader .conteneur-logos .logo {
    flex-shrink: 0;
  }
  header.top .sousheader .conteneur-logos .conteneur-partenaires {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  header.top .sousheader > nav {
    display: none;
  }
  .page-wrapper:not(.home) section.section-intro .chapo {
    width: 100%;
    font-size: 19px;
  }
  .page-wrapper section.section-ariane {
    margin-bottom: 40px;
  }
  .page-wrapper section.section-filtres .form-filtres {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 17px 22px 32px;
  }
  .page-wrapper section.section-filtres .form-filtres .form-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .page-wrapper section.section-filtres .form-filtres label {
    font-size: 25px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
    max-width: unset;
    width: 100%;
    line-height: unset;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche {
    margin-right: 0;
    margin-bottom: 37px;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche select, .page-wrapper section.section-filtres .form-filtres .cadre-recherche input {
    max-width: unset;
  }
  .page-wrapper .wysiwyg.no-sidebar .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    max-width: unset;
    margin-left: 35px;
    margin-right: 25px;
  }
  .page-wrapper .wysiwyg .boite-image .conteneur-detail {
    padding: 10px 0 8px;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-desktop {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile {
    display: block;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .element-accordeon {
    margin-bottom: 7px;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-header {
    position: relative;
    display: block;
    padding: 13px 20px;
    padding-right: 40px;
    border: 1px solid black;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-header {
    transition: none;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-header[aria-expanded=true] {
    font-family: "Hero New", serif;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #000;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-header[aria-expanded=true]::after {
    content: "\f068";
    color: #fff;
    background: #000;
    border-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-header::after {
    content: "\f067";
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro", fantasy;
    color: black;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
  }
}
@media screen and (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-header::after {
    transition: none;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon-body {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper section.section-carrefour {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper .newsletter {
    padding-top: 55px;
    padding-bottom: 200px;
  }
  .page-wrapper .newsletter .formulaire {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.home .home-carousel {
    overflow: hidden;
  }
  .page-wrapper.home .home-carousel::after {
    background-image: url("../img/home/fond-slick-mobile.png");
    right: -200px;
    height: 400px;
    width: 440px;
    background-size: contain;
  }
  .page-wrapper.home .home-carousel .zone-cliquable {
    display: none;
  }
  .page-wrapper.home .home-carousel article {
    height: 400px;
  }
  .page-wrapper.home .home-carousel .next-section {
    display: none;
  }
  .page-wrapper.home .derniers-contenus .articles {
    flex-direction: column;
  }
  .page-wrapper.home .derniers-contenus .articles article {
    width: 100%;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element {
    flex-grow: 0;
    width: 100%;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front {
    display: flex;
    align-items: center;
    border: none;
    border-top: 1px solid black;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .thumbnail {
    flex-shrink: 0;
    width: 170px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption {
    padding-left: 25px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption b.h2 {
    font-size: 20px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .transition, .page-wrapper.home .derniers-contenus .articles article .element .back {
    display: none;
  }
  .page-wrapper.home .derniers-contenus .articles article footer {
    margin-top: 10px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces {
    width: 300px;
    margin: 0 20px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
    height: 100%;
  }
  .page-wrapper.home .recherche .recherche-inner {
    min-height: 650px;
    justify-content: center;
  }
  .page-wrapper.home .recherche .recherche-inner .page {
    width: 0;
    overflow: hidden;
  }
  .page-wrapper.home .recherche .recherche-inner .page.is-center {
    width: auto;
    overflow: initial;
  }
  .page-wrapper.home .recherche .recherche-inner .fleches {
    bottom: 100px;
    left: -100px;
    right: -100px;
  }
  .page-wrapper.home .innovation::after {
    display: none;
  }
  .page-wrapper.home .innovation .d-flex {
    flex-direction: column;
  }
  .page-wrapper.home .innovation h3 {
    font-size: 24px;
  }
  .page-wrapper.home .innovation .detail {
    font-size: 14px;
  }
  .page-wrapper.home .innovation .pages {
    width: 100%;
    order: 1;
    margin-top: 0;
    padding: 0;
  }
  .page-wrapper.home .innovation .pages .page {
    display: block;
    margin-bottom: 40px;
  }
  .page-wrapper.home .innovation .pages .page img {
    width: 40px;
    max-height: 45px;
    float: left;
  }
  .page-wrapper.home .innovation .pages .page article {
    padding-left: 0;
  }
  .page-wrapper.home .innovation .pages .page article header {
    margin-left: 60px;
    height: 50px;
  }
  .page-wrapper.home .innovation .img-w-form {
    display: none;
  }
  .page-wrapper.home .campus {
    margin-top: 60px;
  }
  .page-wrapper.home .campus .brisure {
    margin-bottom: 120px;
  }
  .page-wrapper.home .campus .brisure.active .content {
    height: auto;
  }
  .page-wrapper.home .campus .brisure::before {
    font-size: 60px;
    height: 100px;
  }
  .page-wrapper.home .campus .brisure::after {
    display: none;
  }
  .page-wrapper.home .campus .brisure .content {
    font-size: 20px;
    line-height: 1.5;
  }
  .page-wrapper.home .campus .brisure .content::before {
    display: none;
  }
  .page-wrapper.home .campus .brisure .content .titre-inner {
    display: none;
  }
  .page-wrapper.home .campus .brisure .content .btn {
    font-size: 16px;
    padding: 0.8rem 1rem;
    margin-top: 20px;
  }
  .page-wrapper.home .campus .brisure .content .container {
    padding: 50px 15px;
  }
  .page-wrapper.home .chiffres-cles {
    padding: 40px 0;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre {
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .picto {
    height: 70px;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }
  .page-wrapper.home .nous-rejoindre {
    padding-top: 50px;
    margin-bottom: 60px;
  }
  .page-wrapper.home .nous-rejoindre::after {
    display: none;
  }
  .page-wrapper.home .nous-rejoindre .d-flex {
    flex-direction: column;
  }
  .page-wrapper.home .nous-rejoindre h3 {
    font-size: 24px;
  }
  .page-wrapper.home .nous-rejoindre .detail {
    font-size: 14px;
  }
  .page-wrapper.home .nous-rejoindre .pages {
    width: 100%;
    order: 1;
    margin-top: 0;
    padding: 0;
  }
  .page-wrapper.home .nous-rejoindre .pages .page {
    display: block;
    margin-bottom: 40px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page img {
    width: 40px;
    max-height: 45px;
    float: left;
  }
  .page-wrapper.home .nous-rejoindre .pages .page article {
    padding-left: 0;
  }
  .page-wrapper.home .nous-rejoindre .pages .page article header {
    margin-left: 60px;
    height: 50px;
  }
  .page-wrapper.home .nous-rejoindre .img-w-form {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper:not(.home) h1.titre-page {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.liste:not(.home) section.section-intro .chapo {
    margin: 55px 0;
  }
  .page-wrapper.liste section.section-liste .conteneur-pagination {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .conteneur-element {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 55px;
  }
  .page-wrapper.liste.liste-profils section.section-filtres .form-filtres .cadre-recherche select {
    max-width: unset;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.single section.footer-page {
    padding: 0;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(2) > .sitemap-menu > li {
    width: 100%;
    padding-right: 0;
  }
  .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(1), .page-wrapper.sitemap .conteneur-sitemap .bloc-sitemap:nth-of-type(3) {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  aside.conteneur-sidebar .sidebar {
    padding: 0;
  }
  aside.conteneur-sidebar .titre-widget {
    margin-bottom: 35px;
  }
  aside.conteneur-sidebar .sous-widget {
    margin-bottom: 50px;
  }
  aside.conteneur-sidebar .widget.widget-menu, aside.conteneur-sidebar .widget.widget-consultez-aussi, aside.conteneur-sidebar .widget.widget-temoignages {
    margin-bottom: 42px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .num, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .num, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .num {
    width: 60px;
    font-size: 20px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail {
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail .type, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail .type, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail .type {
    font-size: 14px;
    margin-bottom: 4px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail .titre, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail .titre {
    font-size: 14px;
  }
  aside.conteneur-sidebar .widget.widget-menu .liste-elements .conteneur-element .element .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-consultez-aussi .liste-elements .conteneur-element .element .conteneur-detail .read-more, aside.conteneur-sidebar .widget.widget-temoignages .liste-elements .conteneur-element .element .conteneur-detail .read-more {
    font-size: 12px;
  }
  aside.conteneur-sidebar .widget.widget-thematiques {
    margin-bottom: 52px;
  }
  aside.conteneur-sidebar .widget.widget-thematiques .element {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 7px 13px 7px 28px;
  }
  aside.conteneur-sidebar .widget.widget-profils .element {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 7px 5px;
  }
}
@media screen and (max-width: 991px) {
  footer.bottom .footer-copyright .logo-ecoles .ip-paris {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .user-login-form .form-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .user-login-form .captcha {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .modal#share-email-container .modal-dialog {
    max-width: 95vw;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-actions .form-submit {
    margin: 0;
  }
  .webform-submission-form .form-actions .btn-primary {
    margin: 30px 0 0 0;
  }
  .page-wrapper:not(.home) section.section-intro .chapo {
    font-size: 18px;
  }
  .page-wrapper section.section-ariane {
    margin-bottom: 40px;
  }
  .page-wrapper .wysiwyg.no-sidebar .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    margin: 0;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) {
    padding-left: 0;
  }
  .page-wrapper .wysiwyg .tableau-responsive {
    margin: 10px 0;
  }
  .page-wrapper .wysiwyg table.tableau-programme {
    display: block;
    margin: 0 -15px;
  }
  .page-wrapper .wysiwyg table.tableau-programme tr {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
  }
  .page-wrapper .wysiwyg table.tableau-programme tr td {
    display: block;
    min-width: unset !important;
    max-width: unset !important;
    width: 100% !important;
    background: #fff !important;
    padding: 0 !important;
    border: none !important;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel {
    margin: 0 -11px 30px;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel {
    height: 250px;
    margin: 0 11px;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel .footer-carrousel .fleche {
    width: 45px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .conteneur-liste {
    position: relative;
    background: none;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .conteneur-liste::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: url("../img/dots.jpg") repeat;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .conteneur-liste::before {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    padding: 27px 24px;
    margin: 0;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element::before {
    width: 40%;
    height: 136px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail {
    width: 100%;
    padding-right: 0;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info {
    margin-bottom: 15px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double .info:first-of-type {
    margin-bottom: 15px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .logo-ecole {
    position: relative;
    top: unset;
    right: unset;
    flex-shrink: 1;
    max-width: 170px;
    margin-left: 30px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .footer-element {
    margin-top: 45px;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper section.section-carrefour .liste-enfants .conteneur-enfant {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .newsletter {
    height: auto;
    padding-bottom: 40px;
  }
  .page-wrapper .newsletter .formulaire strong {
    font-size: 25px;
  }
  .page-wrapper .newsletter .formulaire .ip_group.active label {
    font-size: 12px;
  }
  .page-wrapper .newsletter .formulaire .ip_group label {
    font-size: 17px;
  }
  .page-wrapper .newsletter .formulaire .ip_group [type=submit] i {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .home-carousel::after {
    display: none;
  }
  .page-wrapper.home .home-carousel .zone-cliquable {
    display: none !important;
  }
  .page-wrapper.home .home-carousel article {
    height: auto;
  }
  .page-wrapper.home .home-carousel article::before {
    display: none;
  }
  .page-wrapper.home .home-carousel article::after {
    display: none;
  }
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel {
    text-align: center;
    height: 330px;
    background: #000;
    overflow: hidden;
  }
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 0;
    right: -150px;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: url("../img/home/fond-slick-mobile.png") no-repeat top right;
    background-size: contain;
    transition: none;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel::after {
    transition: none;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel::after {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .home-carousel article .caption {
    width: 100%;
    padding: 20px 15px;
    position: relative;
    top: unset;
    margin-top: 290px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: unset;
  }
  .page-wrapper.home .home-carousel article .caption b {
    margin-bottom: 15px;
  }
  .page-wrapper.home .home-carousel article .caption h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .derniers-contenus .articles article {
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front {
    flex-direction: column;
    border-top: none;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .thumbnail {
    width: 100%;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .thumbnail img {
    width: 100%;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption {
    padding: 25px 0 15px;
    width: 100%;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption b {
    display: block;
    margin-bottom: 5px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption b.h2 {
    font-size: 22px;
  }
  .page-wrapper.home .derniers-contenus .articles article footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces {
    margin-bottom: 60px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces {
    width: 50%;
    margin: 0;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
    height: auto;
    bottom: 20px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces:first-of-type {
    padding-right: 15px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces:last-of-type {
    padding-left: 15px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption {
    top: 0;
    background: #fff;
  }
  .page-wrapper.home .course-finder .course-finder-inner .formulaire strong {
    font-size: 25px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .formulaire .ip_group.active label {
    font-size: 12px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .formulaire .ip_group label {
    font-size: 17px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .formulaire .ip_group [type=submit] i {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .recherche .recherche-inner {
    min-height: 650px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .fleches {
    left: 0;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .campus .brisure {
    margin-bottom: 110px;
  }
  .page-wrapper.home .campus .brisure:last-of-type {
    margin-bottom: 50px;
  }
  .page-wrapper.home .campus .brisure::before {
    font-size: 50px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong span {
    opacity: 1 !important;
    animation: none !important;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong::before {
    display: none !important;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big span {
    opacity: 1 !important;
    animation: none !important;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big::before {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper:not(.home) h1.titre-page {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.liste:not(.home) section.section-intro .chapo {
    margin: 45px 0;
  }
  .page-wrapper.liste section.section-liste .conteneur-pagination {
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel::before {
    font-size: 22px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-detail {
    padding-top: 10px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail {
    min-height: unset;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail .categorie {
    font-size: 11px;
    margin-top: 5px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail .date {
    font-size: 9px;
    padding: 5px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .titre-element {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .chapo-element {
    font-size: 12px;
  }
  .page-wrapper.liste section.section-liste .conteneur-element {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element {
    padding: 27px 24px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element::before {
    width: 40%;
    height: 136px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-titre {
    margin-bottom: 26px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element {
    font-size: 20px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail {
    width: 100%;
    padding-right: 0;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info {
    margin-bottom: 15px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double .info:first-of-type {
    margin-bottom: 15px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .conteneur-type {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .conteneur-type .logo-ecole {
    position: relative;
    top: unset;
    right: unset;
    flex-shrink: 1;
    max-width: 170px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer.bottom {
    margin-top: 40px;
  }
  footer.bottom .footer-principal .footer-principal-inner {
    padding: 40px 25px;
  }
  footer.bottom .footer-principal strong {
    font-size: 21px;
    margin-bottom: 17px;
  }
  footer.bottom .footer-principal .conteneur-logo {
    text-align: center;
  }
  footer.bottom ul.reseaux {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    justify-content: center;
  }
  footer.bottom ul.reseaux li {
    width: auto;
    margin: 0 22px;
  }
  footer.bottom ul.reseaux li a {
    font-size: 25px;
  }
  footer.bottom ul.double-col li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .modal#share-email-container #share-email-body {
    padding: 10px 15px 0;
  }
  .modal#share-email-container #share-email-body .form-group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  .modal#share-email-container #share-email-body .form-group label {
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }
  .modal#share-email-container #share-email-body .form-group input {
    border-bottom: 3px solid black;
    max-width: 100% !important;
    height: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ip_group {
    margin-top: 25px;
  }
  .ip_group label {
    justify-content: flex-start;
  }
  .webform-submission-form .form-item.form-type-textfield, .webform-submission-form .form-item.form-type-tel, .webform-submission-form .form-item.form-type-email {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  .webform-submission-form .form-item.form-type-textfield label, .webform-submission-form .form-item.form-type-tel label, .webform-submission-form .form-item.form-type-email label {
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }
  .webform-submission-form .form-item.form-type-textfield input, .webform-submission-form .form-item.form-type-tel input, .webform-submission-form .form-item.form-type-email input {
    border-bottom: 3px solid black;
    max-width: 100%;
    height: 50px;
  }
  .webform-submission-form .form-item.form-check label {
    padding-left: 30px;
  }
  .webform-submission-form .form-item.form-type-managed-file .form-managed-file input {
    font-size: 14px;
  }
  .webform-submission-form .form-actions {
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .user-login-form .form-item.form-type-textfield, .user-login-form .form-item.form-type-password {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  .user-login-form .form-item.form-type-textfield label, .user-login-form .form-item.form-type-password label {
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }
  .user-login-form .form-item.form-type-textfield input, .user-login-form .form-item.form-type-password input {
    border-bottom: 3px solid black;
    max-width: 100% !important;
    height: 50px;
    width: 100%;
  }
  .user-login-form .form-item.form-check label {
    padding-left: 30px;
  }
  .user-login-form .form-actions {
    padding-top: 30px;
  }
  header.top .surheader .d-flex > .profil {
    display: none;
  }
  header.top .surheader .d-flex .logo {
    display: block;
    flex-shrink: 0;
  }
  header.top .surheader .d-flex > .menu-secondaire .drapeaux {
    display: none;
  }
  header.top .surheader .burger .conteneur-menu-mobile nav {
    height: auto;
  }
  header.top .surheader .burger .conteneur-menu-mobile .main-menu {
    flex-grow: 0;
  }
  header.top .surheader .burger .conteneur-menu-mobile .burger-footer {
    display: block;
  }
  header.top .searchbar.active {
    height: 113px;
  }
  header.top .searchbar form {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  header.top .searchbar form .formulaire strong {
    font-size: 24px;
    line-height: 1;
  }
  header.top .sousheader .conteneur-logos .logo {
    display: none;
  }
  header.top .sousheader .conteneur-logos .conteneur-partenaires {
    padding-left: 0;
    justify-content: space-between;
  }
  .page-wrapper:not(.home) section.section-intro .chapo {
    font-size: 17px;
  }
  .page-wrapper .newsletter {
    padding-bottom: 20px;
  }
  .page-wrapper .newsletter .formulaire {
    padding: 15px 10px 15px 10px;
    margin-bottom: 30px;
  }
  .page-wrapper .newsletter .formulaire .ip_group label {
    font-size: 15px;
  }
  .page-wrapper .webform-submission-contact-form {
    padding: 30px 15px;
  }
  .page-wrapper .wysiwyg p {
    margin-bottom: 20px;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel {
    height: 230px;
  }
  .page-wrapper .wysiwyg .boite-image .conteneur-detail::after {
    width: 100%;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info.multiple {
    flex-wrap: wrap;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info.multiple .texte-info {
    width: 100%;
    padding-left: 35px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .type {
    margin-bottom: 15px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .logo-ecole {
    margin-left: 0;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche {
    padding: 11px 9px 15px;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche::before {
    left: 9px;
    right: 9px;
    bottom: 5px;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche input[type=text] {
    width: calc(100% - 40px);
    font-size: 15px;
  }
  .page-wrapper section.section-filtres .form-filtres .cadre-recherche select {
    width: calc(100% - 40px);
    font-size: 15px;
  }
  .page-wrapper.home h2 {
    font-size: 30px;
  }
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel {
    height: auto;
  }
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel::after {
    width: 200%;
  }
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel img.image-style-zoom {
    display: none;
  }
  .page-wrapper.home .home-carousel article .slide .conteneur-visuel img.image-style-zoom-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-wrapper.home .derniers-contenus {
    margin-bottom: 20px;
  }
  .page-wrapper.home .course-finder h2 {
    margin-top: -5px;
  }
  .page-wrapper.home .course-finder .course-finder-inner {
    padding: 60px 15px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .bg::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .page-wrapper.home .course-finder .course-finder-inner .conteneur-acces .acces .caption h3 {
    font-size: 16px;
    padding: 13px 10px;
    height: 65px;
  }
  .page-wrapper.home .course-finder .formulaire {
    padding: 15px 10px 15px 10px;
    margin-bottom: 30px;
  }
  .page-wrapper.home .recherche h2 {
    margin-bottom: 30px;
  }
  .page-wrapper.home .recherche .recherche-inner {
    margin-bottom: 30px;
    min-height: 560px;
  }
  .page-wrapper.home .recherche .recherche-inner .content .bg::before {
    background: none;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center {
    width: 100% !important;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center::before {
    display: none;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content {
    width: 100%;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .bg {
    position: relative;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .bg::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    height: 100%;
    left: 20px;
    right: 20px;
    top: 20px;
    border: 2px solid #008BD2;
    opacity: 1;
  }
}
@media screen and (max-width: 575px) and (prefers-reduced-motion: reduce) {
  .page-wrapper.home .recherche .recherche-inner .is-center .content .bg::before {
    transition: none;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.home .recherche .recherche-inner .is-center .content .caption h3 {
    font-size: 25px;
    min-height: 85px;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.home .recherche .recherche-inner .fleches .left {
    background-position: center left;
    width: 33px;
    background-size: auto;
    left: 15px;
  }
  .page-wrapper.home .recherche .recherche-inner .fleches .right {
    background-position: center right;
    width: 33px;
    background-size: auto;
    right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.home .innovation h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-wrapper.home .innovation .pages .page article header {
    min-height: 45px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.home .campus .brisure.active .content {
    max-height: 2000px;
  }
  .page-wrapper.home .campus .brisure:last-of-type {
    margin-bottom: 0;
  }
  .page-wrapper.home .campus .brisure::before {
    font-size: 35px;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.home .chiffres-cles {
    background: none;
    padding-bottom: 0;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre {
    padding: 30px 15px;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big {
    font-size: 15px;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.home .nous-rejoindre h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-wrapper.home .nous-rejoindre .pages {
    margin-top: 20px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page article header {
    min-height: 45px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper:not(.home) h1.titre-page {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrapper.liste:not(.home) section.section-intro .chapo {
    margin: 39px 0;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .conteneur-element {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel::before {
    font-size: 25px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-detail {
    padding-top: 16px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail {
    min-height: 27px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail .categorie {
    font-size: 12px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail .date {
    font-size: 10px;
    padding: 7px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .titre-element {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .chapo-element {
    font-size: 14px;
  }
  .page-wrapper.liste section.section-liste .conteneur-pagination {
    margin-bottom: 40px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info.multiple {
    flex-wrap: wrap;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info.multiple .texte-info {
    width: 100%;
    padding-left: 35px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element .conteneur-logo-ecole {
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  footer.bottom ul.reseaux li {
    margin: 0 18px;
  }
  footer.bottom .footer-copyright {
    line-height: 3;
  }
  footer.bottom .footer-copyright .copyright {
    margin: 0 0 10px 0;
  }
  footer.bottom .footer-copyright .logo-ecoles {
    height: auto;
  }
  footer.bottom .footer-copyright .logo-ecoles > a {
    margin: 0 10px !important;
  }
  footer.bottom .footer-copyright .logo-ecoles > a img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-height: 768px) and (min-width: 992px) {
  header.top .sousheader > nav .main-menu > li .mega-menu {
    padding: 25px 70px;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu::before {
    height: 325px !important;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 {
    width: 380px !important;
    margin-right: 30px !important;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .description-lvl1 p {
    font-size: 14px !important;
    max-width: 100% !important;
    margin-top: 15px !important;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul {
    max-height: calc(100vh - 400px);
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li {
    margin-bottom: 15px !important;
  }
  header.top .sousheader > nav .main-menu > li .mega-menu .lvl2 ul li a {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }
}
@media screen and (max-height: 768px) and (min-width: 1200px) {
  .page-wrapper.home h2 {
    font-size: 45px;
  }
  .page-wrapper.home .home-carousel::after {
    width: 610px;
    height: 430px;
    right: -250px !important;
    background-size: 1300px;
  }
  .page-wrapper.home .home-carousel .zone-cliquable {
    width: 45px;
  }
  .page-wrapper.home .home-carousel article {
    height: 430px;
  }
  .page-wrapper.home .home-carousel article .conteneur-visuel img {
    object-fit: cover;
  }
  .page-wrapper.home .home-carousel article .caption {
    width: 450px;
    left: 30px;
  }
  .page-wrapper.home .home-carousel article .caption h2 {
    font-size: 29px;
  }
  .page-wrapper.home .recherche .recherche-inner {
    justify-content: center;
    min-height: 700px;
  }
  .page-wrapper.home .recherche .recherche-inner .fleches {
    bottom: 230px;
  }
  .page-wrapper.home .recherche .recherche-inner .page {
    margin: 0 22px;
  }
  .page-wrapper.home .recherche .recherche-inner .content {
    width: 225px;
  }
  .page-wrapper.home .recherche .recherche-inner .content .bg .image {
    height: auto;
  }
  .page-wrapper.home .recherche .recherche-inner .content .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .page-wrapper.home .recherche .recherche-inner .content .caption h3 {
    font-size: 21px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center::before {
    height: 460px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content {
    width: 440px;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .bg .image {
    height: auto;
  }
  .page-wrapper.home .recherche .recherche-inner .is-center .content .caption h3 {
    font-size: 32px;
  }
  .page-wrapper.home .campus .brisure.active .content {
    height: 500px;
    max-height: 500px;
  }
  .page-wrapper.home .campus .brisure::before, .page-wrapper.home .campus .brisure::after {
    font-size: 90px;
  }
  .page-wrapper.home .campus .brisure::before {
    height: 67px;
  }
  .page-wrapper.home .campus .brisure .content {
    font-size: 19px;
  }
  .page-wrapper.home .campus .brisure .content .titre-inner {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .page-wrapper.home .innovation::after {
    height: 390px;
  }
  .page-wrapper.home .innovation .pages {
    width: 57%;
    padding: 0 20px;
  }
  .page-wrapper.home .innovation .pages h2 {
    margin-bottom: 25px;
  }
  .page-wrapper.home .innovation .pages .page {
    margin-bottom: 20px;
  }
  .page-wrapper.home .innovation .pages .page img {
    width: 30px;
  }
  .page-wrapper.home .innovation .pages .page footer {
    margin-top: 15px;
  }
  .page-wrapper.home .innovation h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page-wrapper.home .innovation .detail {
    font-size: 13px;
  }
  .page-wrapper.home .innovation .img-w-form {
    width: 43%;
  }
  .page-wrapper.home .innovation .img-w-form img {
    max-width: 100%;
    height: auto;
  }
  .page-wrapper.home .nous-rejoindre .pages {
    width: 57%;
    padding: 0 20px;
  }
  .page-wrapper.home .nous-rejoindre .pages h2 {
    margin-bottom: 25px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page {
    margin-bottom: 20px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page img {
    width: 30px;
  }
  .page-wrapper.home .nous-rejoindre .pages .page footer {
    margin-top: 15px;
  }
  .page-wrapper.home .nous-rejoindre h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page-wrapper.home .nous-rejoindre .detail {
    font-size: 13px;
  }
  .page-wrapper.home .nous-rejoindre .img-w-form {
    width: 43%;
  }
  .page-wrapper.home .nous-rejoindre .img-w-form img {
    max-width: 100%;
    height: auto;
  }
}
_:-ms-fullscreen .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel img, :root .page-wrapper .wysiwyg .conteneur-carrousel .carrousel .element-carrousel img {
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: none !important;
}
_:-ms-fullscreen header.top .d-flex .menu-secondaire > ul a, :root header.top .d-flex .menu-secondaire > ul a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  _:-ms-fullscreen header.top .d-flex .menu-secondaire > ul a, :root header.top .d-flex .menu-secondaire > ul a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  _:-ms-fullscreen header.top .d-flex .menu-secondaire > ul a:hover, :root header.top .d-flex .menu-secondaire > ul a:hover {
    border-color: white;
  }
}
_:-ms-fullscreen header.top .d-flex .menu-secondaire > ul a::after, :root header.top .d-flex .menu-secondaire > ul a::after {
  display: none;
}
_:-ms-fullscreen .page-wrapper.home .course-finder .formulaire strong a, :root .page-wrapper.home .course-finder .formulaire strong a {
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  _:-ms-fullscreen .page-wrapper.home .course-finder .formulaire strong a, :root .page-wrapper.home .course-finder .formulaire strong a {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  _:-ms-fullscreen .page-wrapper.home .course-finder .formulaire strong a:hover, :root .page-wrapper.home .course-finder .formulaire strong a:hover {
    border-color: #8dbe23;
  }
}
_:-ms-fullscreen .page-wrapper.home .course-finder .formulaire strong a::after, :root .page-wrapper.home .course-finder .formulaire strong a::after {
  display: none;
}
_:-ms-fullscreen .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong span, :root .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong span {
  opacity: 1 !important;
  animation: none !important;
}
_:-ms-fullscreen .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong::before, :root .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong::before {
  display: none !important;
}
_:-ms-fullscreen .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big span, :root .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big span {
  opacity: 1 !important;
  animation: none !important;
}
_:-ms-fullscreen .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big::before, :root .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big::before {
  display: none !important;
}
_:-ms-fullscreen footer.bottom .footer-copyright .link, :root footer.bottom .footer-copyright .link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  _:-ms-fullscreen footer.bottom .footer-copyright .link, :root footer.bottom .footer-copyright .link {
    transition: none;
  }
}
@media screen and (min-width: 992px) {
  _:-ms-fullscreen footer.bottom .footer-copyright .link:hover, :root footer.bottom .footer-copyright .link:hover {
    border-color: black;
  }
}
_:-ms-fullscreen footer.bottom .footer-copyright .link::after, :root footer.bottom .footer-copyright .link::after {
  display: none;
}

select::-ms-expand {
  display: none;
  background: url("../img/pictos/arrow-select.jpg") no-repeat center right;
}

@media print {
  body {
    padding-top: 0;
  }
  .row, .d-flex {
    display: block !important;
  }
  .col-lg-6, .col-lg-8, .col-lg-4 {
    max-width: unset;
  }
  .webform-submission-form .form-item {
    display: block !important;
    height: auto !important;
  }
  aside.conteneur-sidebar {
    display: none;
  }
  main.conteneur-main {
    max-width: unset;
  }
  header.top {
    position: relative;
    display: block;
  }
  header.top.sticky {
    border-bottom: none;
  }
  header.top.sticky .sousheader {
    height: auto;
  }
  header.top .surheader {
    display: none;
  }
  header.top .searchbar {
    display: none !important;
  }
  header.top .sousheader {
    display: block;
    padding: 15px 0;
    height: auto;
  }
  header.top .sousheader .conteneur-logos {
    display: block;
  }
  header.top .sousheader .conteneur-logos .logo {
    display: block;
    border-right: none;
    padding-right: 0;
  }
  header.top .sousheader .conteneur-logos .logo a {
    display: block;
  }
  header.top .sousheader .conteneur-logos .conteneur-partenaires {
    display: none;
  }
  header.top .sousheader > nav {
    display: none;
  }
  .page-wrapper section.section-ariane {
    margin-bottom: 30px;
  }
  .page-wrapper section.section-ariane .breadcrumb {
    display: block;
  }
  .page-wrapper section.section-ariane .breadcrumb li {
    color: #000;
  }
  .page-wrapper section.section-ariane .breadcrumb li a {
    text-decoration: none;
  }
  .page-wrapper section.section-carrefour {
    display: none;
  }
  .page-wrapper .newsletter {
    display: none;
  }
  .page-wrapper section.section-filtres {
    display: none;
  }
  .page-wrapper .wysiwyg p a {
    text-decoration: none;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) {
    list-style: disc !important;
    padding-left: 25px;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li::before, .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li::after {
    display: none;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul {
    list-style: circle !important;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li {
    padding-left: 0;
    margin-bottom: 12px;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li ul {
    list-style: square !important;
  }
  .page-wrapper .wysiwyg ul:not(.slick-dots):not(.nav) li ul li ul li {
    padding-left: 0;
  }
  .page-wrapper .wysiwyg .tableau-responsive {
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper .wysiwyg .conteneur-carrousel, .page-wrapper .wysiwyg .boite-image {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header {
    color: black !important;
    border-bottom: 2px solid black !important;
  }
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .accordeon-header::after {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-accordeon .accordeon .element-accordeon .collapse {
    display: block !important;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-desktop {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile {
    display: block;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon .element-accordeon .accordeon-header {
    font-family: "Hero New", serif;
    font-size: 19px;
    font-weight: bold;
    color: black;
    padding: 16px 0;
    border-bottom: 2px solid black !important;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon .element-accordeon .accordeon-header::after {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon .element-accordeon .collapse {
    display: block !important;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon .element-accordeon .collapse .accordeon-body {
    padding: 32px 0;
  }
  .page-wrapper .wysiwyg .conteneur-onglets .onglets-mobile .accordeon .element-accordeon .collapse .accordeon-body p {
    margin-bottom: 20px;
  }
  .page-wrapper .wysiwyg .ve--youtube {
    display: none;
  }
  .page-wrapper .wysiwyg iframe {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .conteneur-liste {
    background: none;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements {
    display: block;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element {
    display: block;
    margin-left: 0;
    margin-right: 0;
    page-break-inside: avoid;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element::before {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .titre-element {
    width: 100%;
    padding-bottom: 30px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail {
    padding-right: 0;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info {
    display: block;
    margin-bottom: 10px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double .info {
    width: 100%;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info.info-double .info:first-of-type {
    margin-bottom: 10px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info {
    display: block;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .ligne-info .info .label-info {
    display: inline-block;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type {
    padding-top: 10px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .conteneur-detail .conteneur-type .logo-ecole {
    position: relative;
    display: block;
    right: unset;
    top: unset;
    margin-top: 20px;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .liste-elements .element .footer-element {
    display: none;
  }
  .page-wrapper .wysiwyg .conteneur-course-finder .bloc-course-finder .footer-course-finder {
    display: none;
  }
  .page-wrapper.home .home-carousel::after {
    display: none;
  }
  .page-wrapper.home .home-carousel .next-section, .page-wrapper.home .home-carousel .zone-cliquable {
    display: none;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    overflow: initial;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track {
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article {
    width: 100% !important;
    height: auto;
    float: none;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article.slick-cloned {
    display: none;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article::before {
    display: none;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article .conteneur-visuel {
    display: none;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article .caption {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dee2e6;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article .caption h2 {
    font-size: 28px;
  }
  .page-wrapper.home .home-carousel .slick-slider .slick-list .slick-track article .custom-dots {
    display: none;
  }
  .page-wrapper.home .derniers-contenus {
    margin-top: 50px;
  }
  .page-wrapper.home .derniers-contenus .articles {
    display: block;
  }
  .page-wrapper.home .derniers-contenus .articles article {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-wrapper.home .derniers-contenus .articles article .element {
    overflow: initial;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .transition {
    display: none;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .thumbnail {
    display: none;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    padding: 0;
    background: none;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .front .caption b.h2 {
    display: none;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .back {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    padding: 0;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .back b.h2 {
    display: block;
    padding-bottom: 10px;
    color: #000;
  }
  .page-wrapper.home .derniers-contenus .articles article .element .back .text-right {
    display: none;
  }
  .page-wrapper.home .derniers-contenus .articles article footer {
    display: none;
  }
  .page-wrapper.home .course-finder {
    display: none;
  }
  .page-wrapper.home .recherche .recherche-inner {
    display: block;
    height: auto !important;
  }
  .page-wrapper.home .recherche .recherche-inner .fleches {
    display: none;
  }
  .page-wrapper.home .recherche .recherche-inner .page {
    margin-bottom: 30px;
  }
  .page-wrapper.home .recherche .recherche-inner .page.is-center::before {
    display: none;
  }
  .page-wrapper.home .recherche .recherche-inner .page .content {
    width: 100%;
  }
  .page-wrapper.home .recherche .recherche-inner .page .content .bg {
    display: none;
  }
  .page-wrapper.home .recherche .recherche-inner .page .content .caption {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-align: left !important;
  }
  .page-wrapper.home .recherche .recherche-inner .page .content .caption h3 {
    display: block;
    color: #000;
    width: 100%;
    min-height: unset;
    background: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .page-wrapper.home .recherche .recherche-inner .page .content .caption p {
    display: block;
  }
  .page-wrapper.home .recherche .recherche-inner .page .content .caption .btn {
    display: none;
  }
  .page-wrapper.home .innovation {
    display: block;
  }
  .page-wrapper.home .innovation::after {
    display: none;
  }
  .page-wrapper.home .innovation h2 {
    text-align: center;
  }
  .page-wrapper.home .innovation .img-w-form {
    display: none;
  }
  .page-wrapper.home .innovation .pages {
    padding: 0;
    width: 100%;
  }
  .page-wrapper.home .innovation .pages .page {
    display: block;
  }
  .page-wrapper.home .innovation .pages .page img {
    display: none;
  }
  .page-wrapper.home .innovation .pages .page article {
    padding-left: 0;
  }
  .page-wrapper.home .innovation .pages .page article header h3::after {
    display: none;
  }
  .page-wrapper.home .innovation .pages .page article footer {
    display: none;
  }
  .page-wrapper.home .campus h2 {
    margin-bottom: 30px;
  }
  .page-wrapper.home .campus .brisure {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
    margin-bottom: 30px;
    text-align: left;
  }
  .page-wrapper.home .campus .brisure::before, .page-wrapper.home .campus .brisure::after {
    display: none;
  }
  .page-wrapper.home .campus .brisure .content {
    position: relative;
    display: block;
    background: none !important;
    transform: none !important;
    height: auto !important;
    max-height: unset !important;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
  }
  .page-wrapper.home .campus .brisure .content .titre-inner {
    display: none;
  }
  .page-wrapper.home .campus .brisure .content .container {
    opacity: 1;
  }
  .page-wrapper.home .campus .brisure .content p {
    position: relative;
    color: #000;
  }
  .page-wrapper.home .campus .brisure .content .btn {
    display: none;
  }
  .page-wrapper.home .chiffres-cles {
    background: none;
    padding: 40px 0;
  }
  .page-wrapper.home .chiffres-cles .chiffres {
    display: block;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre {
    display: inline-block;
    width: 33%;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
    padding: 10px 0;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .picto {
    display: none;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column {
    display: block;
    padding: 0;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong {
    display: block;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong::before {
    display: none;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column strong span {
    opacity: 1 !important;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big::before {
    display: none;
  }
  .page-wrapper.home .chiffres-cles .chiffres .chiffre .column .big span {
    opacity: 1 !important;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .page-wrapper.home .nous-rejoindre {
    display: block;
  }
  .page-wrapper.home .nous-rejoindre::after {
    display: none;
  }
  .page-wrapper.home .nous-rejoindre h2 {
    text-align: center;
  }
  .page-wrapper.home .nous-rejoindre .img-w-form {
    display: none;
  }
  .page-wrapper.home .nous-rejoindre .pages {
    padding: 0;
  }
  .page-wrapper.home .nous-rejoindre .pages .page {
    display: block;
  }
  .page-wrapper.home .nous-rejoindre .pages .page img {
    display: none;
  }
  .page-wrapper.home .nous-rejoindre .pages .page article {
    padding-left: 0;
  }
  .page-wrapper.home .nous-rejoindre .pages .page article header h3::after {
    display: none;
  }
  .page-wrapper.home .nous-rejoindre .pages .page article footer {
    display: none;
  }
  .page-wrapper:not(.home) {
    padding-top: 15px;
  }
  .page-wrapper:not(.home) h1.titre-page span, .page-wrapper:not(.home) h1.titre-page strong {
    position: relative;
    display: inline-block;
  }
  .page-wrapper:not(.home) section.section-intro .chapo {
    width: 100% !important;
  }
  .page-wrapper:not(.home) section.section-intro .conteneur-thumbnail {
    display: none;
  }
  .page-wrapper.single section.section-intro .conteneur-date .date {
    background: none;
    color: #008BD2;
    font-weight: bold;
    padding: 0;
    font-size: 16px;
  }
  .page-wrapper.single section.section-video {
    display: none;
  }
  .page-wrapper.single section.footer-page {
    display: none;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .conteneur-element {
    max-width: unset;
    margin-bottom: 15px;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .conteneur-visuel {
    display: none;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail {
    display: block;
  }
  .page-wrapper.liste section.section-liste.liste-w-image .element .intro-detail .categorie {
    margin-right: 15px;
  }
  .page-wrapper.liste section.section-liste .highlight {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid black;
    background: none;
    padding: 0;
    margin: 0 5px;
  }
  .page-wrapper.liste section.section-liste .conteneur-liste {
    display: block;
  }
  .page-wrapper.liste section.section-liste .conteneur-element {
    max-width: unset;
    margin-bottom: 15px;
  }
  .page-wrapper.liste section.section-liste .element {
    padding-bottom: 15px;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .page-wrapper.liste section.section-liste .element .conteneur-detail {
    padding: 0;
  }
  .page-wrapper.liste section.section-liste .element .conteneur-detail .read-more {
    display: none;
  }
  .page-wrapper.liste section.section-liste .conteneur-pagination {
    display: none;
  }
  .page-wrapper.liste.course-finder section.section-course-finder {
    display: block;
  }
  .page-wrapper.liste.course-finder section.section-course-finder .sidebar-facettes {
    display: none;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste {
    display: block;
    max-width: unset;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .nb-resultats {
    margin-bottom: 30px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .conteneur-element {
    margin-bottom: 15px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    page-break-inside: avoid;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element::before {
    display: none;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .titre-element {
    width: 100%;
    padding-bottom: 30px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail {
    padding-right: 0;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info {
    display: block;
    margin-bottom: 10px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double .info {
    width: 100%;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info.info-double .info:first-of-type {
    margin-bottom: 10px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info {
    display: block;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .ligne-info .info .label-info {
    display: inline-block;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .conteneur-type {
    padding-top: 10px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .conteneur-detail .conteneur-type .logo-ecole {
    position: relative;
    display: block;
    right: unset;
    top: unset;
    margin-top: 20px;
  }
  .page-wrapper.liste.course-finder section.section-course-finder section.section-liste .conteneur-liste .element .footer-element {
    display: none;
  }
  .page-wrapper.liste.liste-recherche .nb-resultats::before {
    display: none;
  }
  footer.bottom {
    margin-top: 0;
    border-top: 1px solid #dee2e6;
  }
  footer.bottom .footer-principal {
    display: none;
  }
  footer.bottom .footer-copyright {
    display: block;
    text-align: center;
  }
  footer.bottom .footer-copyright .copyright {
    padding-bottom: 15px;
  }
  footer.bottom .footer-copyright .logo-ecoles {
    display: block;
  }
  footer.bottom .footer-copyright .logo-ecoles a {
    text-decoration: none;
    margin: 0 20px !important;
  }
  footer.bottom .footer-copyright .logo-ecoles .ip-paris {
    display: block;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    padding-bottom: 15px;
  }
}

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