@charset "UTF-8";
/***** Custom variables ********/
/* bleu */
/* beige */
/* bleu violet foncé */
/* #1b3a60 */
/* bleu violet */
/* #d3e2eb */
/*$theme-colors: map-merge(
  (
    "bleu-fonce":    $color-primary
  ),
  $theme-colors
);*/
/*!
 * 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: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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: #111;
  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;
  -webkit-text-decoration: underline dotted;
          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: #205072;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0f2636;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: 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;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  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-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;
  }
}
.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.25rem;
  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: #4694cb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 114, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.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: #111;
  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;
  border-radius: 0.2rem;
}

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

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: #28a745;
}

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

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

.was-validated .form-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: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::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.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.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);
  border-radius: 0.25rem;
}

.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.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-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.2rem 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.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.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, .entry-content .wp-block-button__link, .entry-content .wp-block-button__link:visited {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .entry-content .wp-block-button__link, .entry-content .wp-block-button__link:visited {
    transition: none;
  }
}
.btn:hover, .entry-content .wp-block-button__link:hover, .btn:focus, .entry-content .wp-block-button__link:focus {
  text-decoration: none;
}
.btn:focus, .entry-content .wp-block-button__link:focus, .btn.focus, .entry-content .focus.wp-block-button__link {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 114, 0.25);
}
.btn.disabled, .entry-content .disabled.wp-block-button__link, .btn:disabled, .entry-content .wp-block-button__link:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .entry-content .wp-block-button__link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .entry-content a.disabled.wp-block-button__link,
fieldset:disabled a.btn,
fieldset:disabled .entry-content a.wp-block-button__link,
.entry-content fieldset:disabled a.wp-block-button__link {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .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;
  }
}
.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);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            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;
}

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

.media-body {
  flex: 1;
}

.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);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :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;
  }
}
.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);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.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-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-white {
  border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5px {
  margin: 5px !important;
}

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

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

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

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

.m-10px {
  margin: 10px !important;
}

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

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

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

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

.m-15px {
  margin: 15px !important;
}

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

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

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

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

.m-20px {
  margin: 20px !important;
}

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

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

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

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

.m-25px {
  margin: 25px !important;
}

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

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

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

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

.m-30px {
  margin: 30px !important;
}

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

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

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

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

.m-40px {
  margin: 40px !important;
}

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

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

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

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

.m-50px {
  margin: 50px !important;
}

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

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

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

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

.m-60px {
  margin: 60px !important;
}

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

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

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

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

.m-70px {
  margin: 70px !important;
}

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

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

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

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

.m-80px {
  margin: 80px !important;
}

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

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

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

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

.m-90px {
  margin: 90px !important;
}

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

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

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

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

.m-100px {
  margin: 100px !important;
}

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

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

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

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

.m-125px {
  margin: 125px !important;
}

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

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

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

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

.m-150px {
  margin: 150px !important;
}

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

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

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

.ml-150px,
.mx-150px {
  margin-left: 150px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5px {
  padding: 5px !important;
}

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

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

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

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

.p-10px {
  padding: 10px !important;
}

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

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

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

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

.p-15px {
  padding: 15px !important;
}

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

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

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

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

.p-20px {
  padding: 20px !important;
}

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

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

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

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

.p-25px {
  padding: 25px !important;
}

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

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

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

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

.p-30px {
  padding: 30px !important;
}

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

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

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

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

.p-40px {
  padding: 40px !important;
}

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

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

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

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

.p-50px {
  padding: 50px !important;
}

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

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

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

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

.p-60px {
  padding: 60px !important;
}

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

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

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

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

.p-70px {
  padding: 70px !important;
}

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

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

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

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

.p-80px {
  padding: 80px !important;
}

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

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

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

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

.p-90px {
  padding: 90px !important;
}

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

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

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

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

.p-100px {
  padding: 100px !important;
}

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

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

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

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

.p-125px {
  padding: 125px !important;
}

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

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

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

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

.p-150px {
  padding: 150px !important;
}

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

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

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

.pl-150px,
.px-150px {
  padding-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-tres-petit {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-sm-5px,
.mx-sm-5px {
    margin-left: 5px !important;
  }

  .m-sm-10px {
    margin: 10px !important;
  }

  .mt-sm-10px,
.my-sm-10px {
    margin-top: 10px !important;
  }

  .mr-sm-10px,
.mx-sm-10px {
    margin-right: 10px !important;
  }

  .mb-sm-10px,
.my-sm-10px {
    margin-bottom: 10px !important;
  }

  .ml-sm-10px,
.mx-sm-10px {
    margin-left: 10px !important;
  }

  .m-sm-15px {
    margin: 15px !important;
  }

  .mt-sm-15px,
.my-sm-15px {
    margin-top: 15px !important;
  }

  .mr-sm-15px,
.mx-sm-15px {
    margin-right: 15px !important;
  }

  .mb-sm-15px,
.my-sm-15px {
    margin-bottom: 15px !important;
  }

  .ml-sm-15px,
.mx-sm-15px {
    margin-left: 15px !important;
  }

  .m-sm-20px {
    margin: 20px !important;
  }

  .mt-sm-20px,
.my-sm-20px {
    margin-top: 20px !important;
  }

  .mr-sm-20px,
.mx-sm-20px {
    margin-right: 20px !important;
  }

  .mb-sm-20px,
.my-sm-20px {
    margin-bottom: 20px !important;
  }

  .ml-sm-20px,
.mx-sm-20px {
    margin-left: 20px !important;
  }

  .m-sm-25px {
    margin: 25px !important;
  }

  .mt-sm-25px,
.my-sm-25px {
    margin-top: 25px !important;
  }

  .mr-sm-25px,
.mx-sm-25px {
    margin-right: 25px !important;
  }

  .mb-sm-25px,
.my-sm-25px {
    margin-bottom: 25px !important;
  }

  .ml-sm-25px,
.mx-sm-25px {
    margin-left: 25px !important;
  }

  .m-sm-30px {
    margin: 30px !important;
  }

  .mt-sm-30px,
.my-sm-30px {
    margin-top: 30px !important;
  }

  .mr-sm-30px,
.mx-sm-30px {
    margin-right: 30px !important;
  }

  .mb-sm-30px,
.my-sm-30px {
    margin-bottom: 30px !important;
  }

  .ml-sm-30px,
.mx-sm-30px {
    margin-left: 30px !important;
  }

  .m-sm-40px {
    margin: 40px !important;
  }

  .mt-sm-40px,
.my-sm-40px {
    margin-top: 40px !important;
  }

  .mr-sm-40px,
.mx-sm-40px {
    margin-right: 40px !important;
  }

  .mb-sm-40px,
.my-sm-40px {
    margin-bottom: 40px !important;
  }

  .ml-sm-40px,
.mx-sm-40px {
    margin-left: 40px !important;
  }

  .m-sm-50px {
    margin: 50px !important;
  }

  .mt-sm-50px,
.my-sm-50px {
    margin-top: 50px !important;
  }

  .mr-sm-50px,
.mx-sm-50px {
    margin-right: 50px !important;
  }

  .mb-sm-50px,
.my-sm-50px {
    margin-bottom: 50px !important;
  }

  .ml-sm-50px,
.mx-sm-50px {
    margin-left: 50px !important;
  }

  .m-sm-60px {
    margin: 60px !important;
  }

  .mt-sm-60px,
.my-sm-60px {
    margin-top: 60px !important;
  }

  .mr-sm-60px,
.mx-sm-60px {
    margin-right: 60px !important;
  }

  .mb-sm-60px,
.my-sm-60px {
    margin-bottom: 60px !important;
  }

  .ml-sm-60px,
.mx-sm-60px {
    margin-left: 60px !important;
  }

  .m-sm-70px {
    margin: 70px !important;
  }

  .mt-sm-70px,
.my-sm-70px {
    margin-top: 70px !important;
  }

  .mr-sm-70px,
.mx-sm-70px {
    margin-right: 70px !important;
  }

  .mb-sm-70px,
.my-sm-70px {
    margin-bottom: 70px !important;
  }

  .ml-sm-70px,
.mx-sm-70px {
    margin-left: 70px !important;
  }

  .m-sm-80px {
    margin: 80px !important;
  }

  .mt-sm-80px,
.my-sm-80px {
    margin-top: 80px !important;
  }

  .mr-sm-80px,
.mx-sm-80px {
    margin-right: 80px !important;
  }

  .mb-sm-80px,
.my-sm-80px {
    margin-bottom: 80px !important;
  }

  .ml-sm-80px,
.mx-sm-80px {
    margin-left: 80px !important;
  }

  .m-sm-90px {
    margin: 90px !important;
  }

  .mt-sm-90px,
.my-sm-90px {
    margin-top: 90px !important;
  }

  .mr-sm-90px,
.mx-sm-90px {
    margin-right: 90px !important;
  }

  .mb-sm-90px,
.my-sm-90px {
    margin-bottom: 90px !important;
  }

  .ml-sm-90px,
.mx-sm-90px {
    margin-left: 90px !important;
  }

  .m-sm-100px {
    margin: 100px !important;
  }

  .mt-sm-100px,
.my-sm-100px {
    margin-top: 100px !important;
  }

  .mr-sm-100px,
.mx-sm-100px {
    margin-right: 100px !important;
  }

  .mb-sm-100px,
.my-sm-100px {
    margin-bottom: 100px !important;
  }

  .ml-sm-100px,
.mx-sm-100px {
    margin-left: 100px !important;
  }

  .m-sm-125px {
    margin: 125px !important;
  }

  .mt-sm-125px,
.my-sm-125px {
    margin-top: 125px !important;
  }

  .mr-sm-125px,
.mx-sm-125px {
    margin-right: 125px !important;
  }

  .mb-sm-125px,
.my-sm-125px {
    margin-bottom: 125px !important;
  }

  .ml-sm-125px,
.mx-sm-125px {
    margin-left: 125px !important;
  }

  .m-sm-150px {
    margin: 150px !important;
  }

  .mt-sm-150px,
.my-sm-150px {
    margin-top: 150px !important;
  }

  .mr-sm-150px,
.mx-sm-150px {
    margin-right: 150px !important;
  }

  .mb-sm-150px,
.my-sm-150px {
    margin-bottom: 150px !important;
  }

  .ml-sm-150px,
.mx-sm-150px {
    margin-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-tres-petit {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-sm-10px {
    padding: 10px !important;
  }

  .pt-sm-10px,
.py-sm-10px {
    padding-top: 10px !important;
  }

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

  .pb-sm-10px,
.py-sm-10px {
    padding-bottom: 10px !important;
  }

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

  .p-sm-15px {
    padding: 15px !important;
  }

  .pt-sm-15px,
.py-sm-15px {
    padding-top: 15px !important;
  }

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

  .pb-sm-15px,
.py-sm-15px {
    padding-bottom: 15px !important;
  }

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

  .p-sm-20px {
    padding: 20px !important;
  }

  .pt-sm-20px,
.py-sm-20px {
    padding-top: 20px !important;
  }

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

  .pb-sm-20px,
.py-sm-20px {
    padding-bottom: 20px !important;
  }

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

  .p-sm-25px {
    padding: 25px !important;
  }

  .pt-sm-25px,
.py-sm-25px {
    padding-top: 25px !important;
  }

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

  .pb-sm-25px,
.py-sm-25px {
    padding-bottom: 25px !important;
  }

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

  .p-sm-30px {
    padding: 30px !important;
  }

  .pt-sm-30px,
.py-sm-30px {
    padding-top: 30px !important;
  }

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

  .pb-sm-30px,
.py-sm-30px {
    padding-bottom: 30px !important;
  }

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

  .p-sm-40px {
    padding: 40px !important;
  }

  .pt-sm-40px,
.py-sm-40px {
    padding-top: 40px !important;
  }

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

  .pb-sm-40px,
.py-sm-40px {
    padding-bottom: 40px !important;
  }

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

  .p-sm-50px {
    padding: 50px !important;
  }

  .pt-sm-50px,
.py-sm-50px {
    padding-top: 50px !important;
  }

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

  .pb-sm-50px,
.py-sm-50px {
    padding-bottom: 50px !important;
  }

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

  .p-sm-60px {
    padding: 60px !important;
  }

  .pt-sm-60px,
.py-sm-60px {
    padding-top: 60px !important;
  }

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

  .pb-sm-60px,
.py-sm-60px {
    padding-bottom: 60px !important;
  }

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

  .p-sm-70px {
    padding: 70px !important;
  }

  .pt-sm-70px,
.py-sm-70px {
    padding-top: 70px !important;
  }

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

  .pb-sm-70px,
.py-sm-70px {
    padding-bottom: 70px !important;
  }

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

  .p-sm-80px {
    padding: 80px !important;
  }

  .pt-sm-80px,
.py-sm-80px {
    padding-top: 80px !important;
  }

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

  .pb-sm-80px,
.py-sm-80px {
    padding-bottom: 80px !important;
  }

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

  .p-sm-90px {
    padding: 90px !important;
  }

  .pt-sm-90px,
.py-sm-90px {
    padding-top: 90px !important;
  }

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

  .pb-sm-90px,
.py-sm-90px {
    padding-bottom: 90px !important;
  }

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

  .p-sm-100px {
    padding: 100px !important;
  }

  .pt-sm-100px,
.py-sm-100px {
    padding-top: 100px !important;
  }

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

  .pb-sm-100px,
.py-sm-100px {
    padding-bottom: 100px !important;
  }

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

  .p-sm-125px {
    padding: 125px !important;
  }

  .pt-sm-125px,
.py-sm-125px {
    padding-top: 125px !important;
  }

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

  .pb-sm-125px,
.py-sm-125px {
    padding-bottom: 125px !important;
  }

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

  .p-sm-150px {
    padding: 150px !important;
  }

  .pt-sm-150px,
.py-sm-150px {
    padding-top: 150px !important;
  }

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

  .pb-sm-150px,
.py-sm-150px {
    padding-bottom: 150px !important;
  }

  .pl-sm-150px,
.px-sm-150px {
    padding-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-tres-petit {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-md-5px,
.mx-md-5px {
    margin-left: 5px !important;
  }

  .m-md-10px {
    margin: 10px !important;
  }

  .mt-md-10px,
.my-md-10px {
    margin-top: 10px !important;
  }

  .mr-md-10px,
.mx-md-10px {
    margin-right: 10px !important;
  }

  .mb-md-10px,
.my-md-10px {
    margin-bottom: 10px !important;
  }

  .ml-md-10px,
.mx-md-10px {
    margin-left: 10px !important;
  }

  .m-md-15px {
    margin: 15px !important;
  }

  .mt-md-15px,
.my-md-15px {
    margin-top: 15px !important;
  }

  .mr-md-15px,
.mx-md-15px {
    margin-right: 15px !important;
  }

  .mb-md-15px,
.my-md-15px {
    margin-bottom: 15px !important;
  }

  .ml-md-15px,
.mx-md-15px {
    margin-left: 15px !important;
  }

  .m-md-20px {
    margin: 20px !important;
  }

  .mt-md-20px,
.my-md-20px {
    margin-top: 20px !important;
  }

  .mr-md-20px,
.mx-md-20px {
    margin-right: 20px !important;
  }

  .mb-md-20px,
.my-md-20px {
    margin-bottom: 20px !important;
  }

  .ml-md-20px,
.mx-md-20px {
    margin-left: 20px !important;
  }

  .m-md-25px {
    margin: 25px !important;
  }

  .mt-md-25px,
.my-md-25px {
    margin-top: 25px !important;
  }

  .mr-md-25px,
.mx-md-25px {
    margin-right: 25px !important;
  }

  .mb-md-25px,
.my-md-25px {
    margin-bottom: 25px !important;
  }

  .ml-md-25px,
.mx-md-25px {
    margin-left: 25px !important;
  }

  .m-md-30px {
    margin: 30px !important;
  }

  .mt-md-30px,
.my-md-30px {
    margin-top: 30px !important;
  }

  .mr-md-30px,
.mx-md-30px {
    margin-right: 30px !important;
  }

  .mb-md-30px,
.my-md-30px {
    margin-bottom: 30px !important;
  }

  .ml-md-30px,
.mx-md-30px {
    margin-left: 30px !important;
  }

  .m-md-40px {
    margin: 40px !important;
  }

  .mt-md-40px,
.my-md-40px {
    margin-top: 40px !important;
  }

  .mr-md-40px,
.mx-md-40px {
    margin-right: 40px !important;
  }

  .mb-md-40px,
.my-md-40px {
    margin-bottom: 40px !important;
  }

  .ml-md-40px,
.mx-md-40px {
    margin-left: 40px !important;
  }

  .m-md-50px {
    margin: 50px !important;
  }

  .mt-md-50px,
.my-md-50px {
    margin-top: 50px !important;
  }

  .mr-md-50px,
.mx-md-50px {
    margin-right: 50px !important;
  }

  .mb-md-50px,
.my-md-50px {
    margin-bottom: 50px !important;
  }

  .ml-md-50px,
.mx-md-50px {
    margin-left: 50px !important;
  }

  .m-md-60px {
    margin: 60px !important;
  }

  .mt-md-60px,
.my-md-60px {
    margin-top: 60px !important;
  }

  .mr-md-60px,
.mx-md-60px {
    margin-right: 60px !important;
  }

  .mb-md-60px,
.my-md-60px {
    margin-bottom: 60px !important;
  }

  .ml-md-60px,
.mx-md-60px {
    margin-left: 60px !important;
  }

  .m-md-70px {
    margin: 70px !important;
  }

  .mt-md-70px,
.my-md-70px {
    margin-top: 70px !important;
  }

  .mr-md-70px,
.mx-md-70px {
    margin-right: 70px !important;
  }

  .mb-md-70px,
.my-md-70px {
    margin-bottom: 70px !important;
  }

  .ml-md-70px,
.mx-md-70px {
    margin-left: 70px !important;
  }

  .m-md-80px {
    margin: 80px !important;
  }

  .mt-md-80px,
.my-md-80px {
    margin-top: 80px !important;
  }

  .mr-md-80px,
.mx-md-80px {
    margin-right: 80px !important;
  }

  .mb-md-80px,
.my-md-80px {
    margin-bottom: 80px !important;
  }

  .ml-md-80px,
.mx-md-80px {
    margin-left: 80px !important;
  }

  .m-md-90px {
    margin: 90px !important;
  }

  .mt-md-90px,
.my-md-90px {
    margin-top: 90px !important;
  }

  .mr-md-90px,
.mx-md-90px {
    margin-right: 90px !important;
  }

  .mb-md-90px,
.my-md-90px {
    margin-bottom: 90px !important;
  }

  .ml-md-90px,
.mx-md-90px {
    margin-left: 90px !important;
  }

  .m-md-100px {
    margin: 100px !important;
  }

  .mt-md-100px,
.my-md-100px {
    margin-top: 100px !important;
  }

  .mr-md-100px,
.mx-md-100px {
    margin-right: 100px !important;
  }

  .mb-md-100px,
.my-md-100px {
    margin-bottom: 100px !important;
  }

  .ml-md-100px,
.mx-md-100px {
    margin-left: 100px !important;
  }

  .m-md-125px {
    margin: 125px !important;
  }

  .mt-md-125px,
.my-md-125px {
    margin-top: 125px !important;
  }

  .mr-md-125px,
.mx-md-125px {
    margin-right: 125px !important;
  }

  .mb-md-125px,
.my-md-125px {
    margin-bottom: 125px !important;
  }

  .ml-md-125px,
.mx-md-125px {
    margin-left: 125px !important;
  }

  .m-md-150px {
    margin: 150px !important;
  }

  .mt-md-150px,
.my-md-150px {
    margin-top: 150px !important;
  }

  .mr-md-150px,
.mx-md-150px {
    margin-right: 150px !important;
  }

  .mb-md-150px,
.my-md-150px {
    margin-bottom: 150px !important;
  }

  .ml-md-150px,
.mx-md-150px {
    margin-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-tres-petit {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-md-10px {
    padding: 10px !important;
  }

  .pt-md-10px,
.py-md-10px {
    padding-top: 10px !important;
  }

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

  .pb-md-10px,
.py-md-10px {
    padding-bottom: 10px !important;
  }

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

  .p-md-15px {
    padding: 15px !important;
  }

  .pt-md-15px,
.py-md-15px {
    padding-top: 15px !important;
  }

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

  .pb-md-15px,
.py-md-15px {
    padding-bottom: 15px !important;
  }

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

  .p-md-20px {
    padding: 20px !important;
  }

  .pt-md-20px,
.py-md-20px {
    padding-top: 20px !important;
  }

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

  .pb-md-20px,
.py-md-20px {
    padding-bottom: 20px !important;
  }

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

  .p-md-25px {
    padding: 25px !important;
  }

  .pt-md-25px,
.py-md-25px {
    padding-top: 25px !important;
  }

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

  .pb-md-25px,
.py-md-25px {
    padding-bottom: 25px !important;
  }

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

  .p-md-30px {
    padding: 30px !important;
  }

  .pt-md-30px,
.py-md-30px {
    padding-top: 30px !important;
  }

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

  .pb-md-30px,
.py-md-30px {
    padding-bottom: 30px !important;
  }

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

  .p-md-40px {
    padding: 40px !important;
  }

  .pt-md-40px,
.py-md-40px {
    padding-top: 40px !important;
  }

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

  .pb-md-40px,
.py-md-40px {
    padding-bottom: 40px !important;
  }

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

  .p-md-50px {
    padding: 50px !important;
  }

  .pt-md-50px,
.py-md-50px {
    padding-top: 50px !important;
  }

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

  .pb-md-50px,
.py-md-50px {
    padding-bottom: 50px !important;
  }

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

  .p-md-60px {
    padding: 60px !important;
  }

  .pt-md-60px,
.py-md-60px {
    padding-top: 60px !important;
  }

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

  .pb-md-60px,
.py-md-60px {
    padding-bottom: 60px !important;
  }

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

  .p-md-70px {
    padding: 70px !important;
  }

  .pt-md-70px,
.py-md-70px {
    padding-top: 70px !important;
  }

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

  .pb-md-70px,
.py-md-70px {
    padding-bottom: 70px !important;
  }

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

  .p-md-80px {
    padding: 80px !important;
  }

  .pt-md-80px,
.py-md-80px {
    padding-top: 80px !important;
  }

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

  .pb-md-80px,
.py-md-80px {
    padding-bottom: 80px !important;
  }

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

  .p-md-90px {
    padding: 90px !important;
  }

  .pt-md-90px,
.py-md-90px {
    padding-top: 90px !important;
  }

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

  .pb-md-90px,
.py-md-90px {
    padding-bottom: 90px !important;
  }

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

  .p-md-100px {
    padding: 100px !important;
  }

  .pt-md-100px,
.py-md-100px {
    padding-top: 100px !important;
  }

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

  .pb-md-100px,
.py-md-100px {
    padding-bottom: 100px !important;
  }

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

  .p-md-125px {
    padding: 125px !important;
  }

  .pt-md-125px,
.py-md-125px {
    padding-top: 125px !important;
  }

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

  .pb-md-125px,
.py-md-125px {
    padding-bottom: 125px !important;
  }

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

  .p-md-150px {
    padding: 150px !important;
  }

  .pt-md-150px,
.py-md-150px {
    padding-top: 150px !important;
  }

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

  .pb-md-150px,
.py-md-150px {
    padding-bottom: 150px !important;
  }

  .pl-md-150px,
.px-md-150px {
    padding-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-tres-petit {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-lg-5px,
.mx-lg-5px {
    margin-left: 5px !important;
  }

  .m-lg-10px {
    margin: 10px !important;
  }

  .mt-lg-10px,
.my-lg-10px {
    margin-top: 10px !important;
  }

  .mr-lg-10px,
.mx-lg-10px {
    margin-right: 10px !important;
  }

  .mb-lg-10px,
.my-lg-10px {
    margin-bottom: 10px !important;
  }

  .ml-lg-10px,
.mx-lg-10px {
    margin-left: 10px !important;
  }

  .m-lg-15px {
    margin: 15px !important;
  }

  .mt-lg-15px,
.my-lg-15px {
    margin-top: 15px !important;
  }

  .mr-lg-15px,
.mx-lg-15px {
    margin-right: 15px !important;
  }

  .mb-lg-15px,
.my-lg-15px {
    margin-bottom: 15px !important;
  }

  .ml-lg-15px,
.mx-lg-15px {
    margin-left: 15px !important;
  }

  .m-lg-20px {
    margin: 20px !important;
  }

  .mt-lg-20px,
.my-lg-20px {
    margin-top: 20px !important;
  }

  .mr-lg-20px,
.mx-lg-20px {
    margin-right: 20px !important;
  }

  .mb-lg-20px,
.my-lg-20px {
    margin-bottom: 20px !important;
  }

  .ml-lg-20px,
.mx-lg-20px {
    margin-left: 20px !important;
  }

  .m-lg-25px {
    margin: 25px !important;
  }

  .mt-lg-25px,
.my-lg-25px {
    margin-top: 25px !important;
  }

  .mr-lg-25px,
.mx-lg-25px {
    margin-right: 25px !important;
  }

  .mb-lg-25px,
.my-lg-25px {
    margin-bottom: 25px !important;
  }

  .ml-lg-25px,
.mx-lg-25px {
    margin-left: 25px !important;
  }

  .m-lg-30px {
    margin: 30px !important;
  }

  .mt-lg-30px,
.my-lg-30px {
    margin-top: 30px !important;
  }

  .mr-lg-30px,
.mx-lg-30px {
    margin-right: 30px !important;
  }

  .mb-lg-30px,
.my-lg-30px {
    margin-bottom: 30px !important;
  }

  .ml-lg-30px,
.mx-lg-30px {
    margin-left: 30px !important;
  }

  .m-lg-40px {
    margin: 40px !important;
  }

  .mt-lg-40px,
.my-lg-40px {
    margin-top: 40px !important;
  }

  .mr-lg-40px,
.mx-lg-40px {
    margin-right: 40px !important;
  }

  .mb-lg-40px,
.my-lg-40px {
    margin-bottom: 40px !important;
  }

  .ml-lg-40px,
.mx-lg-40px {
    margin-left: 40px !important;
  }

  .m-lg-50px {
    margin: 50px !important;
  }

  .mt-lg-50px,
.my-lg-50px {
    margin-top: 50px !important;
  }

  .mr-lg-50px,
.mx-lg-50px {
    margin-right: 50px !important;
  }

  .mb-lg-50px,
.my-lg-50px {
    margin-bottom: 50px !important;
  }

  .ml-lg-50px,
.mx-lg-50px {
    margin-left: 50px !important;
  }

  .m-lg-60px {
    margin: 60px !important;
  }

  .mt-lg-60px,
.my-lg-60px {
    margin-top: 60px !important;
  }

  .mr-lg-60px,
.mx-lg-60px {
    margin-right: 60px !important;
  }

  .mb-lg-60px,
.my-lg-60px {
    margin-bottom: 60px !important;
  }

  .ml-lg-60px,
.mx-lg-60px {
    margin-left: 60px !important;
  }

  .m-lg-70px {
    margin: 70px !important;
  }

  .mt-lg-70px,
.my-lg-70px {
    margin-top: 70px !important;
  }

  .mr-lg-70px,
.mx-lg-70px {
    margin-right: 70px !important;
  }

  .mb-lg-70px,
.my-lg-70px {
    margin-bottom: 70px !important;
  }

  .ml-lg-70px,
.mx-lg-70px {
    margin-left: 70px !important;
  }

  .m-lg-80px {
    margin: 80px !important;
  }

  .mt-lg-80px,
.my-lg-80px {
    margin-top: 80px !important;
  }

  .mr-lg-80px,
.mx-lg-80px {
    margin-right: 80px !important;
  }

  .mb-lg-80px,
.my-lg-80px {
    margin-bottom: 80px !important;
  }

  .ml-lg-80px,
.mx-lg-80px {
    margin-left: 80px !important;
  }

  .m-lg-90px {
    margin: 90px !important;
  }

  .mt-lg-90px,
.my-lg-90px {
    margin-top: 90px !important;
  }

  .mr-lg-90px,
.mx-lg-90px {
    margin-right: 90px !important;
  }

  .mb-lg-90px,
.my-lg-90px {
    margin-bottom: 90px !important;
  }

  .ml-lg-90px,
.mx-lg-90px {
    margin-left: 90px !important;
  }

  .m-lg-100px {
    margin: 100px !important;
  }

  .mt-lg-100px,
.my-lg-100px {
    margin-top: 100px !important;
  }

  .mr-lg-100px,
.mx-lg-100px {
    margin-right: 100px !important;
  }

  .mb-lg-100px,
.my-lg-100px {
    margin-bottom: 100px !important;
  }

  .ml-lg-100px,
.mx-lg-100px {
    margin-left: 100px !important;
  }

  .m-lg-125px {
    margin: 125px !important;
  }

  .mt-lg-125px,
.my-lg-125px {
    margin-top: 125px !important;
  }

  .mr-lg-125px,
.mx-lg-125px {
    margin-right: 125px !important;
  }

  .mb-lg-125px,
.my-lg-125px {
    margin-bottom: 125px !important;
  }

  .ml-lg-125px,
.mx-lg-125px {
    margin-left: 125px !important;
  }

  .m-lg-150px {
    margin: 150px !important;
  }

  .mt-lg-150px,
.my-lg-150px {
    margin-top: 150px !important;
  }

  .mr-lg-150px,
.mx-lg-150px {
    margin-right: 150px !important;
  }

  .mb-lg-150px,
.my-lg-150px {
    margin-bottom: 150px !important;
  }

  .ml-lg-150px,
.mx-lg-150px {
    margin-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-tres-petit {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-lg-10px {
    padding: 10px !important;
  }

  .pt-lg-10px,
.py-lg-10px {
    padding-top: 10px !important;
  }

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

  .pb-lg-10px,
.py-lg-10px {
    padding-bottom: 10px !important;
  }

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

  .p-lg-15px {
    padding: 15px !important;
  }

  .pt-lg-15px,
.py-lg-15px {
    padding-top: 15px !important;
  }

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

  .pb-lg-15px,
.py-lg-15px {
    padding-bottom: 15px !important;
  }

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

  .p-lg-20px {
    padding: 20px !important;
  }

  .pt-lg-20px,
.py-lg-20px {
    padding-top: 20px !important;
  }

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

  .pb-lg-20px,
.py-lg-20px {
    padding-bottom: 20px !important;
  }

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

  .p-lg-25px {
    padding: 25px !important;
  }

  .pt-lg-25px,
.py-lg-25px {
    padding-top: 25px !important;
  }

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

  .pb-lg-25px,
.py-lg-25px {
    padding-bottom: 25px !important;
  }

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

  .p-lg-30px {
    padding: 30px !important;
  }

  .pt-lg-30px,
.py-lg-30px {
    padding-top: 30px !important;
  }

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

  .pb-lg-30px,
.py-lg-30px {
    padding-bottom: 30px !important;
  }

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

  .p-lg-40px {
    padding: 40px !important;
  }

  .pt-lg-40px,
.py-lg-40px {
    padding-top: 40px !important;
  }

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

  .pb-lg-40px,
.py-lg-40px {
    padding-bottom: 40px !important;
  }

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

  .p-lg-50px {
    padding: 50px !important;
  }

  .pt-lg-50px,
.py-lg-50px {
    padding-top: 50px !important;
  }

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

  .pb-lg-50px,
.py-lg-50px {
    padding-bottom: 50px !important;
  }

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

  .p-lg-60px {
    padding: 60px !important;
  }

  .pt-lg-60px,
.py-lg-60px {
    padding-top: 60px !important;
  }

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

  .pb-lg-60px,
.py-lg-60px {
    padding-bottom: 60px !important;
  }

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

  .p-lg-70px {
    padding: 70px !important;
  }

  .pt-lg-70px,
.py-lg-70px {
    padding-top: 70px !important;
  }

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

  .pb-lg-70px,
.py-lg-70px {
    padding-bottom: 70px !important;
  }

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

  .p-lg-80px {
    padding: 80px !important;
  }

  .pt-lg-80px,
.py-lg-80px {
    padding-top: 80px !important;
  }

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

  .pb-lg-80px,
.py-lg-80px {
    padding-bottom: 80px !important;
  }

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

  .p-lg-90px {
    padding: 90px !important;
  }

  .pt-lg-90px,
.py-lg-90px {
    padding-top: 90px !important;
  }

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

  .pb-lg-90px,
.py-lg-90px {
    padding-bottom: 90px !important;
  }

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

  .p-lg-100px {
    padding: 100px !important;
  }

  .pt-lg-100px,
.py-lg-100px {
    padding-top: 100px !important;
  }

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

  .pb-lg-100px,
.py-lg-100px {
    padding-bottom: 100px !important;
  }

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

  .p-lg-125px {
    padding: 125px !important;
  }

  .pt-lg-125px,
.py-lg-125px {
    padding-top: 125px !important;
  }

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

  .pb-lg-125px,
.py-lg-125px {
    padding-bottom: 125px !important;
  }

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

  .p-lg-150px {
    padding: 150px !important;
  }

  .pt-lg-150px,
.py-lg-150px {
    padding-top: 150px !important;
  }

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

  .pb-lg-150px,
.py-lg-150px {
    padding-bottom: 150px !important;
  }

  .pl-lg-150px,
.px-lg-150px {
    padding-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-tres-petit {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-xl-5px,
.mx-xl-5px {
    margin-left: 5px !important;
  }

  .m-xl-10px {
    margin: 10px !important;
  }

  .mt-xl-10px,
.my-xl-10px {
    margin-top: 10px !important;
  }

  .mr-xl-10px,
.mx-xl-10px {
    margin-right: 10px !important;
  }

  .mb-xl-10px,
.my-xl-10px {
    margin-bottom: 10px !important;
  }

  .ml-xl-10px,
.mx-xl-10px {
    margin-left: 10px !important;
  }

  .m-xl-15px {
    margin: 15px !important;
  }

  .mt-xl-15px,
.my-xl-15px {
    margin-top: 15px !important;
  }

  .mr-xl-15px,
.mx-xl-15px {
    margin-right: 15px !important;
  }

  .mb-xl-15px,
.my-xl-15px {
    margin-bottom: 15px !important;
  }

  .ml-xl-15px,
.mx-xl-15px {
    margin-left: 15px !important;
  }

  .m-xl-20px {
    margin: 20px !important;
  }

  .mt-xl-20px,
.my-xl-20px {
    margin-top: 20px !important;
  }

  .mr-xl-20px,
.mx-xl-20px {
    margin-right: 20px !important;
  }

  .mb-xl-20px,
.my-xl-20px {
    margin-bottom: 20px !important;
  }

  .ml-xl-20px,
.mx-xl-20px {
    margin-left: 20px !important;
  }

  .m-xl-25px {
    margin: 25px !important;
  }

  .mt-xl-25px,
.my-xl-25px {
    margin-top: 25px !important;
  }

  .mr-xl-25px,
.mx-xl-25px {
    margin-right: 25px !important;
  }

  .mb-xl-25px,
.my-xl-25px {
    margin-bottom: 25px !important;
  }

  .ml-xl-25px,
.mx-xl-25px {
    margin-left: 25px !important;
  }

  .m-xl-30px {
    margin: 30px !important;
  }

  .mt-xl-30px,
.my-xl-30px {
    margin-top: 30px !important;
  }

  .mr-xl-30px,
.mx-xl-30px {
    margin-right: 30px !important;
  }

  .mb-xl-30px,
.my-xl-30px {
    margin-bottom: 30px !important;
  }

  .ml-xl-30px,
.mx-xl-30px {
    margin-left: 30px !important;
  }

  .m-xl-40px {
    margin: 40px !important;
  }

  .mt-xl-40px,
.my-xl-40px {
    margin-top: 40px !important;
  }

  .mr-xl-40px,
.mx-xl-40px {
    margin-right: 40px !important;
  }

  .mb-xl-40px,
.my-xl-40px {
    margin-bottom: 40px !important;
  }

  .ml-xl-40px,
.mx-xl-40px {
    margin-left: 40px !important;
  }

  .m-xl-50px {
    margin: 50px !important;
  }

  .mt-xl-50px,
.my-xl-50px {
    margin-top: 50px !important;
  }

  .mr-xl-50px,
.mx-xl-50px {
    margin-right: 50px !important;
  }

  .mb-xl-50px,
.my-xl-50px {
    margin-bottom: 50px !important;
  }

  .ml-xl-50px,
.mx-xl-50px {
    margin-left: 50px !important;
  }

  .m-xl-60px {
    margin: 60px !important;
  }

  .mt-xl-60px,
.my-xl-60px {
    margin-top: 60px !important;
  }

  .mr-xl-60px,
.mx-xl-60px {
    margin-right: 60px !important;
  }

  .mb-xl-60px,
.my-xl-60px {
    margin-bottom: 60px !important;
  }

  .ml-xl-60px,
.mx-xl-60px {
    margin-left: 60px !important;
  }

  .m-xl-70px {
    margin: 70px !important;
  }

  .mt-xl-70px,
.my-xl-70px {
    margin-top: 70px !important;
  }

  .mr-xl-70px,
.mx-xl-70px {
    margin-right: 70px !important;
  }

  .mb-xl-70px,
.my-xl-70px {
    margin-bottom: 70px !important;
  }

  .ml-xl-70px,
.mx-xl-70px {
    margin-left: 70px !important;
  }

  .m-xl-80px {
    margin: 80px !important;
  }

  .mt-xl-80px,
.my-xl-80px {
    margin-top: 80px !important;
  }

  .mr-xl-80px,
.mx-xl-80px {
    margin-right: 80px !important;
  }

  .mb-xl-80px,
.my-xl-80px {
    margin-bottom: 80px !important;
  }

  .ml-xl-80px,
.mx-xl-80px {
    margin-left: 80px !important;
  }

  .m-xl-90px {
    margin: 90px !important;
  }

  .mt-xl-90px,
.my-xl-90px {
    margin-top: 90px !important;
  }

  .mr-xl-90px,
.mx-xl-90px {
    margin-right: 90px !important;
  }

  .mb-xl-90px,
.my-xl-90px {
    margin-bottom: 90px !important;
  }

  .ml-xl-90px,
.mx-xl-90px {
    margin-left: 90px !important;
  }

  .m-xl-100px {
    margin: 100px !important;
  }

  .mt-xl-100px,
.my-xl-100px {
    margin-top: 100px !important;
  }

  .mr-xl-100px,
.mx-xl-100px {
    margin-right: 100px !important;
  }

  .mb-xl-100px,
.my-xl-100px {
    margin-bottom: 100px !important;
  }

  .ml-xl-100px,
.mx-xl-100px {
    margin-left: 100px !important;
  }

  .m-xl-125px {
    margin: 125px !important;
  }

  .mt-xl-125px,
.my-xl-125px {
    margin-top: 125px !important;
  }

  .mr-xl-125px,
.mx-xl-125px {
    margin-right: 125px !important;
  }

  .mb-xl-125px,
.my-xl-125px {
    margin-bottom: 125px !important;
  }

  .ml-xl-125px,
.mx-xl-125px {
    margin-left: 125px !important;
  }

  .m-xl-150px {
    margin: 150px !important;
  }

  .mt-xl-150px,
.my-xl-150px {
    margin-top: 150px !important;
  }

  .mr-xl-150px,
.mx-xl-150px {
    margin-right: 150px !important;
  }

  .mb-xl-150px,
.my-xl-150px {
    margin-bottom: 150px !important;
  }

  .ml-xl-150px,
.mx-xl-150px {
    margin-left: 150px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-tres-petit {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-xl-10px {
    padding: 10px !important;
  }

  .pt-xl-10px,
.py-xl-10px {
    padding-top: 10px !important;
  }

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

  .pb-xl-10px,
.py-xl-10px {
    padding-bottom: 10px !important;
  }

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

  .p-xl-15px {
    padding: 15px !important;
  }

  .pt-xl-15px,
.py-xl-15px {
    padding-top: 15px !important;
  }

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

  .pb-xl-15px,
.py-xl-15px {
    padding-bottom: 15px !important;
  }

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

  .p-xl-20px {
    padding: 20px !important;
  }

  .pt-xl-20px,
.py-xl-20px {
    padding-top: 20px !important;
  }

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

  .pb-xl-20px,
.py-xl-20px {
    padding-bottom: 20px !important;
  }

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

  .p-xl-25px {
    padding: 25px !important;
  }

  .pt-xl-25px,
.py-xl-25px {
    padding-top: 25px !important;
  }

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

  .pb-xl-25px,
.py-xl-25px {
    padding-bottom: 25px !important;
  }

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

  .p-xl-30px {
    padding: 30px !important;
  }

  .pt-xl-30px,
.py-xl-30px {
    padding-top: 30px !important;
  }

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

  .pb-xl-30px,
.py-xl-30px {
    padding-bottom: 30px !important;
  }

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

  .p-xl-40px {
    padding: 40px !important;
  }

  .pt-xl-40px,
.py-xl-40px {
    padding-top: 40px !important;
  }

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

  .pb-xl-40px,
.py-xl-40px {
    padding-bottom: 40px !important;
  }

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

  .p-xl-50px {
    padding: 50px !important;
  }

  .pt-xl-50px,
.py-xl-50px {
    padding-top: 50px !important;
  }

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

  .pb-xl-50px,
.py-xl-50px {
    padding-bottom: 50px !important;
  }

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

  .p-xl-60px {
    padding: 60px !important;
  }

  .pt-xl-60px,
.py-xl-60px {
    padding-top: 60px !important;
  }

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

  .pb-xl-60px,
.py-xl-60px {
    padding-bottom: 60px !important;
  }

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

  .p-xl-70px {
    padding: 70px !important;
  }

  .pt-xl-70px,
.py-xl-70px {
    padding-top: 70px !important;
  }

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

  .pb-xl-70px,
.py-xl-70px {
    padding-bottom: 70px !important;
  }

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

  .p-xl-80px {
    padding: 80px !important;
  }

  .pt-xl-80px,
.py-xl-80px {
    padding-top: 80px !important;
  }

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

  .pb-xl-80px,
.py-xl-80px {
    padding-bottom: 80px !important;
  }

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

  .p-xl-90px {
    padding: 90px !important;
  }

  .pt-xl-90px,
.py-xl-90px {
    padding-top: 90px !important;
  }

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

  .pb-xl-90px,
.py-xl-90px {
    padding-bottom: 90px !important;
  }

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

  .p-xl-100px {
    padding: 100px !important;
  }

  .pt-xl-100px,
.py-xl-100px {
    padding-top: 100px !important;
  }

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

  .pb-xl-100px,
.py-xl-100px {
    padding-bottom: 100px !important;
  }

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

  .p-xl-125px {
    padding: 125px !important;
  }

  .pt-xl-125px,
.py-xl-125px {
    padding-top: 125px !important;
  }

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

  .pb-xl-125px,
.py-xl-125px {
    padding-bottom: 125px !important;
  }

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

  .p-xl-150px {
    padding: 150px !important;
  }

  .pt-xl-150px,
.py-xl-150px {
    padding-top: 150px !important;
  }

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

  .pb-xl-150px,
.py-xl-150px {
    padding-bottom: 150px !important;
  }

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

.text-body {
  color: #111 !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;
  }
}
/********* Custom theme ************/
body {
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container {
  position: relative;
  z-index: 10;
}

main {
  position: relative;
  z-index: 100;
  margin-top: 50px;
  text-align: justify;
  color: #1b3a60;
}
@media (max-width: 768px) {
  main {
    text-align: left;
    margin-top: 40px;
  }
}

.contenu {
  padding: 0 70px 40px 90px;
}
@media (max-width: 768px) {
  .contenu {
    padding: 0px 30px 40px 30px;
  }
}

article {
  text-align: justify;
}
@media (max-width: 768px) {
  article {
    text-align: left;
  }
}
article p {
  margin-bottom: 1.6rem;
}
article [class*=col-] p:last-child, article td p:last-child {
  margin-bottom: 0;
}
article ul {
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
article ol {
  padding-bottom: 10px;
}
article ul li {
  position: relative;
  padding-left: 20px;
}
article ul li::before {
  content: "•";
  color: #1b3a60;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  font-size: 25px;
  line-height: 25px;
  float: left;
  margin-left: -20px;
}
article ul li li::before {
  content: "•";
  line-height: 25px;
  color: #e98752;
}
article ol li, article ul li {
  margin: 0 0 10px 0;
}
article ul ul, article ul ol, article ol ul, article ol ol {
  margin: 10px 0 0 0;
}
article ol li li:last-child, article ul li li:last-child {
  margin-bottom: 0;
}
article img {
  display: block;
  height: auto;
  max-width: 100%;
}
article iframe {
  border: 0;
}
article a, article a:visited {
  text-decoration: underline;
  color: #1b3a60;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*font-weight: 700;*/
}
article a:hover, article a:visited:hover {
  text-decoration: none;
  color: #1b3a60;
}
article .table {
  border-bottom: 1px solid #dee2e6;
}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

.btn, .entry-content .wp-block-button__link, .entry-content .wp-block-button__link:visited {
  border-radius: 8px;
  text-decoration: none;
  padding-right: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  white-space: normal;
}
.btn:hover, .entry-content .wp-block-button__link:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------
    #Headers
------------------------------------------------------------------*/
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Merriweather", serif;
  font-style: italic;
  /*@include media("<=sm") { font-size: 1.8rem; line-height: 2.2rem; }*/
}
html:lang(fr) h1, html:lang(fr) .h1 {
  text-transform: lowercase;
}
h1::first-letter, h1 span::first-letter, h1 em::first-letter, .h1::first-letter, .h1 span::first-letter, .h1 em::first-letter {
  text-transform: capitalize;
}

h2, .h2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 40px;
  font-family: "Merriweather", serif;
  font-style: italic;
  /*@include media("<=sm-small") { font-size: 1.6rem; }*/
}
html:lang(fr) h2, html:lang(fr) .h2 {
  text-transform: lowercase;
}
h2::first-letter, .h2::first-letter {
  text-transform: capitalize;
}

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 1.2em;
  }
}

h4, .h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #205072;
  text-align: left;
  margin-bottom: 20px;
}

h5, .h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #C56135;
  text-align: left;
  margin-bottom: 20px;
}

article h1:first-of-type, section h1:first-of-type, section h2:first-of-type, hr + h1, h1 + h2, hr + h2 {
  margin-top: 0;
}

.photo-top-container {
  overflow: hidden;
}

@media (min-width: 992px) {
  .photo-top__row {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .photo-top__photo {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .photo-top__photo {
    position: absolute;
    top: 0;
    right: -140px;
    width: 980px;
    height: auto;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .photo-top__photo {
    right: -120px;
    width: 950px;
  }
}

.photo-top__texte {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .photo-top__texte {
    min-height: 480px;
  }
}

/*------------------------------------------------------------------
    /#Headers
------------------------------------------------------------------*/
.dropdown-toggle::after {
  margin-left: 10px;
}

article a.dropdown-item {
  text-decoration: none;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
article a.dropdown-item:hover {
  background-color: #205072;
  color: #fff;
}

/*------------------------------------------------------------------
    #Modele de pages
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    /#Modele de pages
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Home
------------------------------------------------------------------*/
body[data-section-id=accueil] .slideshow-container {
  background: url(/assets/images/pattern-fioriture-beige.png) repeat left top;
  background-size: 10%;
  color: #1b3a60;
}
body[data-section-id=accueil] .ls-slide-backgrounds {
  border-bottom: 60px solid #fff;
}
body[data-section-id=accueil] .paperclip {
  top: -430px;
}
@media (max-width: 576px) {
  body[data-section-id=accueil] .paperclip {
    right: auto;
    left: 25px;
    width: 350px;
    transform: none;
    padding-bottom: 0;
  }
}

/*------------------------------------------------------------------
    /#Home
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Livre
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  body[data-section-id=livres] .livre-bloc-container .container {
    max-width: 100%;
  }
}
body[data-section-id=livres] .livre-bloc {
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  body[data-section-id=livres] .livre-bloc {
    padding-bottom: 500px !important;
    padding-bottom: 50vw !important;
  }
}
body[data-section-id=livres] .livre-bloc__livre-1 {
  /*@include media(">=xl") {
      background-position: left top; background-size: cover;
  }*/
}
@media (max-width: 991px) {
  body[data-section-id=livres] .livre-bloc__livre-1 {
    background: rgba(233, 135, 82, 0.2) url(/upload/livres/bg-livre-1-md.jpg) no-repeat left bottom;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  body[data-section-id=livres] .livre-bloc__livre-1 {
    background: rgba(233, 135, 82, 0.2) url(/upload/livres/bg-livre-1-lg.jpg) no-repeat left top;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  body[data-section-id=livres] .livre-bloc__livre-2 {
    background: rgba(233, 135, 82, 0.2) url(/upload/livres/bg-livre-2-md.jpg) no-repeat left bottom;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  body[data-section-id=livres] .livre-bloc__livre-2 {
    background: rgba(233, 135, 82, 0.2) url(/upload/livres/bg-livre-2-lg.jpg) no-repeat left top;
    background-size: cover;
  }
}
body[data-section-id=livres] .livre-bloc__triangle {
  background-color: #205072;
  color: #fff;
  position: absolute;
  width: 300px;
  height: 300px;
  right: -130px;
  bottom: -210px;
  transform: rotate(60deg);
  /* padding: 55px 215px 205px 10px; */
  /*content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-left: 200px solid transparent; border-bottom: 140px solid $color-primary;*/
  /* background-color: $color-primary; */
}
body[data-section-id=livres] .livre-bloc__triangle > span {
  transform: rotate(-60deg);
  display: block;
  position: absolute;
  top: 110px;
  left: 0px;
}
body[data-section-id=livres] .livre-bloc__triangle--rouge {
  background-color: #852d27;
}

/*------------------------------------------------------------------
    /#Livre
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Produits
------------------------------------------------------------------*/
@media (min-width: 992px) {
  .produit-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .produit-img {
    max-width: 300px;
  }
}

h1 + .produit-img {
  margin: -10px 0 30px 0;
}

.liste-produits-item {
  padding: 30px 30px 40px 30px;
  border: 4px solid #fff;
  position: relative;
  text-align: center;
  transition: all 500ms ease-out;
}
.liste-produits-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease-out;
  opacity: 0;
  z-index: 1;
}
.liste-produits-item.fond-bleu-tres-pale::before {
  background-color: rgba(32, 80, 114, 0.5);
}
.liste-produits-item.fond-bleu-pale::before {
  background-color: rgba(32, 80, 114, 0.35);
}
.liste-produits-item.fond-rose-pale::before {
  background-color: rgba(233, 135, 82, 0.5);
}
.liste-produits-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 500ms ease-out;
  z-index: 2;
}
.liste-produits-item img {
  max-height: 100%;
  width: auto;
  height: inherit;
  transition: all 500ms ease-out;
}
.liste-produits-item:hover::before {
  opacity: 1;
}
.liste-produits-item:hover img {
  transform: scale(1.05);
}

.liste-produits-item__img {
  position: relative;
  z-index: 3;
  margin: 0 30px 10px 30px;
  height: 250px;
}
@media (min-width: 768px) {
  .liste-produits-item__img {
    height: 16vw;
    max-height: 250px;
  }
}

.liste-produits-item__text {
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .liste-produits-item__text {
    min-height: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .liste-produits-item__text {
    min-height: 180px;
  }
}

.liste-produits-item__btn {
  position: relative;
  z-index: 100;
}

body[data-section-id=produits] .speech-bubble a {
  font-family: "Sintony", sans-serif;
}

#produit-details {
  /*.certification p {
      display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: row;
      @include media("<lg") {  
          max-width: 800px;
      }
      > span {
          flex: 0 0 auto; width: auto;
      }
  }*/
  /* .logo-ecocert, .logo-GF-Certified, .logo-aliments-prepares-au-quebec {
       margin-right: 5px; display: inline-block;
  } */
}
@media (max-width: 991px) {
  #produit-details .certification img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #produit-details .logo-ecocert {
    margin-right: 0;
    transform: translate(-125px, -10px);
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #produit-details .logo-ecocert {
    transform: translate(-124px, -10px);
  }
}
@media (min-width: 992px) {
  #produit-details .logo-GF-Certified {
    margin-right: 0;
    transform: translate(-123px, -17px);
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #produit-details .logo-GF-Certified {
    transform: translate(-122px, -17px);
  }
}
@media (min-width: 992px) {
  #produit-details .logo-aliments-prepares-au-quebec {
    margin-right: 0;
    transform: translate(-118px, -12px);
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #produit-details .logo-aliments-prepares-au-quebec {
    transform: translate(-118px, -12px);
  }
}

/*------------------------------------------------------------------
    /#Produits
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Articles prix et distinction
------------------------------------------------------------------*/
.prix-distinctions-presse__items-container .repeatable {
  padding: 40px 0;
}
.prix-distinctions-presse__items-container .repeatable .image-droite {
  margin-bottom: 20px;
}

/*------------------------------------------------------------------
    /#Articles prix et distinction
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Témoignages
------------------------------------------------------------------*/
.temoignages-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.temoignages-container .speech-bubble {
  text-align: left;
}
@media (min-width: 576px) {
  .temoignages-container .speech-bubble:nth-child(even)::after {
    left: 0;
    border: 40px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.85);
    border-left: 0;
    border-bottom: 0;
    margin-left: -40px;
  }
}

#temoignages__bg-slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#temoignages__bg-slideshow div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

#temoignages__bg-slideshow div:nth-of-type(1) {
  -webkit-animation-name: fader;
          animation-name: fader;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 20;
}

#temoignages__bg-slideshow div:nth-of-type(2) {
  z-index: 10;
}

#temoignages__bg-slideshow div:nth-of-type(n+3) {
  display: none;
}

@-webkit-keyframes fader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .temoignages__bg-slideshow1 {
    background: url(/images/bg-temoignages1-md.jpg) no-repeat left 0.3em;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .temoignages__bg-slideshow1 {
    background: url(/images/bg-temoignages1-lg.jpg) no-repeat left 0.3em;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .temoignages__bg-slideshow2 {
    background: url(/images/bg-temoignages2-md.jpg) no-repeat left 0.3em;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .temoignages__bg-slideshow2 {
    background: url(/images/bg-temoignages2-lg.jpg) no-repeat left 0.3em;
    background-size: cover;
  }
}

/*------------------------------------------------------------------
    /#Témoignages
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Histoire
------------------------------------------------------------------*/
.histoire-container {
  background-attachment: fixed;
  overflow: hidden;
}

.histoire__evenements {
  position: relative;
  text-align: left;
  padding-bottom: 40px;
}
.histoire__evenements h2 {
  padding: 20px 0 30px 0;
}
@media (min-width: 768px) {
  .histoire__evenements::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px solid #e98752;
    -webkit-animation-name: moveInTop;
            animation-name: moveInTop;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.histoire__evenement.repeatable {
  border: none;
}
@media (min-width: 768px) {
  .histoire__evenement {
    max-width: 45%;
  }
  .histoire__evenement.repeatable {
    padding-bottom: 0;
  }
  .histoire__evenement:nth-child(even) {
    margin-left: 55%;
  }
}

/*------------------------------------------------------------------
    /#Histoire
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Recettes
------------------------------------------------------------------*/
.recettes-item {
  text-align: center;
  max-width: 360px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: inline-block;
  width: 23.8%;
  vertical-align: top;
  /* width: 24.5%; */
}
@media (max-width: 992px) {
  .recettes-item {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .recettes-item {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .recettes-item {
    width: 95%;
    display: block;
    margin: 0 0 15px 15px;
  }
}
@media (max-width: 480px) {
  .recettes-item {
    max-width: 290px;
  }
}
.recettes-item:hover {
  z-index: 3;
}
.recettes-item a, .recettes-item a:visited {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 12px;
  margin-bottom: 18px;
  transition: all 500ms ease-out;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.recettes-item a .recettes-item-content, .recettes-item a:visited .recettes-item-content {
  position: relative;
  z-index: 2;
}
.recettes-item a::after, .recettes-item a:visited::after {
  content: "";
  position: absolute;
  left: -4%;
  top: -4%;
  z-index: 1;
  width: 108%;
  height: 108%;
  transition: all 500ms ease-out;
  -webkit-clip-path: inset(100px, 100px, 100px, 100px);
          clip-path: inset(100px, 100px, 100px, 100px);
  opacity: 0;
}
.recettes-item a:hover, .recettes-item a:visited:hover {
  text-decoration: none;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: scale(1.05);
}
.recettes-item a:hover::after, .recettes-item a:visited:hover::after {
  border-style: solid;
  border-width: 57px 55px 52px 57px;
  -webkit-clip-path: inset(0, 0, 0, 0);
          clip-path: inset(0, 0, 0, 0);
  opacity: 1;
  -o-border-image: url(/assets/images/encadre-fioritures-sans-filet.png) 57 55 52 57 stretch;
     border-image: url(/assets/images/encadre-fioritures-sans-filet.png) 57 55 52 57 stretch;
}
.recettes-item .titre {
  display: block;
  background-color: #f0eddc;
  padding: 8px 12px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .recettes-item .titre {
    min-height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .recettes-item .titre span.hidden-xs {
    display: none;
  }
}
.recettes-item .img-container {
  overflow: hidden;
  background: url(/assets/images/pattern-fioriture-beige.png) no-repeat center center;
  background-size: cover;
  transition: all 500ms ease-out;
  height: 230px;
  /* height: 320px; */
}
@media (min-width: 480px) {
  .recettes-item .img-container {
    height: 285px;
  }
}
@media (min-width: 576px) {
  .recettes-item .img-container {
    height: 235px;
  }
}
@media (min-width: 768px) {
  .recettes-item .img-container {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .recettes-item .img-container {
    height: 230px;
  }
}
.recettes-item .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-noel .recettes-item.noel .titre, .theme-noel .recettes-item.christmas .titre, .theme-christmas .recettes-item.noel .titre, .theme-christmas .recettes-item.christmas .titre {
  background-color: #cb2027;
  color: #fff;
}
.recettes-item.theme-halloween .titre {
  background-color: #ff8a00;
}
.recettes-item.theme-paques .titre {
  background-color: #acc0ff;
}
.recettes-item.theme-tempsdessucres .titre {
  background-color: #589b66;
  color: #fff;
}

.recettes-nav-filter ul {
  margin-bottom: 30px;
}
.recettes-nav-filter li {
  padding: 0;
  margin: 0;
}
.recettes-nav-filter li::before {
  display: none;
}
.recettes-nav-filter a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
  margin-left: -10px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3rem;
}
.recettes-nav-filter a:hover {
  background-color: #fff;
}
.recettes-nav-filter button.is-checked {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 114, 0.5);
}

.btn-recettes-nav {
  position: relative;
}

/*.btn-recettes-nav:hover,
.btn-recettes-nav:focus,
.btn-recettes-nav.is-checked {
  background-color: #75899d; color: #fff; border: 2px solid #0d2c53;
}*/
body[data-section-id=recettes] .paperclip {
  width: 290px;
  top: -80px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  body[data-section-id=recettes] .paperclip {
    top: -240px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 576px) {
  body[data-section-id=recettes] .paperclip {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 30px auto;
  }
}
body[data-section-id=recettes] .paperclip__img {
  height: 100px;
  top: -80px;
}

body.recette {
  /* IE 8 */
  /* IE 9 */
  /* IE lt 10 */
  /*.row::before, .auteur::before {
      display: table; content: " ";
  }
  .row::after, .auteur::after {
      display: table; content: " "; clear: both;
  }*/
  /*** ICONS ***/
  /** Pour le plugin Print **/
}
body.recette h1 {
  font-size: 2.8em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  margin: 0.5em 0 35px 0;
  padding: 0;
  text-align: left;
  font-family: "Great Vibes", cursive;
  color: #734b1a;
  text-transform: none;
}
body.recette h1 span.lead, body.recette .h1 {
  font-size: 1.4em;
  line-height: 0.8em;
  margin-top: 0.2em;
  font-weight: normal;
  font-family: "Great Vibes", cursive;
  color: #734b1a;
}
body.recette h1 span.bio-sans-gluten {
  font-size: 0.4em;
  line-height: 1.3em;
  margin-top: 1.3rem;
  font-weight: normal;
  font-family: "Sintony", sans-serif;
  display: block;
}
body.recette .auteur {
  color: #734b1a;
  float: left;
  margin-top: -30px;
  font-family: Arial, Helvetica, sans-serif;
}
body.recette .auteur + div.row {
  text-align: left;
  padding-top: 20px;
}
body.recette h2 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: normal;
  margin: 0.5em 0 0.9em 0;
  padding: 0;
  text-align: left;
  font-family: "Great Vibes", cursive;
  color: #092644;
}
body.recette h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.5em 0 0.8em 0;
  padding: 0;
  color: #092644;
  text-align: left;
}
body.recette article.container {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 992px) {
  body.recette article.container {
    max-width: 100%;
  }
}
body.recette .texte-cursif {
  font-family: "Great Vibes", cursive;
}
body.recette hr {
  border-color: #734b1a;
}
body.recette .encadre-fioritures {
  font-size: 1.2em;
  border-style: solid;
  border-width: 57px 55px 52px 57px;
  -o-border-image: url(/recettes/images/encadre-fioritures.png) 57 55 52 57 stretch;
     border-image: url(/recettes/images/encadre-fioritures.png) 57 55 52 57 stretch;
}
@media \0 screen {
  body.recette .encadre-fioritures {
    border-width: 1px;
    border-color: #765219;
    -o-border-image: none;
       border-image: none;
  }
}
body.recette :root .encadre-fioritures {
  border-width: 1px\9 ;
  border-color: #765219 \9 ;
  -o-border-image: none\9 ;
     border-image: none\9 ;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.recette .encadre-fioritures {
    border-width: 1px;
    border-color: #765219;
    -o-border-image: none;
       border-image: none;
  }
}
body.recette .encadre-fioritures h2 {
  margin-top: 0;
}
body.recette .encadre-brun {
  color: #205072;
  padding: 19px 36px 21px 36px;
  /* border-style: solid; border-width: 19px 36px 21px; border-image: url(/recettes/images/encadre-brun.png) 19 36 21 repeat stretch; */
  background-color: #e9f0f5;
  /*
  background:
      linear-gradient(135deg, transparent 8px, #734b1a 0) top left,
      linear-gradient(225deg, transparent 8px, #734b1a 0) top right,
      linear-gradient(315deg, transparent 8px, #734b1a 0) bottom right,
      linear-gradient(45deg,  transparent 8px, #734b1a 0) bottom left;
  background-size: 50% 50%; background-repeat: no-repeat; transition: all 500ms ease-out;
  background-image:
      radial-gradient(circle at 0 0, rgba(#734b1a,0) 8px, #734b1a 8px),
      radial-gradient(circle at 100% 0, rgba(#734b1a,0) 8px, #734b1a 8px),
      radial-gradient(circle at 100% 100%, rgba(#734b1a,0) 8px, #734b1a 8px),
      radial-gradient(circle at 0 100%, rgba(#734b1a,0) 8px, #734b1a 8px);
  */
}
body.recette .valeur-nutritive {
  font-size: 14px;
  line-height: 1.42857143;
}
body.recette .valeur-nutritive ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  border-top: 1px solid #205072;
}
body.recette .valeur-nutritive li {
  border-bottom: 1px solid #205072;
  padding: 0.2em 0;
  margin: 0;
}
body.recette .valeur-nutritive li::before {
  display: none;
}
body.recette .col-xs-8 {
  width: 100%;
}
@media (min-width: 992px) {
  body.recette .col-xs-8 {
    width: 66.66666667%;
    margin: 0 auto;
  }
}
body.recette .row {
  clear: both;
}
body.recette .fioriture-gauche {
  background: url(/recettes/images/fioriture-gauche.png) no-repeat left top;
  width: 30px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
body.recette .fioriture-gauche-petit {
  background: url(/recettes/images/fioriture-gauche.png) no-repeat left top;
  width: 30px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.75);
}
body.recette .fioriture-droite {
  background: url(/recettes/images/fioriture-droite.png) no-repeat left top;
  width: 30px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
body.recette .fioriture-droite-petit {
  background: url(/recettes/images/fioriture-droite.png) no-repeat left top;
  width: 30px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.75);
}
body.recette .conseils-pratiques {
  background: url(/recettes/images/icon-conseils-pratiques.png) no-repeat left top;
  width: 30px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
body.recette .variantes {
  background: url(/recettes/images/icon-variantes.png) no-repeat left top;
  width: 30px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
body.recette #photo-recette {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
  max-width: 480px;
}
body.recette .texte-brun {
  color: #734b1a;
}
body.recette .btn, body.recette .entry-content .wp-block-button__link, .entry-content body.recette .wp-block-button__link {
  text-transform: none;
  padding-right: 15px;
  padding-left: 15px;
}
body.recette .pull-right {
  float: right !important;
}
body.recette .col-md-6.marge-haut-20 #photo-recette, body.recette .logo-print {
  display: none;
}
body.recette iframe[name=printIframe] {
  display: none;
}
@media (max-width: 576px) {
  body.recette .print-recette-btn-container {
    margin-top: 15px;
    text-align: left;
  }
}

.print-recette-popup {
  position: relative;
}

.print-recette-popup__content {
  position: absolute;
  top: 18px;
  right: -35px;
  z-index: 10;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  text-align: left;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  max-width: 185px;
}
html:lang(fr) .print-recette-popup__content {
  right: -15px;
  max-width: 165px;
}
@media (max-width: 1200px) {
  html:lang(fr) .print-recette-popup__content {
    right: -10px;
  }
}
@media (max-width: 768px) {
  .print-recette-popup__content {
    right: -5px;
  }
  html:lang(fr) .print-recette-popup__content {
    right: 0;
  }
}
@media (max-width: 576px) {
  .print-recette-popup__content {
    right: auto;
    left: 0;
  }
  html:lang(fr) .print-recette-popup__content {
    left: 0;
  }
}
.print-recette-popup__content a {
  display: block;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 14px;
}
.print-recette-popup__content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -8px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
@media (max-width: 576px) {
  .print-recette-popup__content::after {
    left: 65px;
    margin-left: 0;
  }
}

@media print {
  body.recette {
    padding-top: 0px;
    min-width: 100% !important;
  }

  body.recette footer {
    display: none !important;
  }

  header {
    height: 150px !important;
    margin-bottom: 20px;
    background: url(/images/logo.png) no-repeat center center;
    background-size: contain;
  }
  header::before {
    content: "www.cuisinelangelique.com";
    display: block;
    float: right;
  }

  .header-background {
    display: none !important;
  }

  .navtop {
    visibility: hidden !important;
  }

  #top-navbar {
    visibility: hidden !important;
    display: none !important;
  }

  .top-social-medias {
    display: none !important;
  }

  .navbar-toggler {
    display: none !important;
  }

  body.recette .navbar {
    display: block !important;
  }

  .logo img {
    visibility: hidden !important;
  }

  .logo div {
    display: none !important;
  }

  /*.logo {
      display: block; margin: 0 auto; text-align: center; text-decoration: none;
  }
  .logo::before {
      content: ""; width: 380px; height: 400px; position: absolute; left: 0px; top: 0; background: #ccc url(/images/logo.png) no-repeat center center; background-size: cover;
  }
  .logo img {
      width: 400px !important;
  }*/
  .container {
    min-width: 100% !important;
  }

  @page {
    size: letter;
  }
  main {
    margin-top: 0 !important;
  }

  article {
    font-size: 10pt !important;
    line-height: 12pt !important;
  }

  .col-md-6 {
    flex: none;
    max-width: 100%;
  }

  p {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }

  .btn, .entry-content .wp-block-button__link, .entry-content .wp-block-button__link:visited {
    display: none !important;
  }

  .valeur-nutritive {
    width: 400px;
    margin: 0 auto;
  }

  .fond-fioriture-beige {
    background: none !important;
    background-color: #fff !important;
  }

  .accordion-item, #photo-recette, .fond-bleu-tres-pale {
    page-break-inside: avoid;
  }

  #photo-recette {
    max-width: 650px !important;
  }
}
.footer-recettes {
  margin-top: 30px;
}
.footer-recettes img {
  display: block;
  height: auto;
  max-width: 100%;
}
.footer-recettes ul {
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.footer-recettes .fond-fioriture-beige .container {
  max-width: 1220px;
}
.footer-recettes .recettes-item {
  margin: 0 5px;
}
.footer-recettes #recettes-index-container {
  text-align: center;
}

/*------------------------------------------------------------------
    /#Recettes
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Infolettre
------------------------------------------------------------------*/
body[data-section-id=infolettre] {
  /** Largeur du iframe qui ouvre l'infolettre **/
}
body[data-section-id=infolettre] .fancybox-slide--iframe .fancybox-content {
  width: 800px;
  max-width: 100%;
}

/*------------------------------------------------------------------
    /#Infolettre
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Boutique - Avec Shopify
------------------------------------------------------------------*/
body[data-section-id=boutique] main {
  margin-top: 20px;
}

.breadcrumb-boutique {
  font-size: 1rem;
  text-align: left;
}

/* Floating button top right */
.shopify-buy-frame--toggle.is-sticky {
  top: 150px !important;
}
.shopify-buy-frame--toggle.is-sticky.shopify-account-btn {
  margin-top: 63px;
  display: none;
}
.shopify-buy-frame--toggle.is-sticky.shopify-account-btn a {
  padding: 5px 10px;
  background-color: #78b657;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
}
.shopify-buy-frame--toggle.is-sticky.shopify-account-btn a:hover {
  background-color: #5f9d3e;
}

/* Product details on page */
.shopify-buy__select-icon {
  display: none;
}

.shopify-buy__option-select {
  margin-bottom: 15px;
}

.shopify-buy__product__variant-selectors {
  margin-bottom: 25px;
}

/* Index page qui liste tous les produits */
@media (min-width: 992px) {
  .listing-produits .container {
    max-width: 1500px;
  }
}
.listing-produits .card img {
  height: 260px;
  max-width: none;
  width: auto;
}
.listing-produits .card:hover a {
  color: #e98752 !important;
}
.listing-produits h5.card-title {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
  text-align: center;
  color: #205072;
}
.listing-produits h5.card-title a {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  transition: all 0.3s;
}
.listing-produits .shopify-buy-frame--product {
  text-align: center;
}
.listing-produits .shopify-buy__product__price {
  margin-bottom: 0.4rem;
}
@media (min-width: 577px) and (max-width: 2000px) {
  .listing-produits .shopify-buy__btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Page détail d'un produit */
body[data-section-id=produits] .shopify-buy__product__price {
  margin-bottom: 15px !important;
  font-size: 20px !important;
  font-weight: bold;
}

.visuallyhidden {
  display: none !important;
}

/*------------------------------------------------------------------
    /#Boutique - Avec Shopify
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Autres
------------------------------------------------------------------*/
.bande-produits, .bande-autres-produits {
  max-height: 450px;
  overflow: hidden;
}

/* Show les Wow dans Surreal */
.is-cms .wow {
  display: block;
  opacity: 1;
  visibility: visible;
}

/** Haut de page **/
.scrollToTop {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 2000;
  transition: all 300ms ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translate3d(100%, 0, 0);
}
.scrollToTop div {
  padding: 10px 15px;
  background-color: rgba(51, 51, 51, 0.5);
  color: #FFF;
  font-size: 22px;
  transition: all 300ms ease-out;
}
.scrollToTop span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/images/icon-chevron-top-white.svg) no-repeat left top;
  background-size: cover;
  transition: all 300ms ease-out;
}
.scrollToTop:hover div {
  background-color: #333333;
}
.scrollToTop:hover span {
  transform: scale(1.125) !important;
}

/** Popup lightbox, editable dans Surreal **/
#popup, #popup-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #555555;
  padding: 0;
}

#popup .repeatable, #popup-container .repeatable {
  background-color: #fff;
  padding: 0;
  border: none;
}

#popup .mfp-close, #popup-container .mfp-close {
  right: -35px;
  top: -35px;
  color: #fff;
}
@media (max-width: 576px) {
  #popup .mfp-close, #popup-container .mfp-close {
    right: -15px;
    top: -45px;
  }
}

#popup img, #popup-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

#popup p, #popup-container p, #popup h1, #popup-container h1, .is-cms #popup-container p, .is-cms #popup-container h1 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#popup .repeatable p:last-child, #popup-container .repeatable p:last-child {
  margin-bottom: 0;
}

.is-cms .introduction {
  max-width: 600px;
  text-align: center;
  margin: 50px auto 0 auto;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
}
.is-cms .introduction img {
  max-width: 45px;
  display: inline;
  vertical-align: bottom;
}

.is-cms #popup-container {
  padding: 40px;
  max-width: 680px;
  min-height: 200px;
  margin: 100px auto;
  height: auto;
}

.is-cms #popup-container > div {
  width: 600px;
  margin: 0 auto 60px auto;
  outline: 1px dashed #999;
}

.is-cms #popup-container > div:first-child {
  outline: 5px solid green;
  position: relative;
}

.is-cms #popup-container > div:first-child::before {
  content: "POPUP ACTIF";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: green;
}

#no-popup {
  display: none;
}

.is-cms #no-popup {
  display: block;
}

.card {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  text-align: left;
}

.dropdown-toggle::after {
  margin-right: -10px;
}

/* Marge au-dessus d'un anchor, pour ne pas qu'il soit collé en haut de la fenetre */
/*h1:target, h2:target, h3:target, h4:target, h5:target,
div:target, span:target, p:target, table:target, section:target, a:target {
   position: relative; border-top: 30px solid transparent; background-clip: padding-box;
    &::before {
        content: ""; position: absolute; top: -2px; left: 0; right: 0;
    }
}*/
/* Si on a un header fixe, marge pour ne pas que le anchor soit caché par le header
http://nicolasgallagher.com/jump-links-and-viewport-positioning/ */
/*h1:target, h2:target, h3:target, h4:target, h5:target,
div:target, span:target, p:target, table:target, section:target, a:target {
   position: relative; border-top: 145px solid transparent; margin-top: -145px; background-clip: padding-box;
    &::before {
        content: ""; position: absolute; top: -2px; left: 0; right: 0;
    }
}*/
/**** Fancy box ****/
.fancybox-container {
  z-index: 1000000 !important;
}

/* Popup Custom In animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fancybox-content .fancybox-close-small {
  /* display: none; */
  background-color: #fff;
}

/**** Addthis social medias ****/
.at-share-dock {
  width: 200px !important;
  left: 0 !important;
}
.open-drop-menu .at-share-dock {
  display: none !important;
}

/**** Addsearch ****/
/* Result page */
#addsearch-results {
  /* masque affichage de la section sur la landing page La merveilleuse */
}
#addsearch-results h2 {
  text-transform: uppercase;
  font-family: "Merriweather", serif;
}
#addsearch-results #doc-37306a989401f1da5bbfb550385146fd .addsearch_category {
  display: none;
}

#popup-lateral {
  position: fixed;
  bottom: 60px;
  right: 0;
  /*opacity: 1; visibility: visible;*/
  z-index: 2000;
  transition: all 300ms ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translate3d(100%, 0, 0);
  margin-right: -5px;
}

.popup-lateral-container {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}

.popup-lateral-close {
  position: absolute;
  top: 0px;
  right: 4px;
  font-weight: bold;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 10px 12px 15px;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.popup-lateral-close:hover {
  background-color: #fff;
  color: #205072;
}

/**** CookieYes consent banner ****/
.cky-box-top-left {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999999 !important;
  border-radius: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.cky-consent-container .cky-consent-bar {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  max-width: 600px;
  border-radius: 0 !important;
}

@media (min-width: 993px) {
  .cky-consent-container .cky-consent-bar {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 576px) {
  .cky-consent-container .cky-consent-bar {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
/*------------------------------------------------------------------
    /#Autres
------------------------------------------------------------------*/
header {
  position: relative;
  z-index: 1000;
}

.navbar-custom {
  position: relative;
  z-index: 101;
  /*** dropdown-menu ***/
}
.navbar-custom .navbar-container {
  max-width: 1140px;
  width: 100%;
}
.navbar-custom .navbar-brand {
  padding-top: 10px;
  position: relative;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 576px) {
  .navbar-custom .navbar-brand {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-brand {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .navbar-custom .navbar-brand {
    padding-left: 30px;
    padding-right: 0;
  }
}
.navbar-custom .navbar-brand img {
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .navbar-custom .navbar-brand img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .navbar-custom .navbar-brand img {
    width: 160px;
  }
}
.navbar-custom .nav-item {
  padding: 0;
}
.navbar-custom .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.15rem;
  white-space: nowrap;
  padding: 22px;
}
html:lang(en) .navbar-custom .navbar-nav .nav-link {
  font-size: 1.07rem;
}
@media (max-width: 1200px) {
  .navbar-custom .navbar-nav .nav-link {
    font-size: 1rem;
  }
  html:lang(en) .navbar-custom .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding-left: 15px;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .navbar-custom .navbar-nav .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-custom .navbar-toggler {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #205072;
  padding: 10px 13px;
  position: relative;
  z-index: 100;
}
.navbar-custom .navbar-toggler:focus {
  outline: none;
}
@media (min-width: 576px) {
  .navbar-custom .navbar-toggler {
    margin-right: 30px;
  }
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(32,80,114)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  .navbar-custom .navbar-collapse {
    background-color: #152748;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto !important;
  }
}
@media (min-width: 993px) {
  .navbar-custom .dropdown-menu {
    background: #152748;
    border: none;
    border-radius: 0;
    margin-top: 0px;
    min-width: 100%;
    /* min-width:100%; pour avoir le dropdown meme largeur que le bouton du menu */
  }
  .navbar-custom .dropdown-menu li {
    padding-left: 0px;
  }
  .navbar-custom .dropdown-item {
    color: #fff;
  }
  .navbar-custom .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 992px) {
  .navbar-custom .dropdown-menu {
    background: none;
    border: none;
    margin-top: -15px;
  }
  .navbar-custom .dropdown-menu li {
    padding-left: 25px;
  }
  .navbar-custom .dropdown-item {
    color: #fff;
    white-space: normal;
  }
  .navbar-custom .dropdown-item::before {
    content: "•";
    font-family: Arial, sans-serif;
    color: #fff;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    float: left;
    margin-left: -15px;
    font-size: 15px;
    line-height: 25px;
  }
}

/*** ACTIVE state ***/
/*
.nav .show > a, .nav .show > a:visited, .nav .show > a:focus, .nav .show > a:hover, .nav .show > a:visited:hover,
body[data-section-id="accueil"] .navbar-nav > li:nth-child(1) > a,
body[data-section-id="a-propos"] .navbar-nav > li > a[href*="/a-propos/"],
body[data-section-id="contact"] .navbar-nav > li > a[href*="/contact/"],
body[data-section-id="nouvelles"] .navbar-nav > li > a[href*="/nouvelles/"]
{
    @include media(">=md") {
        text-shadow: 2px 2px 2px #000000;
    }
}
*/
/*** Nav top ***/
@media (max-width: 992px) {
  .navtop {
    display: none;
  }
}

.navtop a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 0 20px;
  border-right: 1px solid #fff;
  /*&:first-child {

  }*/
}

.navtop a:focus, .navtop a:hover {
  text-decoration: underline;
  background-color: transparent !important;
  color: #fff;
}

/*** Nav collapse from right offcanvas-collapse - https://getbootstrap.com/docs/4.0/examples/offcanvas/ ***/
@media (max-width: 992px) {
  html, body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  }
}
@media (max-width: 992px) {
  .offcanvas-collapse {
    top: 170px;
    /* Height of navbar */
    position: absolute;
    left: 0;
    width: 70%;
    margin-right: -15px;
    margin-left: -15px;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(150%);
    /* position: absolute; left: 0; width: 110%; margin-right: -15px; margin-left: -15px; overflow-y: auto; transition: transform .3s ease-in-out; transform: translateX(100%); */
    /* position : fixed; bottom: 0; width: 100%; padding-right: 1rem; padding-left: 1rem; */
  }
  .offcanvas-collapse.collapse:not(.show), .offcanvas-collapse.collapsing {
    display: block;
  }

  .offcanvas-collapse.show {
    transform: translateX(70%);
  }
}
@media (max-width: 768px) {
  .offcanvas-collapse {
    width: 105%;
    width: 100vw;
    transform: translateX(101%);
  }

  .offcanvas-collapse.show {
    transform: translateX(-1px);
    /* transform: translateX(-1rem); */
  }
}
@media (max-width: 576px) {
  .offcanvas-collapse {
    top: 140px;
  }
}
/*** SiteSearch360 ***/
#nav-item-search {
  border-right: none;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
#nav-item-search img {
  position: relative;
  z-index: 1006;
  display: none;
  transition: all 500ms ease-out;
  /*position: absolute;  top: -5px; right: 0;*/
}
@media (min-width: 768px) {
  #nav-item-search img {
    display: inline-block;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.9));
            filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.9));
  }
}
@media (min-width: 768px) {
  #nav-item-search:hover {
    background-color: transparent !important;
  }
  #nav-item-search:hover img {
    cursor: pointer;
    transform: scale(1.1);
  }
  #nav-item-search.open-search-field img {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.9));
            filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.9));
  }
  #nav-item-search.open-search-field .form-control {
    width: 305px;
    opacity: 1;
  }
}

/* SiteSearch360 */
.ss360-nav--top, .ss360-layer, body {
  --ss360-fs-md: .8rem;
}

#unibox-suggest-box {
  left: -315px;
  border-radius: 0;
}

h2.unibox__suggest-heading {
  margin-bottom: 0;
}

.ss360-section__button {
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

.ss360-section__input {
  background-color: #152748 !important;
  color: #fff;
  font-size: 15px;
  border: 1px solid #999;
  transition: all 500ms ease-out;
  z-index: 1005;
  font-size: 16px;
  padding: 10px;
  height: 35px;
  opacity: 1;
  width: 120px;
  margin: 15px 5px 20px 0;
  display: inline-block;
}
.ss360-section__input::-webkit-input-placeholder {
  color: #fff;
}
.ss360-section__input::-moz-placeholder {
  color: #fff;
}
.ss360-section__input:-ms-input-placeholder {
  color: #fff;
}
.ss360-section__input::-ms-input-placeholder {
  color: #fff;
}
.ss360-section__input::placeholder, .ss360-section__input:focus {
  color: #fff;
}
@media (min-width: 992px) {
  .ss360-section__input {
    opacity: 0;
    width: 0;
    position: absolute;
    top: -22px;
    right: 35px;
    height: auto;
    background-color: white !important;
    color: #666;
  }
  .ss360-section__input:focus {
    color: #666;
  }
  .ss360-section__input::-webkit-input-placeholder {
    color: #6c757d;
  }
  .ss360-section__input::-moz-placeholder {
    color: #6c757d;
  }
  .ss360-section__input:-ms-input-placeholder {
    color: #6c757d;
  }
  .ss360-section__input::-ms-input-placeholder {
    color: #6c757d;
  }
  .ss360-section__input::placeholder {
    color: #6c757d;
  }
}

@media (max-width: 767px) {
  #unibox-suggest-box {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #unibox-suggest-box {
    left: -320px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    margin-top: -2px;
    box-shadow: 0 4px 6px -2px rgba(31, 58, 84, 0.1), 0 8px 16px -4px rgba(31, 58, 84, 0.07);
    border: 1px solid #dddddd;
  }
}

@media (max-width: 575px) {
  .ss360-frame--search-bar .ss360-custom-search {
    justify-content: start;
  }
}

/* Mask le logo SiteSearch360 */
.ss360-layer__content > div:last-child {
  position: relative;
  /*display: none !important; */
}
.ss360-layer__content > div:last-child::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

/* Pour la recherche dans les Recettes */
.ss360-section__button-recettes img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(104%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(104%) contrast(102%);
}

.ss360-section__button-recettes:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(11%) saturate(2683%) hue-rotate(136deg) brightness(94%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(25%) sepia(11%) saturate(2683%) hue-rotate(136deg) brightness(94%) contrast(88%);
}

/*** Etoile ***/
.header-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /*background: $color-tertiary url(/images/background-header.jpg) no-repeat center top;*/
}

.header__courbe {
  width: 250vw;
  height: 100vw;
  position: absolute;
  background-color: rgba(21, 39, 72, 0.5);
  border-radius: 50%;
  -webkit-animation-name: slideInTop;
          animation-name: slideInTop;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.header__courbe1 {
  bottom: 50px;
  left: -95vw;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (min-width: 992px) {
  .header__courbe1 {
    bottom: 100px;
  }
}

.header__courbe2 {
  bottom: 90px;
  left: -65vw;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (min-width: 992px) {
  .header__courbe2 {
    bottom: 130px;
  }
}

.header-etoile {
  position: absolute;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  z-index: 9;
}

.header-etoile--1 {
  top: 15px;
  left: 5px;
  transform: scale(0.7);
  -webkit-animation-name: header-etoile--1-anim;
          animation-name: header-etoile--1-anim;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes header-etoile--1-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(0.7) rotate(105deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.95) rotate(115deg);
    opacity: 0;
  }
}

@keyframes header-etoile--1-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(0.7) rotate(105deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.95) rotate(115deg);
    opacity: 0;
  }
}
.header-etoile--2 {
  top: 50px;
  left: -50px;
  transform: scale(1);
  -webkit-animation-name: header-etoile--2-anim;
          animation-name: header-etoile--2-anim;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes header-etoile--2-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(1) rotate(95deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.25) rotate(105deg);
    opacity: 0;
  }
}

@keyframes header-etoile--2-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(1) rotate(95deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.25) rotate(105deg);
    opacity: 0;
  }
}
.header-etoile--3 {
  top: 30px;
  right: -30px;
  transform: scale(0.7);
  -webkit-animation-name: header-etoile--3-anim;
          animation-name: header-etoile--3-anim;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes header-etoile--3-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: scale(0.7) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.95) rotate(145deg);
    opacity: 0;
  }
}

@keyframes header-etoile--3-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: scale(0.7) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.95) rotate(145deg);
    opacity: 0;
  }
}
.header-etoile--4 {
  top: 104px;
  right: -7px;
  transform: scale(1.4);
  -webkit-animation-name: header-etoile--4-anim;
          animation-name: header-etoile--4-anim;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes header-etoile--4-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(1.4) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.65) rotate(145deg);
    opacity: 0;
  }
}

@keyframes header-etoile--4-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(1.4) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.65) rotate(145deg);
    opacity: 0;
  }
}
.header-etoile--5 {
  top: 105px;
  left: -107px;
  transform: scale(0.7);
  -webkit-animation-name: header-etoile--5-anim;
          animation-name: header-etoile--5-anim;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes header-etoile--5-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(0.7) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.95) rotate(145deg);
    opacity: 0;
  }
}

@keyframes header-etoile--5-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(0.7) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.95) rotate(145deg);
    opacity: 0;
  }
}
.header-etoile--6 {
  top: 70px;
  right: -117px;
  transform: scale(0.45);
  -webkit-animation-name: header-etoile--6-anim;
          animation-name: header-etoile--6-anim;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes header-etoile--6-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: scale(0.45) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.55) rotate(145deg);
    opacity: 0;
  }
}

@keyframes header-etoile--6-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: scale(0.45) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.55) rotate(145deg);
    opacity: 0;
  }
}
.header-etoile--7 {
  top: 30px;
  left: -187px;
  transform: scale(0.45);
  -webkit-animation-name: header-etoile--7-anim;
          animation-name: header-etoile--7-anim;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes header-etoile--7-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    transform: scale(0.45) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.55) rotate(145deg);
    opacity: 0;
  }
}

@keyframes header-etoile--7-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    transform: scale(0.45) rotate(135deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.55) rotate(145deg);
    opacity: 0;
  }
}
footer {
  clear: both;
  position: relative;
  color: #1b3a60;
  font-size: 1rem;
  line-height: 1.3rem;
}
footer a, footer a:visited {
  color: #1b3a60;
  text-decoration: none;
}
footer a:hover, footer a:visited:hover {
  color: #1b3a60;
  text-decoration: underline;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer li a {
  display: block;
  padding: 7px;
  transition: all 500ms ease-out;
  text-decoration: none;
}
footer li strong {
  font-family: "Merriweather", serif;
}
footer li ul {
  margin-bottom: 30px;
}
footer li li {
  font-family: "Sintony", sans-serif;
}
footer li li a {
  display: block;
  padding: 2px 7px;
  transition: all 500ms ease-out;
  text-decoration: none;
  font-size: 0.9rem;
}
footer li:last-child, footer li.last {
  border-bottom: none;
}

.footer-logo-menu {
  background-color: #dcebf5;
}

.footer-logo {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
}

.footer-infolettre {
  padding: 25px 0 25px 0;
  background: #152748 url(/images/background-footer-coordonnees.jpg) no-repeat center 0;
  background-size: cover;
}
@media (min-width: 992px) {
  .footer-infolettre .courriel {
    min-width: 250px;
  }
}
@media (min-width: 1200px) {
  .footer-infolettre .courriel {
    min-width: 350px;
  }
}

#webmaster {
  display: none;
}

body[data-section-id=accueil] #webmaster {
  display: block;
  color: #1b3a60;
}
body[data-section-id=accueil] #webmaster a, body[data-section-id=accueil] #webmaster a:visited {
  color: #1b3a60;
}

/*
Pour icon - 23k supplrementaire
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
*/
/****** Texte ******/
.texte-extra-jumbo {
  font-size: 4rem !important;
  line-height: 4.3rem !important;
}

.texte-tres-tres-jumbo {
  font-size: 3.5rem !important;
  line-height: 3.7rem !important;
}

.texte-tres-jumbo {
  font-size: 3rem !important;
  line-height: 3.2rem !important;
}

.texte-jumbo {
  font-size: 2.6rem !important;
  line-height: 2.9rem !important;
}

.texte-extra-gros {
  font-size: 2.2rem !important;
  line-height: 2.5rem !important;
}

.texte-tres-tres-gros {
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
}

.texte-tres-gros, .btn-rect-blanc .titre {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}

.texte-gros {
  font-size: 1.2rem !important;
  line-height: 1.7rem !important;
}

.texte-size-regulier {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}

.texte-moyen {
  font-size: 1.1rem !important;
  line-height: 1.6rem !important;
}

.texte-petit {
  font-size: 0.9rem !important;
  line-height: 1.5rem !important;
}

.texte-tres-petit {
  font-size: 0.8rem !important;
  line-height: 1.4rem !important;
}

.texte-tres-tres-petit {
  font-size: 0.7rem !important;
  line-height: 1.4rem !important;
}

@media (min-width: 992px) {
  .texte-gros-lg {
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
  }
}
@media (max-width: 576px) {
  .texte-extra-jumbo {
    font-size: 3rem !important;
    line-height: 1.3rem !important;
  }

  .texte-tres-tres-jumbo {
    font-size: 2.5rem !important;
    line-height: 1.3rem !important;
  }

  .texte-tres-jumbo {
    font-size: 2.3rem !important;
    line-height: 2.8rem !important;
  }

  .texte-jumbo {
    font-size: 2rem !important;
    line-height: 1.3rem !important;
  }

  .texte-extra-gros {
    font-size: 1.9rem !important;
    line-height: 2.3rem !important;
  }

  .texte-tres-tres-gros {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
  }
}
.texte-tres-tres-gros-responsive {
  font-size: 1.8rem !important;
  font-size: 12vw !important;
  line-height: 1.3rem !important;
}

.texte-tres-gros-responsive {
  font-size: 1.4rem !important;
  font-size: 10vw !important;
  line-height: 1.3rem !important;
}

.texte-gros-responsive {
  font-size: 1.2rem !important;
  font-size: 8vw !important;
  line-height: 1.3rem !important;
}

.texte-moyen-responsive {
  font-size: 1.1rem !important;
  font-size: 6vw !important;
  line-height: 1.3rem !important;
}

.texte-tres-petit-responsive {
  font-size: 0.8rem !important;
  font-size: 4vw !important;
  line-height: 1.3rem !important;
}

.texte-tres-tres-petit-responsive {
  font-size: 0.8rem !important;
  font-size: 2vw !important;
  line-height: 1.3rem !important;
}

.line-height-point8 {
  line-height: 0.8rem !important;
}

.line-height-point85 {
  line-height: 0.85rem !important;
}

.line-height-point9 {
  line-height: 0.9rem !important;
}

.line-height-point95 {
  line-height: 0.95rem !important;
}

.line-height-1 {
  line-height: 1rem !important;
}

.line-height-1-1 {
  line-height: 1.1rem !important;
}

.line-height-1-2 {
  line-height: 1.2rem !important;
}

.line-height-1-3 {
  line-height: 1.3rem !important;
}

.texte-glyphicons {
  font-family: "Glyphicons Halflings";
}

.texte-cursif {
  font-family: "Great Vibes", cursive !important;
}

.texte-serif, body[data-section-id=livres] .livre-bloc__triangle {
  font-family: "Merriweather", serif !important;
}

.texte-regulier {
  font-family: "Sintony", sans-serif !important;
}

.ombrage-texte {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) !important;
}

.ombrage-texte-glow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) !important;
}

.ombrage-texte-fonce {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7) !important;
}

.ombrage-texte-glow-fonce {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) !important;
}

.ombrage-texte-glow-fonce2 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
}

.sans-ombrage {
  text-shadow: none !important;
  box-shadow: none !important;
}

.slogan {
  font-size: 2.5rem !important;
  line-height: 1rem !important;
  font-family: "Parisienne", sans_serif !important;
  color: #c19769 !important;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.texte-rouge {
  color: #852d27 !important;
}

.texte-rouge-clair {
  color: #cb2027 !important;
}

.texte-blanc {
  color: #fff !important;
}

.texte-noir {
  color: #000 !important;
}

.texte-couleur, .texte-bleu {
  color: #205072 !important;
}
.texte-couleur a, .texte-couleur a:visited, .texte-bleu a, .texte-bleu a:visited {
  color: #205072;
}

.texte-couleur, .texte-vert {
  color: #c19769 !important;
}

.texte-pale {
  color: #898a8a !important;
}

.texte-fonce {
  color: #333 !important;
}

.texte-couleur-regulier, .texte-couleur-texte-regulier {
  color: #1b3a60 !important;
}

.texte-gris, .btn-rect-blanc .date {
  color: #888888 !important;
}

.texte-orange {
  color: #e98752 !important;
}

.sans-cesure {
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}

.avec-cesure {
  -webkit-hyphens: auto !important;
      -ms-hyphens: auto !important;
          hyphens: auto !important;
}

a.lien-invisible, a.lien-invisible:visited {
  color: #1b3a60 !important;
  text-decoration: none !important;
}

a.lien-invisible:hover, a.lien-invisible:visited:hover {
  color: #1b3a60 !important;
  text-decoration: underline !important;
}

a.lien-blanc, a.lien-blanc:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

a.lien-blanc:hover, a.lien-blanc:hover:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.texte-sans-souligne, .sans-souligne {
  text-decoration: none !important;
}

.texte-souligne {
  text-decoration: underline !important;
}

.pas-de-gras, .texte-pas-de-gras, .no-bold {
  font-weight: 400 !important;
}

.minuscule, .texte-minuscule, .no-caps {
  text-transform: none !important;
  text-transform: lowercase !important;
}

.majuscule, .texte-majuscule, .caps {
  text-transform: uppercase !important;
}

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

.texte-normal {
  font-style: normal !important;
}

.texte-transform-none {
  text-transform: none !important;
}

.texte-gras {
  font-weight: bold !important;
}

.texte-wrap {
  white-space: normal !important;
}

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

/****** Alignements ******/
.aligne-gauche {
  text-align: left !important;
}

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

.aligne-centre {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.aligne-centre img {
  margin: 0 auto;
}

/* Full width, sort du container - https://css-tricks.com/full-width-containers-limited-width-parents/ */
@media (min-width: 576px) {
  .full-width, .alignfull {
    width: 99.4vw;
    position: relative;
    margin-left: -49.9vw;
    left: 50%;
    /* margin-left: calc( -100vw/2 + 100%/2 ); margin-right: calc( -100vw/2 + 100%/2 ); max-width: 100vw; width: 100vw; width: calc( 100vw );*/
    /* width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; */
  }
  .full-width > .row, .alignfull > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .full-width, .alignfull {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 1200px) {
  .alignfull-xl {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 49.5vw) !important;
    margin-left: calc(50% - 49.5vw) !important;
  }
  .alignfull-xl > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .alignfull-lg {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 49.5vw) !important;
    margin-left: calc(50% - 49.5vw) !important;
  }
  .alignfull-lg > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.flottant-a-gauche {
  text-align: left;
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
}
@media (max-width: 576px) {
  .flottant-a-gauche {
    width: 100%;
    height: auto;
    float: none;
  }
}

.flottant-a-droite {
  text-align: right;
  float: right;
  margin: 0 0 30px 30px;
  padding: 0;
}
@media (max-width: 576px) {
  .flottant-a-droite {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }
}

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

.clearfix {
  clear: both;
}

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

.z-index-100 {
  z-index: 100 !important;
}

.visibility-hidden {
  visibility: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.non_publiee {
  display: none !important;
}

/****** Bordures ******/
.bordure, .btn-rect-blanc .content {
  border: 1px solid #9aa4ad !important;
}

.bordure-haut {
  border-top: 1px solid #9aa4ad !important;
}

.bordure-droite {
  border-right: 1px solid #9aa4ad !important;
}

.bordure-bas {
  border-bottom: 1px solid #9aa4ad !important;
}

.bordure-gauche {
  border-left: 1px solid #9aa4ad !important;
}

.bordure-0 {
  border-width: 0px !important;
}

.bordure-2 {
  border-width: 2px !important;
}

.bordure-3 {
  border-width: 3px !important;
}

.bordure-4 {
  border-width: 4px !important;
}

.bordure-5 {
  border-width: 5px !important;
}

.bordure-6 {
  border-width: 6px !important;
}

.bordure-7 {
  border-width: 7px !important;
}

.bordure-8 {
  border-width: 8px !important;
}

.bordure-9 {
  border-width: 9px !important;
}

.bordure-10 {
  border-width: 10px !important;
}

.bordure-15 {
  border-width: 15px !important;
}

.bordure-20 {
  border-width: 20px !important;
}

.bordure-25 {
  border-width: 25px !important;
}

.bordure-30 {
  border-width: 30px !important;
}

.bordure-35 {
  border-width: 35px !important;
}

.bordure-40 {
  border-width: 40px !important;
}

.bordure-45 {
  border-width: 45px !important;
}

.bordure-50 {
  border-width: 50px !important;
}

.bordure-blanche {
  border-color: #FFF !important;
}

.bordure-noire {
  border-color: #000 !important;
}

.bordure-grise {
  border-color: #ccc !important;
}

.bordure-bleu {
  border-color: #205072 !important;
}

.bordure-invisible {
  border-color: transparent !important;
}

@media (max-width: 1200px) {
  .bordure-lg-0 {
    border: none !important;
  }
}
@media (max-width: 992px) {
  .bordure-md-0 {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .bordure-sm-0 {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .bordure-xs-0 {
    border: none !important;
  }
}
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  clear: both;
  margin: 40px 0;
  border: 0;
}

/****** Utiles ******/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Items répétables */
.repeatable {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  position: relative;
}
.repeatable h1, .repeatable h2, .repeatable h3, .repeatable h4, .repeatable h5 {
  margin-top: 0;
}

/*.repeatable:last-child {
    border:none;
}*/
.repeatable::after {
  content: "";
  display: table;
  clear: both;
}

.repeatable p:last-child, .repeatable ul:last-child, .repeatable ol:last-child,
.repeatable .image-droite:last-child, .repeatable .image-gauche:last-child {
  margin-bottom: 0;
}

.repeatable.repeatable-sans-bordure {
  border: 0;
}

.repeatable.repeatable-sans-bordure:last-child {
  border: 0;
}

/* Quand on veut creer un elrement repetable "gabarit", que les clients peuvent dupliquer
Le dernier itrem repetable est masqué et il sert de gabarit*/
.repeatable-avec-gabarit .repeatable:last-child {
  display: none;
}

.is-cms .repeatable-avec-gabarit .repeatable:last-child {
  opacity: 0.4;
  display: block;
  position: relative;
}
.is-cms .repeatable-avec-gabarit .repeatable:last-child::before {
  content: "INACTIF";
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  background: red;
  color: white;
}

.ombrage {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all 500ms ease-out;
}

a.ombrage:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transform: scale3d(1.02, 1.02, 1.02);
}

.rollover-bordure:hover {
  transition: all 500ms ease-out;
}
.rollover-bordure:hover:hover {
  outline: 2px solid #205072;
}

.rollover-bordure-blanc:hover {
  transition: all 500ms ease-out;
}
.rollover-bordure-blanc:hover:hover {
  outline: 2px solid #fff;
}

.rollover-opacite, .rollover-opacite-fort, rollover-opacite-faible {
  transition: all 0.3s;
  opacity: 1;
}

.rollover-opacite:hover {
  opacity: 0.5;
}

.rollover-opacite-fort:hover {
  opacity: 0.3;
}

.rollover-opacite-faible:hover {
  opacity: 0.75;
}

.rollover-zoom {
  transition: all 0.3s;
}
.rollover-zoom:hover {
  transform: scale(1.1);
}

.rollover-zoom-ombrage, .btn-rect-blanc .content {
  transition: all 0.3s;
}
.rollover-zoom-ombrage:hover, .btn-rect-blanc .content:hover {
  transform: scale(1.05);
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.4));
}

.rollover-encadre-blanc {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.rollover-encadre-blanc::before {
  content: "";
  width: 88%;
  height: 76%;
  position: absolute;
  top: 8%;
  left: 6%;
  transition: all 0.3s;
  transform: scaleY(0);
  opacity: 1;
  transform-origin: top center;
  border: 1px solid #fff;
}
.rollover-encadre-blanc:hover::before {
  transform: scaleY(1);
}

.rollover-zoom-background {
  /** Appliquer sur un conteneur : a, div, span **/
  display: inline-block;
  overflow: hidden;
}
.rollover-zoom-background img {
  transition: all 0.3s;
}
.rollover-zoom-background:hover img {
  transform: scale(1.07);
}

.rollover-filter-brightness img {
  transition: all 0.3s;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.rollover-filter-brightness:hover img {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

.card {
  text-decoration: none;
  transition: all 0.3s;
  max-width: 450px;
}
.card img {
  transition: all 0.3s;
}
.card:hover {
  color: #e98752;
}
.card:hover img {
  transform: scale(1.07);
}
.card:hover .card-text::after {
  background: url(/assets/images/icon-chevron-right-orange.svg) no-repeat right top;
  background-size: contain;
}

.card-img-top {
  overflow: hidden;
}

.card-text {
  position: relative;
  text-decoration: none;
}
.card-text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(/assets/images/icon-chevron-right-bleu.svg) no-repeat right top;
  background-size: contain;
  transition: all 500ms ease-out;
  margin-right: -20px;
}
.card-text:hover::after {
  transform: translateX(5px);
}

.invisible {
  visibility: hidden !important;
}

.is-cms .invisible {
  visibility: visible !important;
  opacity: 0.4;
}

.invisible-complet {
  display: none !important;
}

.is-cms .invisible-complet {
  display: block !important;
  opacity: 0.4;
}

.is-cms .invisible-dans-surreal {
  display: none !important;
}

/* Listes */
ul.liste-sans-bullet li::before {
  display: none;
}

ul.liste-sans-espace li, ul.liste-sans-espace ul, ol.liste-sans-espace li, ol.liste-sans-espace ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

p + ul.liste-sans-espace, p + ol.liste-sans-espace {
  margin-top: -1rem;
}

ul.liste-espace-5px li, ul.liste-espace-5px ul, ol.liste-espace-5px li, ol.liste-espace-5px ul {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.fond-blanc {
  background-color: #fff;
}

.fond-transparent {
  background-color: transparent;
}

.fond-couleur, .fond-bleu {
  background-color: #205072;
  color: #fff;
}
.fond-couleur > a, .fond-couleur > a:visited, .fond-bleu > a, .fond-bleu > a:visited {
  color: #fff;
}
.fond-couleur > a:hover, .fond-couleur > a:visited:hover, .fond-bleu > a:hover, .fond-bleu > a:visited:hover {
  color: #fff;
}

.fond-orange {
  background-color: #e98752;
  color: #fff;
}
.fond-orange > a, .fond-orange > a:visited {
  color: #fff;
}
.fond-orange > a:hover, .fond-orange > a:visited:hover {
  color: #fff;
}

.fond-fioriture-beige {
  background: #fcfbfa url(/assets/images/pattern-fioriture-beige.png) repeat left top;
  background-size: 10%;
}

.fond-fioriture-bleu-fonce {
  background: #495e81 url(/assets/images/pattern-fioriture-bleu-fonce.png) repeat left top;
  background-size: 10%;
}

.fond-fioriture-bleu-fonce-transparent {
  background: url(/assets/images/pattern-fioriture-bleu-fonce.png) repeat left top;
  background-size: 10%;
}

.fond-degrade-bleu-fonce-vertical {
  background: linear-gradient(to bottom, rgba(80, 100, 136, 0.35) 0%, rgba(97, 121, 158, 0) 33%, rgba(21, 37, 65, 0.45) 100%);
}

.fond-pale, .fond-bleu-pale {
  background-color: #dcebf5;
}

.fond-bleu-tres-pale {
  background-color: #e9f0f5;
}

.fond-rose-pale {
  background-color: rgba(233, 135, 82, 0.4);
}

.fond-rose-tres-pale {
  background-color: rgba(233, 135, 82, 0.2);
}

.fond-fonce, .fond-gris-fonce {
  background-color: #333;
  color: #fff;
}
.fond-fonce a, .fond-fonce a:visited, .fond-gris-fonce a, .fond-gris-fonce a:visited {
  color: #fff;
}
.fond-fonce a:hover, .fond-fonce a:visited:hover, .fond-gris-fonce a:hover, .fond-gris-fonce a:visited:hover {
  color: #fff;
}

.fond-noir-opacite-5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.fond-noir-opacite-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.fond-noir-opacite-15 {
  background-color: rgba(0, 0, 0, 0.15);
}

.fond-noir-opacite-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.fond-noir-opacite-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.fond-noir-opacite-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.fond-blanc-opacite-5 {
  background-color: rgba(255, 255, 255, 0.05);
}

.fond-blanc-opacite-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.fond-blanc-opacite-15 {
  background-color: rgba(255, 255, 255, 0.15);
}

.fond-blanc-opacite-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.fond-blanc-opacite-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.fond-blanc-opacite-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.fond-blanc-opacite-85 {
  background-color: rgba(255, 255, 255, 0.85);
}

.fond-blanc-opacite-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.background-fixed {
  background-attachment: fixed;
}

.opacite-0 {
  opacity: 0;
}

.opacite-10 {
  opacity: 0.1;
}

.opacite-20 {
  opacity: 0.2;
}

.opacite-30 {
  opacity: 0.3;
}

.opacite-40 {
  opacity: 0.4;
}

.opacite-50 {
  opacity: 0.5;
}

.opacite-60 {
  opacity: 0.6;
}

.opacite-70 {
  opacity: 0.7;
}

.opacite-80 {
  opacity: 0.8;
}

.opacite-90 {
  opacity: 0.9;
}

/****** Boutons ******/
.btn-bleu, a.btn.btn-bleu, .entry-content a.btn-bleu.wp-block-button__link, .btn-bleu:visited, a.btn.btn-bleu:visited,
.btn-bleu-fonce, a.btn.btn-bleu-fonce, .entry-content a.btn-bleu-fonce.wp-block-button__link, .btn-bleu-fonce:visited, a.btn.btn-bleu-fonce:visited {
  color: #fff !important;
  background-color: #205072;
  text-decoration: none;
  border: 2px solid #9aa4ad;
}
.btn-bleu:hover, a.btn.btn-bleu:hover, .btn-bleu:visited:hover, a.btn.btn-bleu:visited:hover,
.btn-bleu-fonce:hover, a.btn.btn-bleu-fonce:hover, .btn-bleu-fonce:visited:hover, a.btn.btn-bleu-fonce:visited:hover {
  border: 2px solid #9aa4ad;
  color: #205072 !important;
  background-color: #fff;
}

.btn-gris, .listing-produits .shopify-buy__btn, a.btn.btn-gris, .entry-content a.btn-gris.wp-block-button__link, .btn-gris:visited, a.btn.btn-gris:visited {
  color: #fff !important;
  background-color: #9aa4ad;
  text-decoration: none;
  border: 2px solid #9aa4ad;
}
.btn-gris:hover, .listing-produits .shopify-buy__btn:hover, a.btn.btn-gris:hover, .btn-gris:visited:hover, a.btn.btn-gris:visited:hover {
  border: 2px solid #fff !important;
  color: #205072 !important;
  background-color: #fff;
}
.btn-gris.btn-gris--bordure-grise:hover, .listing-produits .shopify-buy__btn:hover, a.btn.btn-gris.btn-gris--bordure-grise:hover, .btn-gris:visited.btn-gris--bordure-grise:hover, a.btn.btn-gris:visited.btn-gris--bordure-grise:hover {
  border: 2px solid #9aa4ad !important;
}

.btn-blanc, a.btn.btn-blanc, .entry-content a.btn-blanc.wp-block-button__link, .btn-blanc:visited, a.btn.btn-blanc:visited {
  color: #205072 !important;
  background-color: #fff;
  text-decoration: none;
  border: 2px solid #9aa4ad;
}
.btn-blanc:hover, a.btn.btn-blanc:hover, .btn-blanc:visited:hover, a.btn.btn-blanc:visited:hover {
  border: 2px solid #fff !important;
  color: #fff !important;
  background-color: #205072;
}

.btn-orange, body[data-section-id=produits] .shopify-buy__btn, a.btn.btn-orange, .entry-content a.btn-orange.wp-block-button__link, .btn-orange:visited, a.btn.btn-orange:visited {
  color: #fff !important;
  background-color: #e98752;
  text-decoration: none;
  border: 1px solid #e98752;
}
.btn-orange:hover, body[data-section-id=produits] .shopify-buy__btn:hover, a.btn.btn-orange:hover, .btn-orange:visited:hover, a.btn.btn-orange:visited:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: #d45c1b;
}

.btn-shopping-cart, body[data-section-id=produits] .shopify-buy__btn {
  padding-left: 60px;
  background-image: url(/images/icon-shopping-cart.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14%;
}

.btn-transparent, .btn-transparent, .btn-transparent:visited, .btn-transparent:visited {
  color: #205072 !important;
  text-decoration: none;
  padding: 5px 5px 5px 15px;
  opacity: 0.7;
  transition: all 500ms ease-out;
  border-radius: 500px;
  display: inline-block;
}
.btn-transparent:hover, .btn-transparent:hover, .btn-transparent:visited:hover, .btn-transparent:visited:hover {
  color: #fff !important;
  background-color: #205072;
}
.btn-transparent img, .btn-transparent img, .btn-transparent:visited img, .btn-transparent:visited img {
  display: inline-block;
  margin-left: 10px;
}

.btn-bordure-blanche, a.btn.btn-bordure-blanche, .entry-content a.btn-bordure-blanche.wp-block-button__link, .btn-bordure-blanche:visited, a.btn.btn-bordure-blanchec:visited, .entry-content a.btn-bordure-blanchec.wp-block-button__link:visited {
  color: #fff !important;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #fff;
}
.btn-bordure-blanche:hover, a.btn.btn-bordure-blanche:hover, .btn-bordure-blanche:visited:hover, a.btn.btn-bordure-blanchec:visited:hover, .entry-content a.btn-bordure-blanchec.wp-block-button__link:visited:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-rect-blanc {
  text-decoration: none;
}
.btn-rect-blanc .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 15px;
  background: #fff;
}
.btn-rect-blanc .date {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  font-weight: 400;
}
.btn-rect-blanc .titre {
  font-style: italic;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

article a.lien-fleche {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #e98752;
  font-weight: 400;
}
article a.lien-fleche::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/assets/images/icon-chevron-right-orange.svg) no-repeat left bottom;
  background-size: cover;
  transition: all 500ms ease-out;
  margin-left: 7px;
  margin-bottom: 2px;
  vertical-align: middle;
}
article a.lien-fleche:hover::after {
  transform: translateX(5px);
}
article a.lien-fleche.lien-fleche--blanche {
  color: #fff;
}
article a.lien-fleche.lien-fleche--blanche::after {
  background-image: url(/assets/images/icon-chevron-right-white.svg);
}
article a.lien-fleche.lien-fleche--bleu {
  color: #205072;
}
article a.lien-fleche.lien-fleche--bleu::after {
  background-image: url(/assets/images/icon-chevron-right-bleu.svg);
}

.btn.print-recette, .entry-content .print-recette.wp-block-button__link {
  background: url(/assets/images/icon-print-blanc.svg) no-repeat right 8px center;
  background-size: 20px auto;
  padding-right: 40px !important;
  padding-left: 12px !important;
  white-space: nowrap;
  min-width: 110px;
}
.btn.print-recette:hover, .entry-content .print-recette.wp-block-button__link:hover {
  background: url(/assets/images/icon-print.svg) no-repeat right 8px center !important;
  background-size: 20px auto !important;
}

.btn.print-recette-with-images, .entry-content .print-recette-with-images.wp-block-button__link {
  background: url(/assets/images/icon-image-blanc.svg) no-repeat left 8px center;
  background-size: 17px auto;
  padding-left: 36px !important;
  padding-right: 12px !important;
  white-space: nowrap;
}
.btn.print-recette-with-images:hover, .entry-content .print-recette-with-images.wp-block-button__link:hover {
  background: url(/assets/images/icon-image.svg) no-repeat left 8px center !important;
  background-size: 18px auto !important;
}

.btn.print-recette-without-images, .entry-content .print-recette-without-images.wp-block-button__link {
  background: url(/assets/images/icon-ban-blanc.svg) no-repeat left 8px center;
  background-size: 18px auto;
  padding-left: 36px !important;
  padding-right: 12px !important;
  white-space: nowrap;
}
.btn.print-recette-without-images:hover, .entry-content .print-recette-without-images.wp-block-button__link:hover {
  background: url(/assets/images/icon-ban.svg) no-repeat left 8px center !important;
  background-size: 18px auto !important;
}

/****** Marges et paddings ******/
.coller {
  padding: 0 !important;
  margin: 0 !important;
}

/* Marges négatives */
.mt--50px {
  margin-top: -50px;
}

@media (min-width: 993px) {
  .ml-lg--50px {
    margin-left: -50px;
  }
}

@media (min-width: 1201px) {
  .ml-xl--70px {
    margin-left: -70px;
  }
}

/****** Photos ******/
/* Float d'images */
.image-gauche {
  float: left;
  margin: 0 40px 30px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .image-gauche {
    float: none;
    margin-right: 0;
  }
}

.image-droite {
  float: right;
  margin: 0 0 30px 40px;
  padding: 0;
}
@media (max-width: 768px) {
  .image-droite {
    float: none;
    margin-left: 0;
  }
}

.image-gauche div, .image-droite div {
  margin-top: 5px;
}

.image-droite-sans-marge-gauche {
  float: right;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .image-droite-sans-marge-gauche {
    float: none;
  }
}

.image-gauche-sans-marge-droite {
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .image-gauche-sans-marge-droite {
    float: none;
  }
}

.image-aligne-centre {
  margin: 0 auto;
}

.no-img-fluid, article img.no-img-fluid {
  display: inline !important;
  height: auto;
  max-width: none !important;
}

.photo-background {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Bande parallax */
.parallax-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .parallax-section {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .parallax-section {
    min-height: 200px;
  }
}
.parallax-section > .container {
  z-index: 2;
}

.parallax-item {
  display: block;
  clear: both;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .parallax-item {
    height: 150%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax-item {
    height: 110%;
    background-size: cover;
  }
}

@media (min-width: 576px) {
  .parallax-mains-coeur {
    min-height: 800px;
  }
}
@media (max-width: 575px) {
  .parallax-mains-coeur {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .parallax-mains-coeur .parallax-item {
    height: 105%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax-mains-coeur .parallax-item {
    height: 110%;
    background-size: cover;
  }
}

.icon-social-media {
  display: block;
  width: 43px;
  height: 43px;
  background-color: #9aa4ad;
  border-radius: 50%;
  background-size: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 200ms ease-out;
  border: 2px solid #9aa4ad;
}
.icon-social-media:hover {
  background-color: #65717c;
  border: 4px solid #9aa4ad;
  transform: scale(1.2);
}

.icon--facebook {
  background-image: url(/assets/images/icon-facebook.svg);
}

.icon--youtube {
  background-image: url(/assets/images/icon-youtube.svg);
  background-size: 60%;
}

.icon--instagram {
  background-image: url(/assets/images/icon-instagram.svg);
  background-size: 60%;
}

.icon--shopping-cart {
  background-image: url(/images/icon-shopping-cart.svg);
  background-size: 70%;
  background-position: 5px 10px;
}

.icon--pinterest {
  background-image: url(/assets/images/icon-pinterest-blanc.svg);
  background-size: 52%;
}

.etoile {
  display: block;
  width: 45px;
  height: 45px;
  background: url(/assets/images/etoile.png) no-repeat center center;
  background-size: cover;
}

/*** Bande produits slider ***/
.bande-produits-slider .slick-track div, .bande-autres-produits-slider .slick-track div {
  margin: 0 1px 20px 1px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.bande-produits-slider img, .bande-autres-produits-slider img {
  display: block;
  height: 170px;
  margin: 0 auto 15px auto;
}
.bande-produits-slider a, .bande-produits-slider a:visited, .bande-autres-produits-slider a, .bande-autres-produits-slider a:visited {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #e98752;
  font-weight: 400;
  text-decoration: none;
}

.bande-autres-produits-slider a, .bande-autres-produits-slider a:visited {
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.temoignages-slider .slick-track {
  display: flex !important;
  min-height: 350px;
  align-items: center;
}

.speech-bubble {
  /* https://leaverou.github.io/bubbly/ */
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  font-family: "Merriweather", serif;
  padding: 20px;
  position: relative;
  margin: 10px;
}
@media (min-width: 576px) {
  .speech-bubble {
    margin: 40px;
    padding: 40px;
  }
  .speech-bubble::after {
    content: "";
    position: absolute;
    right: 0;
    top: 75%;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.85);
    border-right: 0;
    border-bottom: 0;
    margin-top: -40px;
    margin-right: -40px;
  }
}

.temoignages-accueil-slider .slick-slide {
  transform: translateX(-2px);
}
.temoignages-accueil-slider .slick-slide .repeatable p:last-child {
  margin-bottom: 0;
}

.paperclip {
  background-color: #fff;
  background: linear-gradient(to right, #e1e0d9 0%, white 34%, white 70%, #e1e0d9 100%);
  -webkit-filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.4));
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  text-align: center;
  transform: rotate(-10deg);
}
@media (max-width: 480px) {
  .paperclip {
    transform: rotate(0) translateX(10%);
  }
}

.paperclip__img {
  width: 100%;
  height: 144px;
  background: url(/assets/images/paperclip.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -115px;
}

.clear-float {
  clear: both;
}

.youtube-iframe-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube-iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-cms .youtube-iframe-responsive {
  padding: 50px;
  height: 400px;
  display: block;
  border: 1px solid #ccc;
}
.is-cms .youtube-iframe-responsive iframe {
  height: 300px;
}

/**** Accordion *****/
.accordion-group {
  border-top: 1px solid #ccc;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-item h4 {
  margin: 0;
}

.accordion-header {
  display: block;
  padding: 22px 0 22px 50px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #205072;
  font-size: 1.1em;
  line-height: 1.4em;
  text-transform: uppercase;
}
.accordion-group--petit .accordion-header {
  padding: 12px 0 1rem 30px;
  text-transform: none;
}
.accordion-header::before {
  position: absolute;
  content: "+";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 18px;
  left: 0;
  transition: all 500ms ease-out;
  z-index: 1;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  line-height: 33px;
  background-color: #152748;
}
.accordion-group--petit .accordion-header::before {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 0;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .accordion-header:hover {
    color: #205072;
  }
  .accordion-header:hover::before {
    background-color: #205072;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    transform: scale(0.7);
    border: 1px solid #205072;
  }
  .accordion-group--petit .accordion-header:hover::before {
    font-size: 18px;
    line-height: 21px;
    transform: scale(1);
    border: none;
  }
}
.accordion-header:focus, .accordion-header:active {
  outline: none;
}
.accordion-header:visited {
  color: #205072;
}

.accordion-header.collapsed::before {
  content: "-";
  line-height: 30px;
}
.accordion-group--petit .accordion-header.collapsed::before {
  line-height: 21px;
}

@media print {
  .accordion-collapse, .accordion-collapse.collapse:not(.show) {
    display: block !important;
  }
}
.accordion-body {
  padding: 0 0 30px 50px;
}
.accordion-group--petit .accordion-body {
  padding: 0 0 20px 30px;
}
.accordion-group--petit .accordion-body p {
  margin-bottom: 0.9rem;
}

.table-des-matieres a {
  text-decoration: none;
  position: relative;
}
.table-des-matieres a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
}
.table-des-matieres a:hover::after {
  display: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

/* Pour les animations "above the fold", exemple photo-top ou header */
.animated_above_the_fold {
  visibility: visible !important;
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInSmall {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomInSmall {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
.zoomInSmall {
  -webkit-animation-name: zoomInSmall;
          animation-name: zoomInSmall;
}

@-webkit-keyframes zoomInSmall2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
}

@keyframes zoomInSmall2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
.zoomInSmall2 {
  -webkit-animation-name: zoomInSmall2;
          animation-name: zoomInSmall2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInSmallSlideSmall {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomInSmallSlideSmall {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
  }
}
.zoomInSmallSlideSmall {
  -webkit-animation-name: zoomInSmallSlideSmall;
          animation-name: zoomInSmallSlideSmall;
}

@-webkit-keyframes zoomInSmallSlideBottom {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomInSmallSlideBottom {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
  }
}
.zoomInSmallSlideBottom {
  -webkit-animation-name: zoomInSmallSlideBottom;
          animation-name: zoomInSmallSlideBottom;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: hidden;
}

@-webkit-keyframes rotateIn10deg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(10deg);
  }
}

@keyframes rotateIn10deg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(10deg);
  }
}
.rotateIn10deg {
  -webkit-animation-name: rotateIn10deg;
          animation-name: rotateIn10deg;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(150%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(150%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes slideInGauche {
  from {
    transform: translateX(-150%);
    visibility: visible;
  }
  to {
    transform: translateX(0);
    visibility: visible;
  }
}

@keyframes slideInGauche {
  from {
    transform: translateX(-150%);
    visibility: visible;
  }
  to {
    transform: translateX(0);
    visibility: visible;
  }
}
.slideInGauche {
  -webkit-animation-name: slideInGauche;
          animation-name: slideInGauche;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes slideOutGauche {
  from {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
}

@keyframes slideOutGauche {
  from {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
}
.slideOutGauche {
  -webkit-animation-name: slideOutGauche;
          animation-name: slideOutGauche;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes slideInTop {
  from {
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInTop {
  from {
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.slideInTop {
  -webkit-animation-name: slideInTop;
          animation-name: slideInTop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes moveInTop {
  from {
    transform: translateY(-100%);
    visibility: visible;
  }
  to {
    transform: translateY(0);
    visibility: visible;
  }
}

@keyframes moveInTop {
  from {
    transform: translateY(-100%);
    visibility: visible;
  }
  to {
    transform: translateY(0);
    visibility: visible;
  }
}
.moveInTop {
  -webkit-animation-name: moveInTop;
          animation-name: moveInTop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transform-origin: left top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*Reveal from bottom
http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.90842778.1243656416.1511195396-2007491263.1510244343
<div class="mask-container"> 
    <div style="transform: translate(0px, 0px);">
        <h1>Salient Has</h1> 
    </div> 
</div>
*/
.mask-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.mask-container > div {
  display: block;
  transform: translateY(200%);
}
.mask-container.inview {
  transform: translate(0px, 0px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/fonts/slick/slick.eot");
  src: url("/assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick/slick.woff") format("woff"), url("/assets/fonts/slick/slick.ttf") format("truetype"), url("/assets/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-invert .slick-prev:before,
.slick-invert .slick-next:before {
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.9));
}

.slick-prev {
  left: -23px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -23px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.wp-embed-responsive .dropdown-toggle {
  height: 0;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}

.site {
  margin: 0;
  color: #1b3a60;
  font-size: 15px;
  background-color: transparent;
}

.site-main {
  max-width: 1000px;
  margin: 100px auto 50px auto;
}
.home .site-main {
  margin-top: 50px;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  display: none !important;
}

article .entry-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Merriweather", serif;
  font-style: italic;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  text-transform: none;
  /*@include media("<=sm") { font-size: 1.8rem; line-height: 2.2rem; }*/
}
article .entry-title a {
  text-decoration: none;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: #1b3a60;
}
article .entry-title a:hover {
  color: #1b3a60;
  text-decoration: underline;
}

article .entry-content ol {
  margin-left: 1.5em;
}

.page-header {
  border-top: none;
  padding-top: 0;
}

.page-title {
  font-family: "Sintony", sans-serif;
  font-style: normal;
}

article a.category-title-link {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.article-preview-image {
  max-width: 150px;
}
@media (min-width: 1200px) {
  .article-preview-image {
    min-width: 250px;
  }
}

@media screen and (max-width: 56.875em) {
  .home-articles {
    margin: 0 7.6923% 1.75em;
  }
}
@media screen and (min-width: 61.5625em) {
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.widget {
  border: none;
  margin-bottom: 2em;
}
.widget .widget-title {
  margin-bottom: 0.75em;
}

.search-form label {
  display: block;
}

.post-navigation {
  border: none;
  border-top: 1px solid #205072;
}
.post-navigation .post-title {
  font-family: "Merriweather", serif;
}
.post-navigation .meta-nav {
  font-style: normal;
}

.nav-links {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: #1b3a60;
}
.nav-links a {
  text-decoration: none;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: #1b3a60;
  font-style: italic;
}

.category-post a {
  display: none;
}
article .category-post p {
  margin-bottom: 20px;
}

.post-navigation div + div {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.pagination {
  width: 100%;
  border-top: 0;
  /* border-top: 1px solid #ccc; */
}
.pagination .page-numbers {
  color: #999;
  font-style: normal;
}
.pagination .page-numbers.current {
  color: #000;
}

.site .avatar {
  border-radius: 50%;
}

.entry-footer .avatar {
  width: 65px !important;
}

/* Btn */
/*
.entry-content .wp-block-button__link {
    @extend .btn; @extend .btn-bleu; font-size: inherit; font-family: inherit;
}*/
.entry-content .wp-block-button__link, .entry-content .wp-block-button__link:visited {
  font-size: inherit;
  font-family: inherit;
  color: #fff !important;
  background-color: #205072;
  text-decoration: none;
  border: 2px solid #9aa4ad;
}
.entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:visited:hover {
  border: 2px solid #9aa4ad;
  color: #205072 !important;
  background-color: #fff;
}

.entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:visited:hover {
  border: 2px solid #9aa4ad !important;
  color: #205072 !important;
  background-color: #fff !important;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
  background: #205072;
}

/* Link */
.entry-content a {
  box-shadow: none;
}

html:lang(fr) .blog h2, html:lang(fr) .search-results h2 {
  text-transform: none;
}

html:lang(fr) .single-post h1 {
  text-transform: none;
}

/* Home */
.blog .photo-top-container {
  width: 99.5vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.blog .photo-top__row {
  left: 0;
  right: auto;
}
.blog .photo-top__photo {
  right: auto;
  width: 1000px;
  top: -150px;
  left: -100px;
}
@media (min-width: 1200px) {
  .blog .photo-top__photo {
    top: -250px;
    left: 0;
    width: 1050px;
  }
}
@media (min-width: 2000px) {
  .blog .photo-top__photo {
    top: -350px;
    left: -100px;
    width: 1250px;
  }
}
@media (min-width: 992px) {
  .blog .photo-top__texte {
    min-height: 400px;
  }
}

/*------------------------------------------------------------------
    Print
------------------------------------------------------------------*/
@media print {
  .wp-embed-responsive header {
    height: auto !important;
  }

  .wp-embed-responsive .navbar {
    display: block;
    text-align: center;
    position: relative;
  }

  .wp-embed-responsive #top-navbar, .navbar-toggler {
    display: none !important;
  }

  .wp-embed-responsive .navbar-custom .logo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    height: 300px !important;
  }

  .wp-embed-responsive footer, .wp-embed-responsive .navtop, .wp-embed-responsive .logo img {
    display: none !important;
  }

  .wp-embed-responsive .logo::before {
    top: 30px !important;
    left: 400px !important;
    width: 250px !important;
  }

  .wp-embed-responsive .site-main {
    margin: 0 0 0 55px !important;
  }

  .wp-embed-responsive article {
    font-size: inherit !important;
  }

  .wp-embed-responsive .table {
    page-break-before: always;
  }

  .wp-embed-responsive .table th {
    background-color: #205072 !important;
  }
}
/* Points de vente */
.page-template-page-fullwidth .site-content {
  padding: 0;
}
.page-template-page-fullwidth .content-area {
  margin: 0;
  width: 100%;
}
.page-template-page-fullwidth .site-main {
  max-width: none;
}
@media (max-width: 575px) {
  .page-template-page-fullwidth .site-main {
    margin-top: 50px;
  }
}
.page-template-page-fullwidth .entry-content {
  margin: 0;
}
.page-template-page-fullwidth .entry-title {
  display: none;
}
@media (max-width: 575px) {
  .page-template-page-fullwidth .full-width {
    margin: 0;
  }
}

.page-template-page-fullwidth #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
  height: 80vh;
}
#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item::before {
  display: none;
}
#asl-storelocator.asl-cont ul.sl-list .sl-act-btns {
  display: none !important;
}
#asl-storelocator.asl-cont #asl-list .btn-asl.s-direction {
  display: none;
}

/*# sourceMappingURL=styles.min.css.map */