@charset "UTF-8";
/*!
Theme Name: Faire Savoir
Description: Thème sur-mesure par Faire Savoir.
Text Domain: faire-savoir
Version: 2.0.0
Author: Faire Savoir
Author URI: https://www.faire-savoir.com/
*/
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-VariableFont_wdth.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Italic-VariableFont_wdth.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  src: url("fonts/DancingScript-VariableFont_wdth.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheSans';
  src: url("fonts/TheSans-B3Light.woff2") format("woff2"), url("fonts/TheSans-B3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheSans';
  src: url("fonts/TheSans-B6SemiBold.woff2") format("woff2"), url("fonts/TheSans-B6SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheSans';
  src: url("fonts/TheSans-B7Bold.woff2") format("woff2"), url("fonts/TheSans-B7Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheSans';
  src: url("fonts/TheSans-B8ExtraBold.woff2") format("woff2"), url("fonts/TheSans-B8ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

html.no-scroll {
  overflow: hidden;
}

body {
  min-height: 100vh;
  cursor: default;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body::after {
  content: 'xs';
  display: none;
}

::-moz-selection {
  background-color: #1b1b1b;
  color: #fff;
}

::selection {
  background-color: #1b1b1b;
  color: #fff;
}

:focus {
  outline: 0;
}

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: 0 !important;
}

select option {
  color: initial;
}

a.__btn,
.elementor-element.__btn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "TheSans", sans-serif;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 10px 40px;
  transition: background-color 0.5s, font-weight 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.__btn:hover,
.elementor-element.__btn a:hover {
  text-decoration: none;
  background: #fff;
  color: #76b860;
  font-weight: bold;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.fb_dialog_content iframe:first-child {
  bottom: 39px !important;
}

.fb_iframe_widget iframe {
  bottom: 100px !important;
}

.flatpickr-calendar.open {
  z-index: 10000000000 !important;
}

.page-id-213 #fb-root {
  display: none;
}

/*#botnation-chatbox-launcher-container {
	left: 20px;
	right: auto;
	bottom: 32px !important;
}
#botnation-chatbox-open-discuss-container,
#botnation-chatbox-container.with-launcher #botnation-chatbox-open-discuss-container {
	left: 25px;
	right: auto;
	bottom: 80px !important;
}
#botnation-chatbox-container #botnation-chatbox-messenger-container,
#botnation-chatbox-container.with-launcher #botnation-chatbox-messenger-container {
	left: 25px;
	right: auto;
}*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d95623;
  --orange: #fd7e14;
  --yellow: #f6c243;
  --green: #28a745;
  --teal: #76b860;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #717171;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #717171;
  --success: #76b860;
  --info: #17a2b8;
  --warning: #f6c243;
  --danger: #d95623;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #1b1b1b;
  --green: #28a745;
  --teal: #76b860;
  --darkgreen: #3f7426;
  --gray-200: #f5f2ee;
  --gray-300: #f5f2ee;
  --white: #fff;
  --red: #d95623;
  --yellow: #f6c243;
  --beige: #ada186;
  --darkbeige: #ede8e0;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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: #717171;
  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;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .reservation-banner__modal .widget-ar-dispo__titre, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h2, .h2, .reservation-banner__modal .widget-ar-dispo__titre {
  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(27, 27, 27, 0.1);
}

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

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

.list-unstyled, .header__menu ul {
  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: #717171;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

.row, .page-template-meteo .previsions .data {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f5f2ee;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f5f2ee;
}

.table tbody + tbody {
  border-top: 2px solid #f5f2ee;
}

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

.table-bordered {
  border: 1px solid #f5f2ee;
}

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

.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(27, 27, 27, 0.05);
}

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b5b5b5;
}

.table-hover .table-secondary:hover {
  background-color: #cacaca;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b8daac;
}

.table-hover .table-success:hover {
  background-color: #cae3c0;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fadf9d;
}

.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eba78d;
}

.table-hover .table-danger:hover {
  background-color: #f0c0ab;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #bfbfbf;
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #888888;
}

.table-hover .table-black:hover {
  background-color: #b2b2b2;
}

.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b2b2b2;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #c3e6cb;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-green:hover {
  background-color: #b1dfbb;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #b1dfbb;
}

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #d9ebd2;
}

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #b8daac;
}

.table-hover .table-teal:hover {
  background-color: #cae3c0;
}

.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #cae3c0;
}

.table-darkgreen,
.table-darkgreen > th,
.table-darkgreen > td {
  background-color: #c9d8c2;
}

.table-darkgreen th,
.table-darkgreen td,
.table-darkgreen thead th,
.table-darkgreen tbody + tbody {
  border-color: #9bb78e;
}

.table-hover .table-darkgreen:hover {
  background-color: #bbceb2;
}

.table-hover .table-darkgreen:hover > td,
.table-hover .table-darkgreen:hover > th {
  background-color: #bbceb2;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #fcfbfa;
}

.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: #faf8f6;
}

.table-hover .table-gray-200:hover {
  background-color: #f2eeea;
}

.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #f2eeea;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #fcfbfa;
}

.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #faf8f6;
}

.table-hover .table-gray-300:hover {
  background-color: #f2eeea;
}

.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #f2eeea;
}

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

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

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

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f4d0c1;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #eba78d;
}

.table-hover .table-red:hover {
  background-color: #f0c0ab;
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f0c0ab;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fceeca;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fadf9d;
}

.table-hover .table-yellow:hover {
  background-color: #fbe6b2;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fbe6b2;
}

.table-beige,
.table-beige > th,
.table-beige > td {
  background-color: #e8e5dd;
}

.table-beige th,
.table-beige td,
.table-beige thead th,
.table-beige tbody + tbody {
  border-color: #d4cec0;
}

.table-hover .table-beige:hover {
  background-color: #ded9ce;
}

.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
  background-color: #ded9ce;
}

.table-darkbeige,
.table-darkbeige > th,
.table-darkbeige > td {
  background-color: #faf9f6;
}

.table-darkbeige th,
.table-darkbeige td,
.table-darkbeige thead th,
.table-darkbeige tbody + tbody {
  border-color: #f6f3ef;
}

.table-hover .table-darkbeige:hover {
  background-color: #f1eee6;
}

.table-hover .table-darkbeige:hover > td,
.table-hover .table-darkbeige:hover > th {
  background-color: #f1eee6;
}

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

.table-hover .table-active:hover {
  background-color: rgba(14, 14, 14, 0.075);
}

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

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

.table .thead-light th {
  color: #495057;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c2dfb8;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.form-control::-moz-placeholder {
  color: #717171;
  opacity: 1;
}

.form-control::placeholder {
  color: #717171;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f5f2ee;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 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,
.form-check-input:disabled ~ .form-check-label {
  color: #717171;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(118, 184, 96, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #76b860;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.25);
}

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

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

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #76b860;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #76b860;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #76b860;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #94c883;
  background-color: #94c883;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #76b860;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #76b860;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #76b860;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 86, 35, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d95623;
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.25);
}

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

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

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d95623;
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d95623;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d95623;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e2774d;
  background-color: #e2774d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d95623;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d95623;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d95623;
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn, .content-404 a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.938em 3em;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3.125em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .content-404 a:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .content-404 a:focus, .btn.focus, .content-404 a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.btn.disabled, .content-404 a.disabled, .btn:disabled, .content-404 a:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .content-404 a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #585858;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #585858;
  box-shadow: 0 0 0 0.1rem rgba(134, 134, 134, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #585858;
  border-color: #515151;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(134, 134, 134, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-success:hover {
  color: #fff;
  background-color: #62a74b;
  border-color: #5d9e47;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #62a74b;
  border-color: #5d9e47;
  box-shadow: 0 0 0 0.1rem rgba(105, 162, 88, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5d9e47;
  border-color: #579543;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(105, 162, 88, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.1rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-warning:hover {
  color: #212529;
  background-color: #f4b61e;
  border-color: #f4b212;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f4b61e;
  border-color: #f4b212;
  box-shadow: 0 0 0 0.1rem rgba(214, 170, 63, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f4b212;
  border-color: #eeac0b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(214, 170, 63, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b8491e;
  border-color: #ad451c;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b8491e;
  border-color: #ad451c;
  box-shadow: 0 0 0 0.1rem rgba(223, 111, 68, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ad451c;
  border-color: #a2401a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(223, 111, 68, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.1rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.1rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(82, 88, 93, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.btn-black:hover {
  color: #fff;
  background-color: #080808;
  border-color: #020202;
}

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: #080808;
  border-color: #020202;
  box-shadow: 0 0 0 0.1rem rgba(61, 61, 61, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #020202;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(61, 61, 61, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-green:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.1rem rgba(72, 180, 97, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(72, 180, 97, 0.5);
}

.btn-teal, .widget-ar-dispo .submit-btn, .widget-ar-dispo .reset-btn, .content-404 a {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-teal:hover, .widget-ar-dispo .submit-btn:hover, .widget-ar-dispo .reset-btn:hover, .content-404 a:hover {
  color: #fff;
  background-color: #62a74b;
  border-color: #5d9e47;
}

.btn-teal:focus, .widget-ar-dispo .submit-btn:focus, .widget-ar-dispo .reset-btn:focus, .content-404 a:focus, .btn-teal.focus, .widget-ar-dispo .focus.submit-btn, .widget-ar-dispo .focus.reset-btn, .content-404 a.focus {
  color: #fff;
  background-color: #62a74b;
  border-color: #5d9e47;
  box-shadow: 0 0 0 0.1rem rgba(105, 162, 88, 0.5);
}

.btn-teal.disabled, .widget-ar-dispo .disabled.submit-btn, .widget-ar-dispo .disabled.reset-btn, .content-404 a.disabled, .btn-teal:disabled, .widget-ar-dispo .submit-btn:disabled, .widget-ar-dispo .reset-btn:disabled, .content-404 a:disabled {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-teal:not(:disabled):not(.disabled):active, .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled):active, .widget-ar-dispo .reset-btn:not(:disabled):not(.disabled):active, .content-404 a:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled).active, .widget-ar-dispo .reset-btn:not(:disabled):not(.disabled).active, .content-404 a:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle,
.widget-ar-dispo .show > .dropdown-toggle.submit-btn,
.widget-ar-dispo .show > .dropdown-toggle.reset-btn,
.content-404 .show > a.dropdown-toggle {
  color: #fff;
  background-color: #5d9e47;
  border-color: #579543;
}

.btn-teal:not(:disabled):not(.disabled):active:focus, .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled):active:focus, .widget-ar-dispo .reset-btn:not(:disabled):not(.disabled):active:focus, .content-404 a:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled).active:focus, .widget-ar-dispo .reset-btn:not(:disabled):not(.disabled).active:focus, .content-404 a:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus,
.widget-ar-dispo .show > .dropdown-toggle.submit-btn:focus,
.widget-ar-dispo .show > .dropdown-toggle.reset-btn:focus,
.content-404 .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(105, 162, 88, 0.5);
}

.btn-darkgreen {
  color: #fff;
  background-color: #3f7426;
  border-color: #3f7426;
}

.btn-darkgreen:hover {
  color: #fff;
  background-color: #2f571d;
  border-color: #2a4e19;
}

.btn-darkgreen:focus, .btn-darkgreen.focus {
  color: #fff;
  background-color: #2f571d;
  border-color: #2a4e19;
  box-shadow: 0 0 0 0.1rem rgba(92, 137, 71, 0.5);
}

.btn-darkgreen.disabled, .btn-darkgreen:disabled {
  color: #fff;
  background-color: #3f7426;
  border-color: #3f7426;
}

.btn-darkgreen:not(:disabled):not(.disabled):active, .btn-darkgreen:not(:disabled):not(.disabled).active,
.show > .btn-darkgreen.dropdown-toggle {
  color: #fff;
  background-color: #2a4e19;
  border-color: #254416;
}

.btn-darkgreen:not(:disabled):not(.disabled):active:focus, .btn-darkgreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(92, 137, 71, 0.5);
}

.btn-gray-200 {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-gray-200:hover {
  color: #212529;
  background-color: #e7e0d6;
  border-color: #e2d9ce;
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #212529;
  background-color: #e7e0d6;
  border-color: #e2d9ce;
  box-shadow: 0 0 0 0.1rem rgba(213, 211, 208, 0.5);
}

.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #e2d9ce;
  border-color: #ddd3c6;
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(213, 211, 208, 0.5);
}

.btn-gray-300 {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-gray-300:hover {
  color: #212529;
  background-color: #e7e0d6;
  border-color: #e2d9ce;
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #212529;
  background-color: #e7e0d6;
  border-color: #e2d9ce;
  box-shadow: 0 0 0 0.1rem rgba(213, 211, 208, 0.5);
}

.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #e2d9ce;
  border-color: #ddd3c6;
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(213, 211, 208, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.1rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(222, 222, 223, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-red:hover {
  color: #fff;
  background-color: #b8491e;
  border-color: #ad451c;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #b8491e;
  border-color: #ad451c;
  box-shadow: 0 0 0 0.1rem rgba(223, 111, 68, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #ad451c;
  border-color: #a2401a;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(223, 111, 68, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #f4b61e;
  border-color: #f4b212;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #212529;
  background-color: #f4b61e;
  border-color: #f4b212;
  box-shadow: 0 0 0 0.1rem rgba(214, 170, 63, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f4b212;
  border-color: #eeac0b;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(214, 170, 63, 0.5);
}

.btn-beige {
  color: #212529;
  background-color: #ada186;
  border-color: #ada186;
}

.btn-beige:hover {
  color: #fff;
  background-color: #9e8f6f;
  border-color: #988968;
}

.btn-beige:focus, .btn-beige.focus {
  color: #fff;
  background-color: #9e8f6f;
  border-color: #988968;
  box-shadow: 0 0 0 0.1rem rgba(152, 142, 120, 0.5);
}

.btn-beige.disabled, .btn-beige:disabled {
  color: #212529;
  background-color: #ada186;
  border-color: #ada186;
}

.btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active,
.show > .btn-beige.dropdown-toggle {
  color: #fff;
  background-color: #988968;
  border-color: #918362;
}

.btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(152, 142, 120, 0.5);
}

.btn-darkbeige {
  color: #212529;
  background-color: #ede8e0;
  border-color: #ede8e0;
}

.btn-darkbeige:hover {
  color: #212529;
  background-color: #dfd6c8;
  border-color: #dad0c0;
}

.btn-darkbeige:focus, .btn-darkbeige.focus {
  color: #212529;
  background-color: #dfd6c8;
  border-color: #dad0c0;
  box-shadow: 0 0 0 0.1rem rgba(206, 203, 197, 0.5);
}

.btn-darkbeige.disabled, .btn-darkbeige:disabled {
  color: #212529;
  background-color: #ede8e0;
  border-color: #ede8e0;
}

.btn-darkbeige:not(:disabled):not(.disabled):active, .btn-darkbeige:not(:disabled):not(.disabled).active,
.show > .btn-darkbeige.dropdown-toggle {
  color: #212529;
  background-color: #dad0c0;
  border-color: #d6cab8;
}

.btn-darkbeige:not(:disabled):not(.disabled):active:focus, .btn-darkbeige:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkbeige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(206, 203, 197, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #717171;
  border-color: #717171;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(113, 113, 113, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #717171;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(113, 113, 113, 0.5);
}

.btn-outline-success {
  color: #76b860;
  border-color: #76b860;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #76b860;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f6c243;
  border-color: #f6c243;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.1rem rgba(246, 194, 67, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6c243;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(246, 194, 67, 0.5);
}

.btn-outline-danger {
  color: #d95623;
  border-color: #d95623;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d95623;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}

.btn-outline-black {
  color: #1b1b1b;
  border-color: #1b1b1b;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.1rem rgba(27, 27, 27, 0.5);
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #1b1b1b;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(27, 27, 27, 0.5);
}

.btn-outline-green {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.5);
}

.btn-outline-teal {
  color: #76b860;
  border-color: #76b860;
}

.btn-outline-teal:hover {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.5);
}

.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #76b860;
  background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle {
  color: #212529;
  background-color: #76b860;
  border-color: #76b860;
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.5);
}

.btn-outline-darkgreen {
  color: #3f7426;
  border-color: #3f7426;
}

.btn-outline-darkgreen:hover {
  color: #fff;
  background-color: #3f7426;
  border-color: #3f7426;
}

.btn-outline-darkgreen:focus, .btn-outline-darkgreen.focus {
  box-shadow: 0 0 0 0.1rem rgba(63, 116, 38, 0.5);
}

.btn-outline-darkgreen.disabled, .btn-outline-darkgreen:disabled {
  color: #3f7426;
  background-color: transparent;
}

.btn-outline-darkgreen:not(:disabled):not(.disabled):active, .btn-outline-darkgreen:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkgreen.dropdown-toggle {
  color: #fff;
  background-color: #3f7426;
  border-color: #3f7426;
}

.btn-outline-darkgreen:not(:disabled):not(.disabled):active:focus, .btn-outline-darkgreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(63, 116, 38, 0.5);
}

.btn-outline-gray-200 {
  color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-outline-gray-200:hover {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.1rem rgba(245, 242, 238, 0.5);
}

.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #f5f2ee;
  background-color: transparent;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(245, 242, 238, 0.5);
}

.btn-outline-gray-300 {
  color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-outline-gray-300:hover {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.1rem rgba(245, 242, 238, 0.5);
}

.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #f5f2ee;
  background-color: transparent;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(245, 242, 238, 0.5);
}

.btn-outline-white, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a,
.reservation-banner__modal .widget-ar-dispo .submit-btn {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:hover, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:hover, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:hover,
.reservation-banner__modal .widget-ar-dispo .submit-btn:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:focus, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:focus,
.reservation-banner__modal .widget-ar-dispo .submit-btn:focus, .btn-outline-white.focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .focus.btn, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a.focus, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a.focus,
.reservation-banner__modal .widget-ar-dispo .focus.submit-btn {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .reservation-banner__modal .widget-ar-dispo .open_system_submit .disabled.btn, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a.disabled, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a.disabled,
.reservation-banner__modal .widget-ar-dispo .disabled.submit-btn, .btn-outline-white:disabled, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:disabled, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:disabled, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:disabled,
.reservation-banner__modal .widget-ar-dispo .submit-btn:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:not(:disabled):not(.disabled):active, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:not(:disabled):not(.disabled):active, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:not(:disabled):not(.disabled):active,
.reservation-banner__modal .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:not(:disabled):not(.disabled).active, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:not(:disabled):not(.disabled).active, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:not(:disabled):not(.disabled).active,
.reservation-banner__modal .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle,
.reservation-banner__modal .widget-ar-dispo .open_system_submit .show > .dropdown-toggle.btn,
.reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 .show > a.dropdown-toggle,
.content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit .show > a.dropdown-toggle,
.reservation-banner__modal .widget-ar-dispo .show > .dropdown-toggle.submit-btn {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:not(:disabled):not(.disabled):active:focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:not(:disabled):not(.disabled):active:focus, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:not(:disabled):not(.disabled):active:focus,
.reservation-banner__modal .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:not(:disabled):not(.disabled).active:focus, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:not(:disabled):not(.disabled).active:focus, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:not(:disabled):not(.disabled).active:focus,
.reservation-banner__modal .widget-ar-dispo .submit-btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus,
.reservation-banner__modal .widget-ar-dispo .open_system_submit .show > .dropdown-toggle.btn:focus,
.reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 .show > a.dropdown-toggle:focus,
.content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit .show > a.dropdown-toggle:focus,
.reservation-banner__modal .widget-ar-dispo .show > .dropdown-toggle.submit-btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

.btn-outline-red {
  color: #d95623;
  border-color: #d95623;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #d95623;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #d95623;
  border-color: #d95623;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 86, 35, 0.5);
}

.btn-outline-yellow {
  color: #f6c243;
  border-color: #f6c243;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.1rem rgba(246, 194, 67, 0.5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #f6c243;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f6c243;
  border-color: #f6c243;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(246, 194, 67, 0.5);
}

.btn-outline-beige {
  color: #ada186;
  border-color: #ada186;
}

.btn-outline-beige:hover {
  color: #212529;
  background-color: #ada186;
  border-color: #ada186;
}

.btn-outline-beige:focus, .btn-outline-beige.focus {
  box-shadow: 0 0 0 0.1rem rgba(173, 161, 134, 0.5);
}

.btn-outline-beige.disabled, .btn-outline-beige:disabled {
  color: #ada186;
  background-color: transparent;
}

.btn-outline-beige:not(:disabled):not(.disabled):active, .btn-outline-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-beige.dropdown-toggle {
  color: #212529;
  background-color: #ada186;
  border-color: #ada186;
}

.btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(173, 161, 134, 0.5);
}

.btn-outline-darkbeige {
  color: #ede8e0;
  border-color: #ede8e0;
}

.btn-outline-darkbeige:hover {
  color: #212529;
  background-color: #ede8e0;
  border-color: #ede8e0;
}

.btn-outline-darkbeige:focus, .btn-outline-darkbeige.focus {
  box-shadow: 0 0 0 0.1rem rgba(237, 232, 224, 0.5);
}

.btn-outline-darkbeige.disabled, .btn-outline-darkbeige:disabled {
  color: #ede8e0;
  background-color: transparent;
}

.btn-outline-darkbeige:not(:disabled):not(.disabled):active, .btn-outline-darkbeige:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkbeige.dropdown-toggle {
  color: #212529;
  background-color: #ede8e0;
  border-color: #ede8e0;
}

.btn-outline-darkbeige:not(:disabled):not(.disabled):active:focus, .btn-outline-darkbeige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkbeige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(237, 232, 224, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #717171;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn, .content-404 .btn-group-sm > a {
  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;
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

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

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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 #f5f2ee;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #717171;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .content-404 .btn-group > a,
.btn-group-vertical > .btn,
.content-404 .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .content-404 .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.content-404 .btn-group-vertical > a:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .content-404 .btn-group > a:focus, .btn-group > .btn:active, .content-404 .btn-group > a:active, .btn-group > .btn.active, .content-404 .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.content-404 .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.content-404 .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.content-404 .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .content-404 .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .content-404 .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.content-404 .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .content-404 .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.content-404 .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 2.25em;
  padding-left: 2.25em;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .content-404 .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .content-404 .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.btn-group-vertical > .btn,
.content-404 .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .content-404 .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .content-404 .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.content-404 .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .content-404 .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.content-404 .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .content-404 .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.content-404 .btn-group-toggle > .btn-group > a {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .content-404 .btn-group-toggle > a input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.content-404 .btn-group-toggle > a input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.content-404 .btn-group-toggle > .btn-group > a input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.content-404 .btn-group-toggle > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .content-404 a, .content-404 .input-group-prepend a,
.input-group-append .btn,
.input-group-append .content-404 a,
.content-404 .input-group-append a {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .content-404 a:focus, .content-404 .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .content-404 a:focus,
.content-404 .input-group-append a:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .content-404 a + .btn, .content-404 .input-group-prepend a + .btn, .input-group-prepend .content-404 .btn + a, .content-404 .input-group-prepend .btn + a, .input-group-prepend .content-404 a + a, .content-404 .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .content-404 a + .input-group-text,
.content-404 .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .content-404 .input-group-text + a,
.content-404 .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .content-404 a + .btn,
.content-404 .input-group-append a + .btn,
.input-group-append .content-404 .btn + a,
.content-404 .input-group-append .btn + a,
.input-group-append .content-404 a + a,
.content-404 .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .content-404 a + .input-group-text,
.content-404 .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .content-404 .input-group-text + a,
.content-404 .input-group-append .input-group-text + a {
  margin-left: -1px;
}

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

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

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

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.content-404 .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.content-404 .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #76b860;
  background-color: #76b860;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c2dfb8;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e0efdb;
  border-color: #e0efdb;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #717171;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f5f2ee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #76b860;
  background-color: #76b860;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #c2dfb8;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #717171;
  background-color: #f5f2ee;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #c2dfb8;
  box-shadow: 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f5f2ee;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #f5f2ee;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.2rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1rem rgba(118, 184, 96, 0.15);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #76b860;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #e0efdb;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f5f2ee;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #76b860;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #e0efdb;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f5f2ee;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  background-color: #76b860;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #e0efdb;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #f5f2ee;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #f5f2ee;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(27, 27, 27, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(27, 27, 27, 0.03);
  border-bottom: 0 solid rgba(27, 27, 27, 0.125);
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(27, 27, 27, 0.03);
  border-top: 0 solid rgba(27, 27, 27, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.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;
  border-radius: 0;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 16px;
}

.card-group > .card {
  margin-bottom: 16px;
}

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #f5f2ee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(27, 27, 27, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #717171;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #76b860;
  border-color: #76b860;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0d4d92;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0d4d92;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0d4d92;
  border-color: #0d4d92;
}

.list-group-item-secondary {
  color: #484848;
  background-color: #d7d7d7;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #484848;
  background-color: #cacaca;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.list-group-item-success {
  color: #4a6d3f;
  background-color: #d9ebd2;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4a6d3f;
  background-color: #cae3c0;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4a6d3f;
  border-color: #4a6d3f;
}

.list-group-item-info {
  color: #19616d;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #19616d;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #19616d;
  border-color: #19616d;
}

.list-group-item-warning {
  color: #8d7230;
  background-color: #fceeca;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8d7230;
  background-color: #fbe6b2;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8d7230;
  border-color: #8d7230;
}

.list-group-item-danger {
  color: #7e3a1f;
  background-color: #f4d0c1;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7e3a1f;
  background-color: #f0c0ab;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7e3a1f;
  border-color: #7e3a1f;
}

.list-group-item-light {
  color: #8e8e8f;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8e8e8f;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8e8e8f;
  border-color: #8e8e8f;
}

.list-group-item-dark {
  color: #282b2e;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #282b2e;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #282b2e;
  border-color: #282b2e;
}

.list-group-item-black {
  color: #1b1b1b;
  background-color: #bfbfbf;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b2b2b2;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.list-group-item-green {
  color: #226431;
  background-color: #c3e6cb;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #226431;
  background-color: #b1dfbb;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #226431;
  border-color: #226431;
}

.list-group-item-teal {
  color: #4a6d3f;
  background-color: #d9ebd2;
}

.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #4a6d3f;
  background-color: #cae3c0;
}

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #4a6d3f;
  border-color: #4a6d3f;
}

.list-group-item-darkgreen {
  color: #2e4921;
  background-color: #c9d8c2;
}

.list-group-item-darkgreen.list-group-item-action:hover, .list-group-item-darkgreen.list-group-item-action:focus {
  color: #2e4921;
  background-color: #bbceb2;
}

.list-group-item-darkgreen.list-group-item-action.active {
  color: #fff;
  background-color: #2e4921;
  border-color: #2e4921;
}

.list-group-item-gray-200 {
  color: #8c8b89;
  background-color: #fcfbfa;
}

.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #8c8b89;
  background-color: #f2eeea;
}

.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #8c8b89;
  border-color: #8c8b89;
}

.list-group-item-gray-300 {
  color: #8c8b89;
  background-color: #fcfbfa;
}

.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #8c8b89;
  background-color: #f2eeea;
}

.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #8c8b89;
  border-color: #8c8b89;
}

.list-group-item-white {
  color: #929292;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #929292;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #929292;
  border-color: #929292;
}

.list-group-item-red {
  color: #7e3a1f;
  background-color: #f4d0c1;
}

.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #7e3a1f;
  background-color: #f0c0ab;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #7e3a1f;
  border-color: #7e3a1f;
}

.list-group-item-yellow {
  color: #8d7230;
  background-color: #fceeca;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #8d7230;
  background-color: #fbe6b2;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #8d7230;
  border-color: #8d7230;
}

.list-group-item-beige {
  color: #676153;
  background-color: #e8e5dd;
}

.list-group-item-beige.list-group-item-action:hover, .list-group-item-beige.list-group-item-action:focus {
  color: #676153;
  background-color: #ded9ce;
}

.list-group-item-beige.list-group-item-action.active {
  color: #fff;
  background-color: #676153;
  border-color: #676153;
}

.list-group-item-darkbeige {
  color: #888681;
  background-color: #faf9f6;
}

.list-group-item-darkbeige.list-group-item-action:hover, .list-group-item-darkbeige.list-group-item-action:focus {
  color: #888681;
  background-color: #f1eee6;
}

.list-group-item-darkbeige.list-group-item-action.active {
  color: #fff;
  background-color: #888681;
  border-color: #888681;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1b1b1b;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(27, 27, 27, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1b1b1b;
}

.modal-backdrop.fade {
  opacity: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f5f2ee;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #f5f2ee;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1b1b1b;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1b1b1b;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

.bg-success {
  background-color: #76b860 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-black {
  background-color: #1b1b1b !important;
}

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

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

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

.bg-teal {
  background-color: #76b860 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #5d9e47 !important;
}

.bg-darkgreen {
  background-color: #3f7426 !important;
}

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

.bg-gray-200 {
  background-color: #f5f2ee !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #e2d9ce !important;
}

.bg-gray-300 {
  background-color: #f5f2ee !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #e2d9ce !important;
}

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

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

.bg-red {
  background-color: #d95623 !important;
}

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

.bg-yellow {
  background-color: #f6c243 !important;
}

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

.bg-beige {
  background-color: #ada186 !important;
}

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

.bg-darkbeige {
  background-color: #ede8e0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #76b860 !important;
}

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

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

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

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

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

.border-black {
  border-color: #1b1b1b !important;
}

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

.border-teal {
  border-color: #76b860 !important;
}

.border-darkgreen {
  border-color: #3f7426 !important;
}

.border-gray-200 {
  border-color: #f5f2ee !important;
}

.border-gray-300 {
  border-color: #f5f2ee !important;
}

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

.border-red {
  border-color: #d95623 !important;
}

.border-yellow {
  border-color: #f6c243 !important;
}

.border-beige {
  border-color: #ada186 !important;
}

.border-darkbeige {
  border-color: #ede8e0 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .page-template-meteo .previsions .data {
  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;
}

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #76b860 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-black {
  color: #1b1b1b !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

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

a.text-green:hover, a.text-green:focus {
  color: #19692c !important;
}

.text-teal {
  color: #76b860 !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #528d3f !important;
}

.text-darkgreen {
  color: #3f7426 !important;
}

a.text-darkgreen:hover, a.text-darkgreen:focus {
  color: #203a13 !important;
}

.text-gray-200 {
  color: #f5f2ee !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #d9cdbe !important;
}

.text-gray-300 {
  color: #f5f2ee !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #d9cdbe !important;
}

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

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

.text-red {
  color: #d95623 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #973c18 !important;
}

.text-yellow {
  color: #f6c243 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #e2a30b !important;
}

.text-beige {
  color: #ada186 !important;
}

a.text-beige:hover, a.text-beige:focus {
  color: #897c5d !important;
}

.text-darkbeige {
  color: #ede8e0 !important;
}

a.text-darkbeige:hover, a.text-darkbeige:focus {
  color: #d1c4b0 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-Centre_Val_Loire {
  width: 1.36286em;
}

.icon-Logo {
  width: 1.42222em;
}

.icon-accueil-pmr {
  width: 0.8409em;
}

.icon-accueil_velo {
  width: 0.68571em;
}

.icon-animaux-acceptes {
  width: 0.98872em;
}

.icon-black--search {
  width: 1em;
}

.icon-black--tickets {
  width: 1.13688em;
}

.icon-cadeau {
  width: 1em;
}

.icon-calendar {
  width: 1em;
}

.icon-call-center {
  width: 1em;
}

.icon-close {
  width: 1em;
}

.icon-close-circled {
  width: 1em;
}

.icon-config {
  width: 1em;
}

.icon-coup-de-coeur {
  width: 1.16185em;
}

.icon-dog {
  width: 1em;
}

.icon-dropdown {
  width: 1.8em;
}

.icon-dropdown--teal {
  width: 1.8em;
}

.icon-duration {
  width: 1em;
}

.icon-en-famille {
  width: 0.93283em;
}

.icon-facebook {
  width: 1em;
}

.icon-facebook-circled {
  width: 1em;
}

.icon-facebook_1 {
  width: 1.01667em;
}

.icon-favori {
  width: 1.125em;
}

.icon-filters {
  width: 1.25em;
}

.icon-flag {
  width: 0.9375em;
}

.icon-gpx {
  width: 1em;
}

.icon-handshake {
  width: 1em;
}

.icon-i {
  width: 1em;
}

.icon-instagram {
  width: 1em;
}

.icon-instagram-circled {
  width: 1em;
}

.icon-instagram_1 {
  width: 1em;
}

.icon-la_loire_a_velo {
  width: 1.63854em;
}

.icon-leaflet_pin {
  width: 0.81633em;
}

.icon-left-arrow {
  width: 1.00002em;
}

.icon-left-arrow-green {
  width: 1em;
}

.icon-linkedin {
  width: 1em;
}

.icon-linkedin-circled {
  width: 1em;
}

.icon-location {
  width: 0.78261em;
}

.icon-loire_velo {
  width: 2.31429em;
}

.icon-loire_velo_1 {
  width: 1.54545em;
}

.icon-mail {
  width: 1em;
}

.icon-mairie {
  width: 3.00551em;
}

.icon-marker {
  width: 1em;
}

.icon-menu_burger {
  width: 1em;
}

.icon-meteo {
  width: 1.33333em;
}

.icon-meteo_1 {
  width: 1em;
}

.icon-meteo_10 {
  width: 1em;
}

.icon-meteo_11 {
  width: 1em;
}

.icon-meteo_12 {
  width: 1em;
}

.icon-meteo_13 {
  width: 1em;
}

.icon-meteo_14 {
  width: 1em;
}

.icon-meteo_15 {
  width: 1em;
}

.icon-meteo_16 {
  width: 1em;
}

.icon-meteo_17 {
  width: 1em;
}

.icon-meteo_18 {
  width: 1em;
}

.icon-meteo_19 {
  width: 1em;
}

.icon-meteo_2 {
  width: 1em;
}

.icon-meteo_20 {
  width: 1em;
}

.icon-meteo_21 {
  width: 1em;
}

.icon-meteo_22 {
  width: 1em;
}

.icon-meteo_3 {
  width: 1em;
}

.icon-meteo_4 {
  width: 1em;
}

.icon-meteo_5 {
  width: 1em;
}

.icon-meteo_6 {
  width: 1em;
}

.icon-meteo_7 {
  width: 1em;
}

.icon-meteo_8 {
  width: 1em;
}

.icon-meteo_9 {
  width: 1em;
}

.icon-more {
  width: 1em;
}

.icon-next {
  width: 1em;
}

.icon-office_tourisme {
  width: 2.15472em;
}

.icon-orleans_metropole {
  width: 1.74622em;
}

.icon-panier {
  width: 1em;
}

.icon-parking {
  width: 0.7619em;
}

.icon-pdf {
  width: 1em;
}

.icon-pdf-green {
  width: 0.80841em;
}

.icon-pdf-white {
  width: 0.80841em;
}

.icon-phone {
  width: 1em;
}

.icon-pinterest {
  width: 0.77025em;
}

.icon-pinterest-circled {
  width: 1em;
}

.icon-plats-emporter {
  width: 1em;
}

.icon-play_green {
  width: 1em;
}

.icon-plus {
  width: 1em;
}

.icon-pmr {
  width: 0.84058em;
}

.icon-produits_touristiques {
  width: 1em;
}

.icon-qualite-tourisme {
  width: 1.11391em;
}

.icon-reservation-en-ligne {
  width: 0.6em;
}

.icon-reset {
  width: 1em;
}

.icon-reset--white {
  width: 1em;
}

.icon-restauration_sur_place {
  width: 1em;
}

.icon-right-arrow {
  width: 1.00002em;
}

.icon-right-arrow-green {
  width: 1em;
}

.icon-sanitaires {
  width: 1em;
}

.icon-search {
  width: 1em;
}

.icon-search-circled {
  width: 1em;
}

.icon-star {
  width: 1em;
}

.icon-teal--calendar {
  width: 1em;
}

.icon-teal--leaflet_pin {
  width: 0.81633em;
}

.icon-teal--map {
  width: 1em;
}

.icon-teal--map_canceled {
  width: 1em;
}

.icon-telephone {
  width: 1em;
}

.icon-tripadvisor {
  width: 1em;
}

.icon-tripadvisor-circled {
  width: 1em;
}

.icon-twitter {
  width: 1em;
}

.icon-twitter-circled {
  width: 1em;
}

.icon-twitter_1 {
  width: 1em;
}

.icon-val_de_loire {
  width: 1.34426em;
}

.icon-web {
  width: 1em;
}

.icon-webcam {
  width: 0.85673em;
}

.icon-white--calendar {
  width: 1em;
}

.icon-white--check {
  width: 1em;
}

.icon-wifi {
  width: 1.14292em;
}

.icon-youtube {
  width: 1em;
}

.icon-youtube-circled {
  width: 1em;
}

.togglableValue, .single-offre .affichage-champs__contact .adresse {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.togglableValue .icon, .single-offre .affichage-champs__contact .adresse .icon,
.togglableValue .value,
.single-offre .affichage-champs__contact .adresse .value {
  transition: color .3s;
}

.togglableValue .icon, .single-offre .affichage-champs__contact .adresse .icon {
  min-width: 1em;
  margin-right: 10px;
  font-size: 2.375em;
  transition: color .2s;
}

.togglableValue .label, .single-offre .affichage-champs__contact .adresse .label {
  text-transform: uppercase;
}


.togglableValue .value,
.single-offre .affichage-champs__contact .adresse .value {
  display: none;
  font-family: "TheSans", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
}

.togglableValue .value a, .single-offre .affichage-champs__contact .adresse .value a {
  display: block;
  white-space: nowrap;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.togglableValue.active .icon, .single-offre .affichage-champs__contact .active.adresse .icon,
.togglableValue.active .value,
.single-offre .affichage-champs__contact .active.adresse .value {
  color: #76b860;
}

.tooltip {
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

h1,
.h1,
.titre.elementor-widget-text-editor h2,
.elementor-widget-heading h2 {
  font-family: "TheSans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}

h1 b,
h1 strong,
.h1 b,
.h1 strong,
.titre.elementor-widget-text-editor h2 b,
.titre.elementor-widget-text-editor h2 strong,
.elementor-widget-heading h2 b,
.elementor-widget-heading h2 strong {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  text-transform: none;
}

h2, .h2, .reservation-banner__modal .widget-ar-dispo__titre {
  font-family: "TheSans", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

h3, .h3 {
  font-family: "TheSans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 16px;
}

.header {
  width: 100%;
  height: 80px;
  color: #fff;
  z-index: 1080;
  position: relative;
  transition: all .2s;
}

.header--alt, .header.fixed {
  background-color: #fff;
  color: #1b1b1b;
}

.header.fixed {
  position: fixed;
  left: 0;
  top: -80px;
}

.header.fixed.visible {
  top: 0;
  box-shadow: 0 0 1em rgba(27, 27, 27, 0.5);
}

.admin-bar > .header.fixed.visible {
  top: 46px;
}

.header:not(.header--alt).fixed .header__logo {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feComponentTransfer><feFuncR type='linear' slope='-1' intercept='1'/><feFuncG type='linear' slope='-1' intercept='1' /><feFuncB type='linear' slope='-1' intercept='1' /></feComponentTransfer></filter></svg>#invert");
  filter: invert(0.9);
}

.header a {
  color: inherit;
}

.header .container, .header__col-left, .header__col-right {
  display: flex;
  align-items: center;
}

.header .container {
  height: 100%;
  max-width: 1568px;
}

.header .icon {
  font-size: 2em;
}

.header__col-left {
  margin-right: auto;
}

.header__col-right > * {
  margin-left: 6px;
}

.header__burger-btn {
  min-width: 2.5em;
  width: 2.5em;
  height: 2.5em;
  background-color: #76b860;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.header__burger-btn:focus {
  outline: 0;
}

.header__burger-btn span, .header__burger-btn::before, .header__burger-btn::after {
  display: block;
  width: 1em;
  height: .1em;
  background-color: #fff;
  border-radius: .1em;
}

.header__burger-btn span {
  margin: .25em auto;
}

.header__burger-btn::before, .header__burger-btn::after {
  content: '';
  margin: 0 auto;
}

.header__logo {
  display: none;
  margin-bottom: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  max-height: 90px;
}

.header__menu {
  font-family: "TheSans", sans-serif;
  font-weight: 600;
}

.header__main-nav {
  margin-bottom: 0;
}

.header__main-nav li.current-menu-item > a, .header__main-nav li.current-menu-ancestor > a {
  color: #76b860;
}

.header__secondary-nav li.menu-item.city-pass a {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.header__secondary-nav li.menu-item.city-pass a::before {
  content: '';
  display: block;
  height: 1.5em;
  width: 1.5em;
  -webkit-mask-image: url("icons/black/tickets.svg");
          mask-image: url("icons/black/tickets.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: currentColor;
}

.header__search .btn-search {
  display: block;
}

.header__search .btn-search .icon-search-circled {
  display: block;
}

.header__search .btn-search:hover {
  color: #ececec;
}

.header__search .btn-search:active, .header__search .btn-search:focus {
  outline: 0;
}

.header__search .search-form-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: rgba(33, 37, 41, 0.9);
  opacity: 0;
  z-index: -2000;
  pointer-events: none;
  transition: opacity .3s, z-index 0s .3s;
}

.header__search .search-form-wrapper .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 2.5em;
  height: 2.5em;
  background-color: #76b860;
  border-radius: 50%;
  font-size: 20px;
  opacity: 1;
}

.header__search .search-form-wrapper .close:focus {
  outline: 0;
}

.header__search .search-form-wrapper .close::before, .header__search .search-form-wrapper .close::after {
  content: '';
  display: block;
  width: 1em;
  height: .1em;
  margin: 0 auto;
  background-color: #fff;
  border-radius: .1em;
}

.header__search .search-form-wrapper .close::before {
  transform: translateY(0.05em) rotate(45deg);
}

.header__search .search-form-wrapper .close::after {
  transform: translateY(-0.05em) rotate(135deg);
}

.header__search .search-form-wrapper .search-form {
  display: flex;
  width: 100%;
  max-width: 34em;
  color: #fff;
  border-bottom: 2px solid;
}

.header__search .search-form-wrapper .search-form label,
.header__search .search-form-wrapper .search-form input[type=search] {
  display: block;
  width: 100%;
}

.header__search .search-form-wrapper .search-form label {
  margin-bottom: 0;
}

.header__search .search-form-wrapper .search-form input[type=search] {
  padding: .75em .5em;
  background-color: transparent;
  border: 0;
  color: inherit;
}

.header__search .search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: inherit;
  opacity: .8;
}

.header__search .search-form-wrapper .search-form input[type=search]::placeholder {
  color: inherit;
  opacity: .8;
}

.header__search .search-form-wrapper .search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.header__search .search-form-wrapper .search-form button {
  padding: .5em;
  color: #76b860;
}

.header__search .search-form-wrapper .search-form button .icon {
  font-size: 1.4286em;
}

.header__search .search-form-wrapper #ajaxsearchlite1 {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  max-width: 34em;
  box-shadow: none;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox {
  background-color: transparent;
  height: 2.9em;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .promagnifier {
  width: auto;
  height: 100%;
  box-shadow: none;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .promagnifier .innericon {
  padding: .5em;
  box-sizing: border-box;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .promagnifier .innericon svg {
  font-size: 1.4286em;
  width: 1em;
  height: 1.4em;
  fill: transparent;
  background: url(icons/search.svg) no-repeat 50% 50%/contain;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proinput {
  font-size: inherit;
  padding: 0;
  margin: 0;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proinput input {
  color: #fff !important;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.4em !important;
  height: 2.9em;
  margin: 0;
  padding: .75em .5em !important;
  box-sizing: border-box;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proinput input::-moz-placeholder {
  color: #fff !important;
  opacity: .8;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proinput input::placeholder {
  color: #fff !important;
  opacity: .8;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proinput input.autocomplete {
  margin-top: -2.9em !important;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proinput input[type=submit] {
  padding: 0 !important;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proloading {
  height: 100%;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proloading .asl_simple-circle {
  border: 2px solid #fff;
  width: 22px;
  height: 22px;
}

.header__search .search-form-wrapper #ajaxsearchlite1 .probox .proclose {
  height: 100%;
}

.header__search .search-form-wrapper.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
  transition: opacity .3s, z-index 0s;
}

.header__panier {
  position: relative;
  width: 37px;
  height: 32px;
  z-index: 1;
}

.header__panier #widget-panier .OsPanier.api .ospanier.minitoggle .entete {
  width: 2em !important;
  height: 2em;
  padding: 0 !important;
  font-size: 1em;
  border: 0;
  background: rgba(0, 0, 0, 0) !important;
}

.header__panier #widget-panier .OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles {
  background-color: #76b860;
}

.header__panier #widget-panier .OsPanier.api .ospanier.minitoggle .contenu {
  top: 100%;
  margin-top: 8px;
}

.header__panier .icon-panier {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.header .wpml-ls-legacy-dropdown {
  display: table;
  width: auto;
  text-transform: uppercase;
}

.header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: inherit;
  background-color: transparent;
}

.header .wpml-ls-legacy-dropdown a {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  line-height: 1.5;
}

.header .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent;
  color: inherit;
}

.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 1.25em;
  border-bottom: 0;
}

.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  right: .15em;
  width: .75em;
  height: .75em;
  border-width: 0 .125em .125em 0;
  border-style: solid;
  border-color: inherit;
  transform: translateY(-50%) rotate(45deg);
}

.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.header .zeno_font_resizer {
  margin-bottom: 0;
}

.header .zeno_font_resizer_container {
  display: table;
}

.header .zeno_font_resizer_minus::after {
  content: '-';
}

.header .zeno_font_resizer_add::after {
  content: '+';
}

#ajaxsearchliteres1 .results .item::after {
  background-color: #f5f2ee;
}

#ajaxsearchliteres1 .results .item .asl_content h3 {
  font-family: inherit;
  line-height: inherit;
}

#ajaxsearchliteres1 .results .item .asl_content h3 a {
  color: #212529;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: inherit;
}

#ajaxsearchliteres1 .results .item .asl_content .asl_desc {
  font-size: 0.8em;
  line-height: inherit;
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0.35em) rotate(0deg);
  }
  100% {
    transform: translateY(0.35em) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(0.35em) rotate(0deg);
  }
  100% {
    transform: translateY(0.35em) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-0.35em) rotate(0deg);
  }
  100% {
    transform: translateY(-0.35em) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-0.35em) rotate(0deg);
  }
  100% {
    transform: translateY(-0.35em) rotate(135deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home .reassurance {
  text-align: center;
}

.home .reassurance .h1 {
  display: none;
}

.home .reassurance .social-network {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ada186;
  padding: 20px 10px;
}

.home .reassurance .social-network a:hover {
  text-decoration: none;
}

.home .reassurance .social-network .icon {
  display: block;
}

.home .reassurance .social-network .mobile {
  display: flex;
}

.home .reassurance .social-network > div a {
  display: block;
}

.home .reassurance .social-network > div a > span,
.home .reassurance .social-network > div:not(.mobile) {
  background-color: #ada186;
  height: auto;
  width: 100%;
  margin: auto;
  padding: 10px;
  transition: background-color .3s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #1b1b1b;
}

.home .reassurance .social-network > div a > span:hover, .home .reassurance .social-network > div a > span.__suivez-nous,
.home .reassurance .social-network > div:not(.mobile):hover,
.home .reassurance .social-network > div:not(.mobile).__suivez-nous {
  background-color: #ada186;
  color: #fff;
  margin: 0;
}

.home .reassurance .social-network > div a > span:hover .icon, .home .reassurance .social-network > div a > span.__suivez-nous .icon,
.home .reassurance .social-network > div:not(.mobile):hover .icon,
.home .reassurance .social-network > div:not(.mobile).__suivez-nous .icon {
  color: #ede8e0;
}

.home .reassurance .social-network > div a > span .icon,
.home .reassurance .social-network > div:not(.mobile) .icon {
  width: 50px;
  color: #1b1b1b;
  height: 60px;
  display: block;
  margin: 0 auto 5px auto;
}

.home .reassurance .social-network > div a > span.__suivez-nous .icon,
.home .reassurance .social-network > div:not(.mobile).__suivez-nous .icon {
  width: 50px;
  height: 50px;
  margin: 3px;
  color: #ede8e0;
}

.home .reassurance .social-network > div a > span.__suivez-nous a:hover .icon,
.home .reassurance .social-network > div:not(.mobile).__suivez-nous a:hover .icon {
  color: #fff;
}

.home .reassurance .social-network > div a > span .h2, .home .reassurance .social-network > div a > span .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal .home .reassurance .social-network > div a > span .widget-ar-dispo__titre,
.home .reassurance .social-network > div:not(.mobile) .h2,
.home .reassurance .social-network > div:not(.mobile) .reservation-banner__modal .widget-ar-dispo__titre,
.reservation-banner__modal .home .reassurance .social-network > div:not(.mobile) .widget-ar-dispo__titre {
  font-family: "TheSans", sans-serif;
  font-weight: 800;
  margin: 0;
}

.home .reassurance .social-network > div a > span h4,
.home .reassurance .social-network > div:not(.mobile) h4 {
  margin-bottom: 20px;
  color: #1b1b1b;
  text-transform: uppercase;
}

body:not(.home) .reassurance {
  background-color: #ada186;
}

body:not(.home) .reassurance .h1 {
  display: none;
}

body:not(.home) .reassurance .social-network {
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin: 0 auto;
}

body:not(.home) .reassurance .social-network a:hover {
  text-decoration: none;
}

body:not(.home) .reassurance .social-network > div a > span,
body:not(.home) .reassurance .social-network > div {
  display: flex;
  align-items: center;
  color: #1b1b1b;
  text-align: center;
}

body:not(.home) .reassurance .social-network > div a > span .icon,
body:not(.home) .reassurance .social-network > div .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
}

body:not(.home) .reassurance .social-network > div a > span .h2, body:not(.home) .reassurance .social-network > div a > span .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal body:not(.home) .reassurance .social-network > div a > span .widget-ar-dispo__titre,
body:not(.home) .reassurance .social-network > div .h2,
body:not(.home) .reassurance .social-network > div .reservation-banner__modal .widget-ar-dispo__titre,
.reservation-banner__modal body:not(.home) .reassurance .social-network > div .widget-ar-dispo__titre {
  font-size: 20px;
  margin-bottom: 0;
}

body:not(.home) .reassurance .social-network > div a > span {
  flex-direction: column;
}

body:not(.home) .reassurance .social-network .__suivez-nous {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 100%;
}

body:not(.home) .reassurance .social-network .__suivez-nous .h2, body:not(.home) .reassurance .social-network .__suivez-nous .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal body:not(.home) .reassurance .social-network .__suivez-nous .widget-ar-dispo__titre {
  font-family: "TheSans", sans-serif;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

body:not(.home) .reassurance .social-network .__suivez-nous h4 {
  display: none;
}

body:not(.home) .reassurance .social-network .__suivez-nous .icon {
  width: 40px;
  height: 40px;
  color: #fff;
  margin: 5px;
}

.footer {
  background-color: #1b1b1b;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer a {
  color: inherit;
}

.footer__logo {
  display: table;
  width: 140px;
  margin: 0 auto;
}

.footer__partenaires {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.footer__partenaires li {
  width: 33.33%;
  margin-top: 1em;
  padding: 0 16px;
}

.footer__partenaires a,
.footer__partenaires span {
  display: table;
  margin: 0 auto;
}

.footer__partenaires a img,
.footer__partenaires span img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 40px;
}

.footer__partenaires a img[src$='.svg'],
.footer__partenaires span img[src$='.svg'] {
  height: 40px;
}

.footer__bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ada186;
}

.footer__main-nav {
  font-family: "TheSans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}

.footer__main-nav li + li {
  margin-top: 1em;
}

section.entete {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  margin-top: -80px;
}

section.entete a {
  color: inherit;
}

.entete.fond-clair {
  color: #1b1b1b;
  background-color: #f5f2ee;
}

.entete.fond-fonce {
  color: #fff;
  background-color: #495057;
}

.entete--pas_de_fond {
  background-color: #ada186;
  color: #fff;
}

.entete .container-fluid, .entete .container-sm, .entete .container-md, .entete .container-lg, .entete .container-xl {
  flex-grow: 1;
  display: flex;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.entete .container-fluid::before, .entete .container-sm::before, .entete .container-md::before, .entete .container-lg::before, .entete .container-xl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%);
  z-index: 5;
}

.entete .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(80px + 1.5em);
  padding-bottom: 1.5em;
  position: relative;
  z-index: 10;
}

.entete__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.entete__background img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entete__background.sliderBackgrounds .slick-list,
.entete__background.sliderBackgrounds .slick-track {
  height: 100%;
}

.entete__titre {
  margin: 1rem 0 0;
}

.entete__sstitre {
  margin: 1em 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.entete__intro {
  margin: 1em 0 0;
}

.entete__intro p {
  margin: 1em 0;
}

.entete__intro p:first-child {
  margin-top: 0;
}

.entete__intro p:last-child {
  margin-bottom: 0;
}

.entete__partage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entete__partage a,
.entete__partage button {
  display: block;
  margin: 0 8px;
  font-size: 1.375em;
}

.entete__partage a svg,
.entete__partage button svg {
  transition: transform .15s;
}

.entete__partage a:hover svg,
.entete__partage button:hover svg {
  transform: scale(1.2);
}

.entete .breadcrumb {
  margin-top: 2em;
  font-size: 12px;
}

.entete--video.container-fluid:before, .entete--video.container-sm:before, .entete--video.container-md:before, .entete--video.container-lg:before, .entete--video.container-xl:before, .entete--video.container-lg:before, .entete--video.container-md:before, .entete--video.container-sm:before, .entete--video.container-xl:before {
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.entete--video .entete__background iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  aspect-ratio: 16/9;
}

.entete--light {
  background-color: #ede8e0;
  color: #1b1b1b;
}

section.entete--light {
  min-height: 0;
}

.entete--light .container-fluid::before, .entete--light .container-sm::before, .entete--light .container-md::before, .entete--light .container-lg::before, .entete--light .container-xl::before {
  display: none;
}

.entete--offre {
  color: #fff;
}

.entete--offre .entete__background img {
  filter: blur(3px);
}

.entete--offre .entete__dates, .entete--offre .entete__type-offre, .entete--offre .entete__categorie-type-offre {
  margin-top: 1em;
}

.entete--offre .entete__dates .autres-dates {
  margin-left: .5em;
  font-size: .75em;
  font-style: italic;
}

.entete--offre .entete__type-offre, .entete--offre .entete__categorie-type-offre {
  text-transform: uppercase;
}

.entete--offre .entete__categorie {
  margin-top: .5em;
}

.entete--offre .entete__categorie img {
  display: block;
  width: auto;
  height: 1.5em;
  margin: 0 auto;
}

.entete--offre .entete__categorie img[src$='.svg'] {
  filter: brightness(0) invert(1);
}

.entete--offre .entete__tarif {
  margin-top: 1em;
}

.entete--offre .entete__tarif sub {
  bottom: 0;
}

.entete--offre .entete__btn {
  align-self: center;
  margin-top: 24px;
}

.home .entete .container-fluid::before, .home .entete .container-sm::before, .home .entete .container-md::before, .home .entete .container-lg::before, .home .entete .container-xl::before {
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.btn, .content-404 a {
  font-family: "TheSans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  /* DECLINAISONS */
}

.btn:focus, .content-404 a:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-gray-200 {
  color: #76b860 !important;
}

.btn-gray-200:hover {
  color: #76b860 !important;
}

.btn-teal, .widget-ar-dispo .submit-btn, .widget-ar-dispo .reset-btn, .content-404 a {
  color: #fff !important;
}

.btn-teal:hover, .widget-ar-dispo .submit-btn:hover, .widget-ar-dispo .reset-btn:hover, .content-404 a:hover {
  color: #fff !important;
}

.btn-beige {
  color: #fff !important;
}

.btn-beige:hover {
  color: #ada186 !important;
  background-color: transparent !important;
}

.btn-outline-teal:hover {
  color: #fff !important;
}

.btn-outline-white:hover, .reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:hover, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:hover, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:hover,
.reservation-banner__modal .widget-ar-dispo .submit-btn:hover {
  color: #76b860;
}

.widget-ar-dispo {
  margin: 24px 0;
  text-align: center;
}

.widget-ar-dispo .open_system_date_input,
.widget-ar-dispo select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 3.125em;
  padding: .8125em 3.5em .8125em 1.25em;
  background-color: #f5f2ee;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto .625em;
  border: 0;
  border-radius: 1.562em;
  line-height: 1.5;
  color: #1b1b1b;
}

.widget-ar-dispo .open_system_date_input {
  background-image: url(icons/teal/calendar.svg);
  background-size: auto 1.5em;
}

.widget-ar-dispo .open_system_date_input::-webkit-calendar-picker-indicator {
  display: none;
}

.widget-ar-dispo select {
  background-image: url(icons/dropdown--teal.svg);
}

.widget-ar-dispo select[name=open_system_field_duration] {
  background-image: url(icons/duration.svg);
  background-size: auto 1.5em;
}

.widget-ar-dispo__titre {
  width: 100%;
  margin-top: 16px;
  font-family: "TheSans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.widget-ar-dispo .open_system_item,
.widget-ar-dispo select[name=pre-select],
.widget-ar-dispo select[name=alt-select] {
  margin-top: 1em;
}

.widget-ar-dispo .open_system_field_dates .open_system_date_duration {
  margin-top: 1em;
}

.widget-ar-dispo .submit-btn {
  display: table;
  height: 3.125em;
  margin: 1em auto 0;
}

.widget-ar-dispo .reset-btn {
  display: table;
  width: 3.125em;
  height: 3.125em;
  color: transparent !important;
  padding: 0;
  margin: 1em auto 0;
  background-image: url(icons/reset--white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.75rem 1.75rem;
}

.widget-ar-dispo .reset-btn:hover {
  color: transparent !important;
}

.widget-ar-dispo .open_system_submit {
  text-align: center;
  display: flex;
}

.widget-ar-dispo .open_system_submit .submit-btn {
  margin: 0 auto;
}

.widget-ar-dispo .open_system_submit .submit-btn:nth-last-child(2) {
  margin-right: 16px;
}

.widget-ar-dispo .open_system_submit .reset-btn {
  margin: 0 auto;
}

.widget-ar-dispo .open_system_submit .reset-btn:nth-child(2) {
  margin-left: 16px;
}

.widget-ar-produit {
  margin: 40px 0;
}

.widget-ar-produit .WidgetDirect {
  margin-top: 24px;
}

.widget-ar-produit .OsMoteurBody {
  padding: 24px 16px;
}

.card {
  position: relative;
}

.card a:not(.btn) {
  color: inherit;
}

.card a:not(.btn):hover {
  text-decoration: none;
}

.card__vignette {
  background-color: #1b1b1b;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.card__vignette::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-color: rgba(27, 27, 27, 0.3);
  position: relative;
  transition: background-color .2s;
}

.card__vignette::before,
.card__vignette .layer {
  z-index: 2;
}

.card__vignette img,
.card__vignette .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card__vignette img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.elementor .card__vignette img {
  max-width: none;
  height: 100%;
}

.card__vignette .dates-sticker__body {
  padding: .125em .5em;
  background-color: #76b860;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}

.card__vignette .dates-sticker__body,
.card__vignette .dates-sticker__body .autres-dates {
  transition: all .2s;
}

.card__vignette .dates-sticker__body .autres-dates {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 3px;
  padding: .125em .5em;
  background-color: rgba(118, 184, 96, 0.8);
  color: #fff;
  font-size: 0.75em;
  z-index: 5;
}

.card__vignette .dates-sticker__tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #76b860;
  color: #fff;
  overflow-y: auto;
  z-index: 20;
  transition: opacity .2s, z-index 0s;
}

.card__vignette .dates-sticker__tooltip:not(.active) {
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  transition: opacity .2s, z-index 0s .2s;
}

.card__vignette .dates-sticker__tooltip .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid;
  border-radius: 50%;
  color: inherit;
  z-index: 5;
}

.card__vignette .dates-sticker__tooltip .close::before, .card__vignette .dates-sticker__tooltip .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .625em;
  border-top: 2px solid;
}

.card__vignette .dates-sticker__tooltip .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.card__vignette .dates-sticker__tooltip .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.card__vignette .dates-sticker__tooltip .close:hover {
  opacity: 1;
}

.leaflet-container .card__vignette .dates-sticker {
  display: none;
}

.card__vignette .icon-coup-de-coeur {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 3.25em;
  color: #fff;
  z-index: 5;
}

.card__vignette .layer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  z-index: 5;
}

.card__vignette .layer .__btn {
  display: none;
  margin-top: 1rem;
}

.card__vignette .layer a,
.card__vignette .layer .h2,
.card__vignette .layer .reservation-banner__modal .widget-ar-dispo__titre,
.reservation-banner__modal .card__vignette .layer .widget-ar-dispo__titre {
  font-family: "TheSans", sans-serif;
  font-weight: 600;
}

.card__body {
  padding: 16px;
}

.card--cross-selling .card__vignette::before {
  padding-top: 102.85%;
}

.card--cross-selling .card__vignette .layer .titre {
  text-transform: none;
  font-weight: 800;
}

.card--cross-selling .card__vignette .layer .commune {
  margin-top: .5em;
  text-transform: uppercase;
}

.card--cross-selling .card__vignette .layer .btn, .card--cross-selling .card__vignette .layer .content-404 a, .content-404 .card--cross-selling .card__vignette .layer a {
  margin-top: 1em;
}

.card--sommaire .card__vignette:last-child, .card--documents .card__vignette:last-child {
  margin-top: 2rem;
}

.card--sommaire .card__vignette .layer::before, .card--sommaire .card__vignette .layer::after, .card--documents .card__vignette .layer::before, .card--documents .card__vignette .layer::after {
  content: "";
  flex: 1;
  max-height: 0;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card--sommaire .card__vignette:hover, .card--documents .card__vignette:hover {
  box-shadow: -60px -50px #ede8e0;
  transition: box-shadow 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card--sommaire .card__vignette:hover .layer::before, .card--sommaire .card__vignette:hover .layer::after, .card--documents .card__vignette:hover .layer::before, .card--documents .card__vignette:hover .layer::after {
  max-height: 50%;
}

.card--sommaire .card__vignette:hover .layer .__btn, .card--documents .card__vignette:hover .layer .__btn {
  display: inline-block;
  animation: opacity .3s linear;
  transition: transform .3s ease;
}

.card--sommaire .card__vignette:hover .layer .__btn:hover, .card--documents .card__vignette:hover .layer .__btn:hover {
  color: #1b1b1b;
  transform: scale(1.1);
}

.card--sommaire .card__vignette:hover::before, .card--documents .card__vignette:hover::before {
  background-color: rgba(118, 184, 96, 0.8);
}

.card--documents .card__vignette::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.card--documents .card__vignette .layer a,
.card--documents .card__vignette .layer .h2,
.card--documents .card__vignette .layer .reservation-banner__modal .widget-ar-dispo__titre,
.reservation-banner__modal .card--documents .card__vignette .layer .widget-ar-dispo__titre {
  font-size: 25px;
  width: 78%;
}

.card--documents .card__vignette .layer .icon-pdf {
  width: 5rem;
  height: 5rem;
  color: #76b860;
  background: radial-gradient(#fff 65%, rgba(0, 0, 0, 0) 0%);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card--documents .card__vignette .layer .layer__category {
  width: 60%;
}

.card--documents .card__vignette .layer .layer--date {
  font-style: italic;
}

.card--documents .card__vignette:hover .layer .icon-pdf {
  color: #fff;
  background: radial-gradient(#76b860 65%, rgba(0, 0, 0, 0) 0%);
}

.card--push-menu .card__vignette::before {
  padding-top: 92.6%;
}

.card--push-menu .card__vignette .layer {
  justify-content: center;
}

.card--push-menu .card__vignette .titre {
  font-size: 20px;
}

.card--push-menu .card__vignette .texte {
  display: none;
  font-size: 14px;
}

.card--search-result {
  border: 1px solid #f5f2ee;
  padding: 16px 0;
  flex-direction: row;
}

.card--search-result > div {
  position: static;
}

.card--search-result .titre {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.card--search-result .titre a {
  color: #212529;
}

.card--search-result .titre a::after {
  z-index: 5;
}

.card--search-result .metas img {
  display: inline-block;
  width: auto;
  height: 1.1em;
  vertical-align: -.1em;
}

.card--search-result .metas img + img {
  margin-left: .5em;
}

.card--search-result .descriptif p {
  margin-bottom: 0;
}

.card--search-result .btn, .card--search-result .content-404 a, .content-404 .card--search-result a {
  margin-top: 20px;
}

.card--search-result:hover .btn-green {
  background-color: #f6c243;
  border-color: #f6c243;
}

.card--listing-tis {
  border-bottom: 5px solid #f5f2ee;
  padding-bottom: 18px;
}

.card--listing-tis .stretched-link::after {
  z-index: 10;
}

.card--listing-tis .card__vignette::before {
  padding-top: 77.14%;
  background-color: transparent;
}

.card--listing-tis .card__vignette::after {
  content: "+";
  color: #76b860;
  font-family: "TheSans", sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 51px;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.card--listing-tis .card__body {
  text-align: center;
  padding: 18px 12px 0;
}

.card--listing-tis .card__body .titre {
  font-size: 1.25em;
  margin: 0;
}

.card--listing-tis .card__body .classement {
  color: #76b860;
  font-style: italic;
  line-height: 1.375em;
  margin-top: 2px;
}

.card--listing-tis .card__body .classement img,
.card--listing-tis .card__body .classement span {
  height: 1.375em;
  display: inline-block;
  vertical-align: top;
}

.card--listing-tis .card__body .commune {
  margin-top: 15px;
}

.card--listing-tis .card__action {
  text-align: center;
  margin-top: 15px;
}

.card--listing-tis .card__action .btn, .card--listing-tis .card__action .content-404 a, .content-404 .card--listing-tis .card__action a {
  padding-left: 2.813em;
  padding-right: 2.813em;
  position: relative;
  z-index: 10;
}

.card--listing-tis .card__action .btn svg, .card--listing-tis .card__action .content-404 a svg, .content-404 .card--listing-tis .card__action a svg {
  font-size: 1.125em;
  margin: -0.3em 0 0 15px;
}

.card--listing-tis:hover .card__vignette::before {
  background-color: rgba(118, 184, 96, 0.85);
}

.card--listing-tis:hover .card__vignette::after {
  top: 50%;
  opacity: 1;
}

.card--listing-tis:hover .card__vignette .dates-sticker__body,
.card--listing-tis:hover .card__vignette .dates-sticker .autres-dates,
.card--listing-tis:hover .card__vignette .tarif {
  background-color: #fff;
  color: #76b860;
}

.pagination .nav-links, .facetwp-facet-pagination {
  margin: 24px 0 0;
  text-align: center;
}

.pagination .page-numbers, .facetwp-facet-pagination .facetwp-page {
  color: #212529;
  font-family: "TheSans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.875em;
  width: 1.875em;
  height: 1.875em;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

.pagination .page-numbers:hover, .facetwp-facet-pagination .facetwp-page:hover {
  color: #76b860;
  text-decoration: none;
}

.pagination .current.page-numbers, .facetwp-facet-pagination .current.facetwp-page, .pagination .active.page-numbers, .facetwp-facet-pagination .active.facetwp-page {
  color: #fff;
  font-weight: 800;
  background-color: #76b860;
  border-radius: 50%;
  cursor: default;
}

.pagination .current.page-numbers:hover, .facetwp-facet-pagination .current.facetwp-page:hover, .pagination .active.page-numbers:hover, .facetwp-facet-pagination .active.facetwp-page:hover {
  color: #fff;
}

.pagination .prev.page-numbers, .facetwp-facet-pagination .prev.facetwp-page, .pagination .next.page-numbers, .facetwp-facet-pagination .next.facetwp-page {
  font-size: 1.250em;
  line-height: 1.500em;
  width: 1.500em;
  height: 1.500em;
}

.block-editor-block-list__layout .inserts a {
  pointer-events: none;
  text-decoration: none;
}

.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  list-style: none;
  padding: 0;
}

.gutenberg p,
.block-editor-block-list__layout p {
  margin: 1.5em auto;
  color: #717171;
}

.gutenberg p strong,
.gutenberg p b,
.block-editor-block-list__layout p strong,
.block-editor-block-list__layout p b {
  font-weight: 700;
}

.gutenberg p strong span,
.gutenberg p b span,
.block-editor-block-list__layout p strong span,
.block-editor-block-list__layout p b span {
  font-weight: 700;
}

.gutenberg p a:not([href*="tel:"]),
.block-editor-block-list__layout p a:not([href*="tel:"]) {
  text-decoration: underline;
  color: inherit;
  overflow-wrap: break-word;
}

.gutenberg ul,
.gutenberg ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.gutenberg ul li,
.gutenberg ol li,
.block-editor-block-list__layout ul li,
.block-editor-block-list__layout ol li {
  padding-left: 2.5em;
  color: #717171;
}

.gutenberg ul li::before,
.gutenberg ol li::before,
.block-editor-block-list__layout ul li::before,
.block-editor-block-list__layout ol li::before {
  font-size: 1rem;
}

.gutenberg ul li + li,
.gutenberg ol li + li,
.block-editor-block-list__layout ul li + li,
.block-editor-block-list__layout ol li + li {
  margin-top: .5em;
}

.gutenberg ul > li:before,
.block-editor-block-list__layout ul > li:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: -1.25em;
  margin-right: .75em;
  background-color: #ada186;
  border-radius: 50%;
  vertical-align: .125em;
}

.gutenberg ol,
.block-editor-block-list__layout ol {
  counter-reset: puces;
}

.gutenberg ol > li,
.block-editor-block-list__layout ol > li {
  counter-increment: puces;
}

.gutenberg ol > li:before,
.block-editor-block-list__layout ol > li:before {
  content: counter(puces);
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: -2em;
  margin-right: .75em;
  background-color: #ada186;
  border-radius: 50%;
  font-family: "TheSans", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.25em;
}

.gutenberg figcaption,
.block-editor-block-list__layout figcaption {
  font-size: smaller;
}

.gutenberg .has-black-color,
.block-editor-block-list__layout .has-black-color {
  color: #1b1b1b;
}

.gutenberg .has-black-background-color,
.block-editor-block-list__layout .has-black-background-color {
  background-color: #1b1b1b;
}

.gutenberg .has-green-color,
.block-editor-block-list__layout .has-green-color {
  color: #28a745;
}

.gutenberg .has-green-background-color,
.block-editor-block-list__layout .has-green-background-color {
  background-color: #28a745;
}

.gutenberg .has-teal-color,
.block-editor-block-list__layout .has-teal-color {
  color: #76b860;
}

.gutenberg .has-teal-background-color,
.block-editor-block-list__layout .has-teal-background-color {
  background-color: #76b860;
}

.gutenberg .has-darkgreen-color,
.block-editor-block-list__layout .has-darkgreen-color {
  color: #3f7426;
}

.gutenberg .has-darkgreen-background-color,
.block-editor-block-list__layout .has-darkgreen-background-color {
  background-color: #3f7426;
}

.gutenberg .has-gray-200-color,
.block-editor-block-list__layout .has-gray-200-color {
  color: #f5f2ee;
}

.gutenberg .has-gray-200-background-color,
.block-editor-block-list__layout .has-gray-200-background-color {
  background-color: #f5f2ee;
}

.gutenberg .has-gray-300-color,
.block-editor-block-list__layout .has-gray-300-color {
  color: #f5f2ee;
}

.gutenberg .has-gray-300-background-color,
.block-editor-block-list__layout .has-gray-300-background-color {
  background-color: #f5f2ee;
}

.gutenberg .has-white-color,
.block-editor-block-list__layout .has-white-color {
  color: #fff;
}

.gutenberg .has-white-background-color,
.block-editor-block-list__layout .has-white-background-color {
  background-color: #fff;
}

.gutenberg .has-red-color,
.block-editor-block-list__layout .has-red-color {
  color: #d95623;
}

.gutenberg .has-red-background-color,
.block-editor-block-list__layout .has-red-background-color {
  background-color: #d95623;
}

.gutenberg .has-yellow-color,
.block-editor-block-list__layout .has-yellow-color {
  color: #f6c243;
}

.gutenberg .has-yellow-background-color,
.block-editor-block-list__layout .has-yellow-background-color {
  background-color: #f6c243;
}

.gutenberg .has-beige-color,
.block-editor-block-list__layout .has-beige-color {
  color: #ada186;
}

.gutenberg .has-beige-background-color,
.block-editor-block-list__layout .has-beige-background-color {
  background-color: #ada186;
}

.gutenberg .has-darkbeige-color,
.block-editor-block-list__layout .has-darkbeige-color {
  color: #ede8e0;
}

.gutenberg .has-darkbeige-background-color,
.block-editor-block-list__layout .has-darkbeige-background-color {
  background-color: #ede8e0;
}

.elementor-page .elementor-section-boxed .elementor-container {
  padding-left: 16px;
  padding-right: 16px;
}

.elementor-page .elementor-section-boxed .elementor-container .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor-page .elementor-heading-title {
  line-height: 1.2;
}

.elementor-page .elementor-widget-text-editor .elementor-widget-container a {
  color: #76b860;
  text-decoration: underline;
}

.elementor-page .elementor h2,
.elementor-page .elementor h3 {
  margin-bottom: 1rem;
}

.elementor-page .elementor p {
  color: #717171;
}

.elementor-page .elementor p strong,
.elementor-page .elementor p b {
  font-weight: 700;
}

.elementor-page .elementor p strong span,
.elementor-page .elementor p b span {
  font-weight: 700;
}

.elementor-page .elementor ul:not(.elementor-editor-element-settings),
.elementor-page .elementor ol:not(.elementor-editor-element-settings) {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.elementor-page .elementor ul:not(.elementor-editor-element-settings) li,
.elementor-page .elementor ol:not(.elementor-editor-element-settings) li {
  padding-left: 2.5em;
  color: #717171;
}

.elementor-page .elementor ul:not(.elementor-editor-element-settings) li::before,
.elementor-page .elementor ol:not(.elementor-editor-element-settings) li::before {
  font-size: 1rem;
}

.elementor-page .elementor ul:not(.elementor-editor-element-settings) li + li,
.elementor-page .elementor ol:not(.elementor-editor-element-settings) li + li {
  margin-top: .5em;
}

.elementor-page .elementor ul:not(.elementor-editor-element-settings) > li:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: -1.25em;
  margin-right: .75em;
  background-color: #ada186;
  border-radius: 50%;
  vertical-align: .125em;
}

.elementor-page .elementor ol:not(.elementor-editor-element-settings) {
  counter-reset: puces;
}

.elementor-page .elementor ol:not(.elementor-editor-element-settings) > li {
  counter-increment: puces;
}

.elementor-page .elementor ol:not(.elementor-editor-element-settings) > li:before {
  content: counter(puces);
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: -2em;
  margin-right: .75em;
  background-color: #ada186;
  border-radius: 50%;
  font-family: "TheSans", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.25em;
}

.elementor-page:not(.privacy-policy) {
  /* =======================
	GÉNÉRAL
	======================= */
  /* MARGES */
  /* TITRE 2 STYLES */
  /* BOUTON */
  /* =======================
	Bloc 1 - Texte introductif
	======================= */
  /* =======================
	Bloc 2 - Visuels imbriqués + texte gauche
	======================= */
  /* =======================
	Bloc 3 - Visuel gauche + texte droite
	======================= */
  /* =======================
	Bloc 3 bis - Texte gauche + visuel droite
	======================= */
  /* =======================
	Bloc 4 - Texte full page
	======================= */
  /* =======================
	Bloc 5 - Visuel full page + texte gauche
	======================= */
  /* =======================
	Bloc 6 – Bloc informatif
	======================= */
  /* =======================
	Bloc 7 - Playlist
	======================= */
  /* =======================
	Bloc 8 – Carrousel full page
	======================= */
  /* =======================
	Bloc 9 – Carrousel 3 par 3
	======================= */
  /* =======================
	Bloc 10 - Texte en 2 colonnes
	======================= */
  /* =======================
	Bloc 11 - Vidéo
	======================= */
  /* =======================
	Bloc 12 – Téléchargement doc (texte gauche + visuel droite)
	======================= */
  /* =======================
	Bloc 12 bis – Téléchargement doc (visuel gauche + texte droite)
	======================= */
  /* =======================
	Bloc 13 - Visuel
	======================= */
  /* =======================
	Bloc 14 - Sommaire
	======================= */
}

.elementor-page:not(.privacy-policy) .elementor-section .elementor-column-wrap {
  padding: 0 !important;
}

.elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section,
.elementor-page:not(.privacy-policy) .elementor > .elementor-section {
  margin: 40px 0;
}

.elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section .elementor-widget-wrap > .elementor-section:not(:first-child),
.elementor-page:not(.privacy-policy) .elementor > .elementor-section .elementor-widget-wrap > .elementor-section:not(:first-child) {
  margin-top: 40px;
}

.elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section-boxed .elementor-section-boxed,
.elementor-page:not(.privacy-policy) .elementor > .elementor-section-boxed .elementor-section-boxed {
  padding: 0;
}

.elementor-page:not(.privacy-policy) .elementor-widget-text-editor {
  margin-bottom: 0;
}

.elementor-page:not(.privacy-policy) .elementor-widget-text-editor:not(:last-child) {
  margin-bottom: 0;
}

.elementor-page:not(.privacy-policy) .elementor-widget-text-editor .elementor-widget-container {
  text-align: center;
}

.elementor-page:not(.privacy-policy) .elementor-widget-text-editor .elementor-widget-container h3 {
  color: #76b860;
  font-weight: normal;
}

.elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor {
  margin-top: 15px;
  margin-bottom: 15px !important;
}

.elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor .elementor-widget-container h2 {
  text-align: center;
}

.elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor .elementor-widget-container h2 strong,
.elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor .elementor-widget-container h2 b {
  color: #ada186;
  display: block;
}

.elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h1 strong,
.elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h1 b,
.elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h2 strong,
.elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h2 b {
  color: #ada186;
  display: block;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .lien, .elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media {
  border: 0;
  border-radius: 35px;
  font-family: "TheSans", sans-serif;
  color: #76b860;
  transition-duration: .15s;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .lien a, .elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media a {
  padding: 10px 40px;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "TheSans", sans-serif;
  font-weight: bold;
  color: inherit;
  border: 1px solid #76b860;
  border-radius: 35px;
  background-color: transparent;
  transition-duration: 0s;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .lien:hover, .elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media:hover {
  background-color: #76b860;
  color: #fff;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media {
  display: inline-block;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media::before {
  border-radius: 0;
  line-height: normal;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media.pdf::before {
  content: '';
  width: 20px;
  background-image: url(icons/pdf-green.svg);
  background-size: 20px 25px;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media.pdf:hover::before {
  background-image: url(icons/pdf-white.svg);
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media a {
  padding-left: 35px;
}

.elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton .media a span {
  line-height: normal;
  color: inherit;
  font-family: "TheSans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  transition-duration: 0s;
}

.elementor-page:not(.privacy-policy) .bloc1 .elementor-widget-text-editor .elementor-widget-container {
  text-align: center;
}

.elementor-page:not(.privacy-policy) .bloc1 .elementor-widget-text-editor .elementor-widget-container li {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_img {
  order: 1;
  margin-bottom: 50px;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_img .zone_col1 {
  position: relative;
  width: 50%;
  z-index: 2;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_img .zone_col2 {
  position: relative;
  width: 50%;
  z-index: 1;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_img .zone_col2 .elementor-widget-wrap .elementor-widget-image {
  position: absolute;
  width: calc(100% + 20px);
  top: 25px;
  right: 0;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_txt {
  order: 2;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 {
  margin-top: 0;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 .elementor-widget-text-editor .elementor-widget-container {
  text-align: center;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 .elementor-widget-fs-widget-bouton .fs-bouton {
  text-align: center;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 .elementor-widget-fs-widget-bouton .fs-bouton:hover {
  background-color: #fff;
  color: #76b860;
}

.elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col2 {
  display: none;
}

.elementor-page:not(.privacy-policy) .bloc3 .zone_col1 {
  order: 1;
  margin-bottom: 30px;
}

.elementor-page:not(.privacy-policy) .bloc3 .zone_col2 {
  order: 2;
  padding-left: 0;
}

.elementor-page:not(.privacy-policy) .bloc3bis .zone_col1 {
  order: 2;
  padding-right: 0;
}

.elementor-page:not(.privacy-policy) .bloc3bis .zone_col2 {
  order: 1;
  margin-bottom: 30px;
}

.elementor-page:not(.privacy-policy) .bloc5 {
  padding: 30px;
  /* =======================
		Bloc 5 bis – Visuel full page + texte droite
		======================= */
}

.elementor-page:not(.privacy-policy) .bloc5 .elementor-background-slideshow::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}

.elementor-page:not(.privacy-policy) .bloc5 .zone_txt {
  display: flex;
  width: 100%;
  text-align: center;
  min-height: 300px;
}

.elementor-page:not(.privacy-policy) .bloc5 .zone_txt > .elementor-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.elementor-page:not(.privacy-policy) .bloc5 .zone_txt .elementor-widget-text-editor .elementor-widget-container {
  color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc5 .zone_txt .elementor-widget-text-editor .elementor-widget-container p {
  color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc5 .zone_txt .elementor-widget-text-editor .elementor-widget-container ul li,
.elementor-page:not(.privacy-policy) .bloc5 .zone_txt .elementor-widget-text-editor .elementor-widget-container ol li {
  color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc5 .elementor-widget-fs-widget-bouton .fs-bouton .lien a {
  color: #fff;
  border-color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc5 .elementor-widget-fs-widget-bouton .fs-bouton .lien a:hover {
  background-color: #fff;
  color: #76b860;
}

.elementor-page:not(.privacy-policy) .bloc6 {
  background-color: #76b860;
  padding: 30px 15px;
}

.elementor-page:not(.privacy-policy) .bloc6 a {
  color: inherit;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container {
  text-align: center;
  color: #1b1b1b;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container h3 {
  color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container p,
.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container li {
  color: inherit;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container li {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container li::before {
  background-color: #212529;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton {
  text-align: center;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton .media a,
.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton .lien a {
  color: #fff;
  border-color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton .media:hover a,
.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton .lien:hover a {
  background-color: #fff;
  color: #76b860;
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton .media::before {
  background-image: url(icons/pdf-white.svg);
}

.elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-fs-widget-bouton .fs-bouton .media:hover::before {
  background-image: url(icons/pdf-green.svg);
  z-index: 10;
}

.elementor-page:not(.privacy-policy) .bloc7 .elementor-section {
  margin-top: 0 !important;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist {
  margin-top: 20px;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list {
  margin: 0 -16px;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .list > .el-list {
  margin: 16px;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-carousel {
  padding: 0;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-item {
  padding: 0;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-nav {
  margin-top: 0;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #76b860;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-nav button span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-nav button.owl-prev {
  background: url(icons/left-arrow-green.svg) no-repeat center center/contain;
}

.elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-nav button.owl-next {
  background: url(icons/right-arrow-green.svg) no-repeat center center/contain;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper {
  margin-bottom: 95px;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-bg {
  background-color: transparent;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner {
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents {
  width: 100%;
  max-width: none;
  padding: 0 30px 30px 30px;
  z-index: 1;
  text-align: center;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  font-family: "TheSans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
  margin-bottom: 0;
  font-family: "TheSans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-button {
  display: none;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button {
  top: auto;
  bottom: -90px;
  left: auto;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button i {
  display: none;
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
  right: calc(50% + 10px);
  background-image: url(icons/left-arrow-green.svg);
}

.elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
  left: calc(50% + 10px);
  background-image: url(icons/right-arrow-green.svg);
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper {
  margin-bottom: 95px;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-bg {
  background-color: transparent;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner {
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents {
  width: 100%;
  max-width: none;
  padding: 0 30px 30px 30px;
  z-index: 1;
  text-align: center;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  font-family: "TheSans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
  margin-bottom: 0;
  font-weight: normal;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-button {
  display: none;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  top: auto;
  bottom: -90px;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button i {
  display: none;
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: auto;
  right: calc(50% + 10px);
  background-image: url(icons/left-arrow-green.svg);
}

.elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
  left: calc(50% + 10px);
  background-image: url(icons/right-arrow-green.svg);
}

.elementor-page:not(.privacy-policy) .bloc11 {
  background-color: #ede8e0;
  padding: 0;
  margin-top: 30px;
}

.elementor-page:not(.privacy-policy) .bloc11::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 0;
  background-color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc11 .section_boxed .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(icons/play_green.svg);
}

.elementor-page:not(.privacy-policy) .bloc11 .section_boxed .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
  display: none;
}

.elementor-page:not(.privacy-policy) .bloc11 .section_boxed .elementor-widget-text-editor {
  margin-top: 10px;
}

.elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col1 {
  order: 2;
  z-index: 2;
}

.elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col2 {
  position: relative;
  order: 1;
  z-index: 1;
  margin-bottom: 30px;
}

.elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col2 .elementor-widget-wrap .elementor-widget-image {
  z-index: 1;
}

.elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col1 {
  order: 1;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col1 .elementor-widget-wrap .elementor-widget-image {
  z-index: 1;
}

.elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col2 {
  order: 2;
  z-index: 2;
}

.elementor-page:not(.privacy-policy) .bloc13 {
  background-color: #ede8e0;
  padding: 0;
  margin-top: 30px;
}

.elementor-page:not(.privacy-policy) .bloc13::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 0;
  background-color: #fff;
}

.elementor-page:not(.privacy-policy) .bloc13 .section_boxed .elementor-widget-text-editor {
  margin-top: 10px;
}

.elementor-page:not(.privacy-policy) .bloc14 {
  margin-top: 30px;
}

.elementor-page:not(.privacy-policy) .bloc14 .titre.elementor-widget-text-editor {
  margin-bottom: 0 !important;
}

.elementor-page:not(.privacy-policy) .bloc14 .section_boxed {
  padding: 0;
}

.elementor-page:not(.privacy-policy) .bloc14 .section_boxed .elementor-widget-fs-widget-sommaire .listing-sommaire {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.elementor-page:not(.privacy-policy) .bloc14 .section_boxed .elementor-widget-fs-widget-sommaire .listing-sommaire .card {
  background-color: transparent;
}

.elementor-page:not(.privacy-policy) .bloc14 .section_boxed .elementor-widget-fs-widget-sommaire .listing-sommaire .card .card__vignette {
  margin-top: 0;
  margin-bottom: 30px;
}

.elementor-page:not(.privacy-policy) .bloc14 .section_boxed .elementor-widget-fs-widget-sommaire .listing-sommaire .card .card__vignette:hover {
  box-shadow: none;
}

.elementor-page:not(.privacy-policy) .bloc14 .section_boxed .elementor-widget-fs-widget-sommaire .listing-sommaire .card .card__vignette .layer {
  margin-top: 0;
}

.slick-dots {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 14px -4px -2px;
  padding: 0;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 2px 4px;
  font-size: 0;
}

.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 50%;
  transition: border-width .15s linear;
}

.slick-dots li.slick-active button {
  border-width: 7px;
}

.sync-sliders {
  margin: 32px auto;
}

.sync-sliders__texte {
  padding: 32px 16px;
  text-align: center;
  position: relative;
}

.sync-sliders__texte::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ede8e0;
  z-index: -1;
}

.sync-sliders__texte > *:not(:first-child) {
  margin-top: 24px;
}

.sync-sliders__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sync-sliders__arrows .slick-arrow {
  color: #76b860;
  background: #fff;
  background: radial-gradient(#fff 65%, rgba(0, 0, 0, 0) 65%);
  border-radius: 50%;
}

.sync-sliders__arrows .slick-arrow:not(:first-child) {
  margin-left: 16px;
}

.sync-sliders__arrows .slick-arrow .icon {
  display: block;
  width: 50px;
  height: 50px;
}

.sync-sliders__arrows .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -58px;
}

.sync-sliders__arrows .slick-arrow.slick-next {
  right: 50%;
  margin-right: -58px;
}

.sync-sliders__slider-slide {
  margin: 0 -16px;
}

.sync-sliders__slider-slide .slick-slide {
  margin: 0 16px;
}

.sync-sliders__slider-fade .slick-slide {
  position: relative;
  overflow: hidden;
}

.sync-sliders__slider-fade .slick-slide::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.66667%;
}

.sync-sliders__slider-fade .slick-slide > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

_:-ms-input-placeholder,
:root .sync-sliders__slider-fade .slick-slide > * {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
}

.sync-sliders--rtl .sync-sliders__texte::before {
  left: auto;
  right: 0;
}

.modal-open .modal {
  z-index: 100000;
}

.modal-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "TheSans", sans-serif;
}

.modal-body {
  padding: 0;
}

.modal-body__image {
  position: relative;
  overflow: hidden;
}

.modal-body__image::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.66667%;
}

.modal-body__image > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

_:-ms-input-placeholder,
:root .modal-body__image > * {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
}

.modal-body__texte {
  padding: 16px;
}

.modal-body__texte p:first-child {
  margin-top: 0;
}

.modal-body__texte p:last-child {
  margin-bottom: 0;
}

.modal-footer {
  padding: 1em 0 0;
}

.reservation-banner {
  color: #fff;
  text-align: center;
}

.reservation-banner a {
  color: inherit;
}

.reservation-banner__body {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background-color: #76b860;
  z-index: 1030;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: all .3s;
}

.reservation-banner__body button {
  font-family: "Dancing Script", cursive;
  font-size: 1.625em;
}

.reservation-banner__modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 64px 16px;
  background-color: #76b860;
  opacity: 0;
  z-index: -2000;
  pointer-events: none;
  transition: opacity .3s;
}

.reservation-banner__modal .container {
  max-width: 452px;
}

.reservation-banner__modal .fermer {
  display: table;
  margin: 0 -16px 16px auto;
}

.reservation-banner__modal .fermer .icon {
  display: block;
  font-size: 2.5em;
}

.reservation-banner__modal .widget-ar-dispo {
  text-align: center;
}

.reservation-banner__modal .widget-ar-dispo .container,
.reservation-banner__modal .widget-ar-dispo .open_system_widget {
  display: block;
}

.reservation-banner__modal .widget-ar-dispo .open_system_item,
.reservation-banner__modal .widget-ar-dispo select[name=pre-select],
.reservation-banner__modal .widget-ar-dispo select[name=alt-select] {
  margin: 0;
}

.reservation-banner__modal .widget-ar-dispo__titre {
  text-transform: uppercase;
  font-weight: 300;
}

.reservation-banner__modal .widget-ar-dispo input[type=text],
.reservation-banner__modal .widget-ar-dispo select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: .8em;
  padding: .4em 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  font-family: "TheSans", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: inherit;
}

.reservation-banner__modal .widget-ar-dispo select {
  padding-right: 1.5em;
  background: url(icons/dropdown.svg) no-repeat right center/auto 0.5em;
}

.reservation-banner__modal .widget-ar-dispo .open_system_field_dates {
  display: flex;
}

.reservation-banner__modal .widget-ar-dispo .open_system_field_dates > * {
  width: 100%;
}

.reservation-banner__modal .widget-ar-dispo .open_system_field_dates > *:not(:first-child) {
  margin-left: 32px;
}

.reservation-banner__modal .widget-ar-dispo .open_system_submit .btn, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a,
.reservation-banner__modal .widget-ar-dispo .submit-btn {
  margin: 24px auto 0;
  background-color: transparent;
}

.reservation-banner__modal .widget-ar-dispo .open_system_submit .btn:hover, .reservation-banner__modal .widget-ar-dispo .open_system_submit .content-404 a:hover, .content-404 .reservation-banner__modal .widget-ar-dispo .open_system_submit a:hover,
.reservation-banner__modal .widget-ar-dispo .submit-btn:hover {
  color: #76b860 !important;
}

.reservation-banner.active:not(.open) .reservation-banner__body {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reservation-banner.open .reservation-banner__modal {
  opacity: 1;
  z-index: 9999999999;
  pointer-events: auto;
}

.leaflet-marker-pane .marker {
  display: flex;
  align-items: flex-end;
}

.leaflet-marker-pane .marker .pin {
  background-color: transparent;
  background-image: url("icons/leaflet_pin.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  border-radius: 0;
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 49px;
  margin: 0 auto;
  transform: rotate(0);
  transition: background-image .3s;
}

.leaflet-marker-pane .marker .pin .content {
  display: none;
}

.leaflet-marker-pane .marker.sync-hover .pin, .leaflet-marker-pane .marker:hover .pin {
  background-image: url("icons/teal/leaflet_pin.svg");
}

.leaflet-popup-pane .leaflet-popup {
  margin-bottom: -18px;
}

.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
}

.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 0.750rem;
  width: 200px !important;
  margin: 0;
}

.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .card--listing-tis {
  border-bottom: 0;
  padding-bottom: 18px;
}

.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .card--listing-tis .card__body {
  text-align: center;
}

.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .card--listing-tis .card__body .titre {
  line-height: 1;
  display: block;
}

.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .card--listing-tis .card__action {
  display: none;
}

.leaflet-popup-pane .leaflet-popup a.leaflet-popup-close-button {
  color: #212529;
  font-size: 1rem;
  line-height: 1.4em;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  z-index: 5;
}

.leaflet-popup-pane .leaflet-popup a.leaflet-popup-close-button:hover {
  color: #76b860;
}

.listing .facette.empty {
  display: none !important;
}

.listing__filtres {
  margin-top: 20px;
  /*.facettes__form {
			margin-bottom: $grid-gutter-width / 2;

			@media (min-width: map-get($grid-breakpoints, md)) {
				margin-bottom: 0;
			}
		}*/
}

.listing__filtres .container .facettes {
  margin: -8px;
  display: flex;
  flex-direction: column;
}

.listing__filtres .container .facettes__titre {
  color: #76b860;
  font-family: "TheSans", sans-serif;
  font-size: 1.250em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 10px;
}

.listing__filtres .container .facettes__row {
  display: flex;
  flex-direction: column;
}

.listing__filtres .container .facettes__reservation {
  flex: 1;
}

.listing__filtres .container .facettes .facette {
  position: relative;
}

.listing__filtres .container .facettes .facette:not(.facette--checkboxes):not(.facette--radio) {
  margin: 8px;
}

.listing__filtres .container .facettes .facette .facetwp-facet {
  margin-bottom: 0;
  position: relative;
}

.listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio) .fs-wrap .fs-label-wrap .fs-label {
  font-size: 0;
  height: 100%;
  padding: 1.643em 55px 0 15px;
}

.listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio) + .facette__label {
  font-size: 0.875em;
  line-height: 1;
  background-color: #f5f2ee;
  border-radius: 4em;
  width: 100%;
  height: 100%;
  padding: 1.286em 55px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .2s;
}

.listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio).is-loading .fs-wrap .fs-label-wrap .fs-label, .listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio).is-active .fs-wrap .fs-label-wrap .fs-label {
  font-size: inherit;
}

.listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio).is-loading + .facette__label, .listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio).is-active + .facette__label {
  color: #717171;
  font-size: 0.5em;
  padding-top: 0.750em;
  padding-left: 15px;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap {
  width: auto;
  display: block;
  position: relative;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-label-wrap {
  font-size: 0.875em;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 3.571em;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #76b860;
  width: 13px;
  height: 13px;
  top: -5px;
  right: 22px;
  transform: rotate(135deg);
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap.fs-open .fs-arrow {
  top: 5px;
  transform: rotate(315deg);
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown {
  font-size: 0.875em;
  background-color: #f5f2ee;
  border: 4px solid #fff;
  width: 100%;
  top: 100%;
  left: 0;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search {
  border-color: #fff;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search input {
  background-color: transparent;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options {
  padding: 2px 0;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option {
  padding-top: 4px;
  padding-bottom: 4px;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox i {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px;
  border-color: #717171;
  top: 4px;
  bottom: auto;
  transition: all 0.3s ease-in-out;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {
  background-image: url("icons/white/check.svg");
  background-color: #76b860;
  border-color: transparent;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option:hover {
  color: #76b860;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label {
  white-space: normal;
  word-break: normal;
  line-height: 1;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes {
  background-color: transparent;
  border-radius: 0;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  font-size: 0.875em;
  line-height: 1;
  background-color: #f5f2ee;
  background-image: none;
  border-radius: 2em;
  height: 3.571em;
  padding: 1.286em 15px 0 calc(15px + 2em + 10px);
  margin: 8px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 2em;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  filter: brightness(0);
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox.checked::before {
  filter: none;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-accueilpmr .facetwp-checkbox::before {
  background-image: url("icons/accueil-pmr.svg");
  background-size: 90%;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-animauxacceptes .facetwp-checkbox::before {
  background-image: url("icons/animaux-acceptes.svg");
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-enfamille .facetwp-checkbox::before {
  background-image: url("icons/en-famille.svg");
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-reservationenligne .facetwp-checkbox::before {
  background-image: url("icons/reservation-en-ligne.svg");
  background-size: 70%;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-themes .facetwp-checkbox {
  padding-left: 15px;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-themes .facetwp-checkbox.checked {
  color: #fff;
  background-color: #76b860;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .facetwp-autocomplete {
  font-size: 0.875em;
  line-height: 1;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 3.571em;
  padding: 1.643em 15px 1.482em;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .facetwp-autocomplete::-webkit-search-cancel-button, .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .facetwp-autocomplete::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .fcomplete-wrap {
  background-color: #f5f2ee;
  border: 4px solid #fff;
  z-index: 1000;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .fcomplete-wrap .fcomplete-result,
.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .fcomplete-wrap .fcomplete-status {
  font-size: 0.875em;
  line-height: 1;
  padding: 4px 8px;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .fcomplete-wrap .fcomplete-result:hover {
  color: #76b860;
  background-color: transparent;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .facetwp-autocomplete-update {
  display: none;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete:focus-within .fs-wrap .fs-label-wrap .fs-label {
  font-size: inherit;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete:focus-within + .facette__label {
  color: #717171;
  font-size: 0.5em;
  padding-top: 0.750em;
  padding-left: 15px;
}

.listing__filtres .container .facettes .facette .facetwp-facet.facetwp-facet-dates .flatpickr-alt {
  font-size: .875em;
  background: url(icons/calendar.svg) no-repeat right 16px center/auto 1.7em;
  border: none;
  width: 100%;
  height: 3.571em;
  padding: 1.4em 55px .85em 15px;
}

.listing__filtres .facettes__supplementaires {
  background-color: #f5f2ee;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
  position: relative;
  z-index: 10;
}

.listing__filtres .facettes__supplementaires .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio) + .facette__label {
  background-color: #fff;
}

.listing__filtres .facettes__supplementaires .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown {
  background-color: #fff;
  border-color: #f5f2ee;
}

.listing__filtres .facettes__supplementaires .container .facettes .facette .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search {
  border-color: #f5f2ee;
}

.listing__filtres .facettes__supplementaires .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  background-color: #fff;
}

.listing__filtres .facettes__supplementaires .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .fcomplete-wrap {
  background-color: #fff;
  border-color: #f5f2ee;
}

.listing__filtres .btns {
  text-align: center;
  margin: -8px;
}

.listing__filtres .btns .btn, .listing__filtres .btns .content-404 a, .content-404 .listing__filtres .btns a {
  padding-left: 1.438em;
  padding-right: 1.438em;
  margin: 8px;
}

.listing__filtres .btns .btn.btnFiltresOn svg, .listing__filtres .btns .content-404 a.btnFiltresOn svg, .content-404 .listing__filtres .btns a.btnFiltresOn svg {
  font-size: 1.5em;
  margin: -0.5em 0 -0.5em 15px;
}

.listing__filtres .btns .btn.btnFiltresOff svg, .listing__filtres .btns .content-404 a.btnFiltresOff svg, .content-404 .listing__filtres .btns a.btnFiltresOff svg {
  font-size: 1.125em;
  margin: -0.5em 0 -0.5em 15px;
}

.listing__filtres .btns .btn.btn-reset, .listing__filtres .btns .content-404 a.btn-reset, .content-404 .listing__filtres .btns a.btn-reset {
  padding: 0.563em;
}

.listing__filtres .btns .btn.btn-reset svg, .listing__filtres .btns .content-404 a.btn-reset svg, .content-404 .listing__filtres .btns a.btn-reset svg {
  font-size: 1.750em;
}

.facetwp-overlay {
  display: none;
}

#modal_facet_listing {
  background-color: #fff;
}

#modal_facet_listing .modal-dialog {
  max-width: none;
  margin: 0;
}

#modal_facet_listing .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 16px 0 20px;
}

#modal_facet_listing .modal-dialog .modal-content .btn-close {
  font-size: 2em;
  font-weight: 200;
  line-height: 30px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 16px 16px auto;
}

#modal_facet_listing .modal-dialog .modal-content .btns {
  margin-top: 8px;
}

.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 1em 1.25em;
  background: #ede8e0;
  border: none;
  border-radius: 2em;
  color: #1b1b1b;
}

.wpcf7 .wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #ede8e0;
  border: 9px solid #ede8e0;
  border-radius: 50%;
}

.wpcf7 .wpcf7-form input[type=checkbox]:checked {
  background-color: #76b860;
}

.wpcf7 .wpcf7-form .field.floating-label {
  position: relative;
}

.wpcf7 .wpcf7-form .field.floating-label label {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 1em;
  transition: all .2s;
  z-index: 5;
}

.wpcf7 .wpcf7-form .field.floating-label input,
.wpcf7 .wpcf7-form .field.floating-label textarea {
  padding-top: 1.5em;
  padding-bottom: .5em;
}

.wpcf7 .wpcf7-form .field.floating-label:focus-within label, .wpcf7 .wpcf7-form .field.floating-label.active label, .wpcf7 .wpcf7-form .field.floating-label.filled label {
  top: .8em;
  font-size: .625em;
  font-weight: 800;
}

.wpcf7 .wpcf7-form .field a {
  color: inherit;
  text-decoration: underline;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 38px;
  cursor: pointer;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  margin-left: -38px;
  margin-right: 8px;
  vertical-align: -10px;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: .5em;
  font-size: .75em;
  text-align: right;
  font-style: italic;
}

.wpcf7 .wpcf7-form .ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  z-index: 1030;
  opacity: 1;
}

.wpcf7 .wpcf7-form .ajax-loader::before {
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #76b860;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  margin: 0;
  padding: 16px;
  border: 0;
  color: #fff;
  z-index: 1030;
  transition: transform .3s;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  transform: translateY(0);
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #28a745;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: #f6c243;
}

.wpcf7 .wpcf7-form.spam .wpcf7-response-output {
  background-color: #fd7e14;
}

.wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  background-color: #d95623;
}

.widget-fairguest-listing .note {
  font-size: 1.25em;
  line-height: normal;
}

.widget-fairguest-listing .note span {
  font-size: 1.6em;
}

.widget-fairguest-listing .note span.red {
  color: #ee622d;
}

.widget-fairguest-listing .note span.orange {
  color: #ffc001;
}

.widget-fairguest-listing .note span.yellow {
  color: #9fbf04;
}

.widget-fairguest-listing .note span.lightgreen {
  color: #71a63e;
}

.widget-fairguest-listing .note span.green {
  color: #277712;
}

.widget-fairguest-listing > div > div:not(.note) {
  font-size: .75em;
}

.widget-fairguest-listing > div > div:not(.note) a {
  text-decoration: underline;
  position: relative;
  z-index: 15;
}

.widget-fairguest-listing > div > div:not(.note) a:hover {
  text-decoration: underline;
}

.widget-fairguest-detail {
  display: block;
  margin: 32px 0;
}

.widget-fairguest-detail .fairguest-widget {
  margin-top: 24px;
  padding: 0;
}

.widget-fairguest-detail .header {
  height: auto;
  z-index: 0;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link.cookie-statement {
  display: none;
}

.home section h1 b,
.home section .h1 b,
.page-template-accueil section h1 b,
.page-template-accueil section .h1 b {
  color: #ada186;
}

.home section p,
.page-template-accueil section p {
  font-weight: 300;
}

.home section a.btn, .home section .content-404 a, .content-404 .home section a,
.page-template-accueil section a.btn,
.page-template-accueil section .content-404 a,
.content-404 .page-template-accueil section a {
  padding: 13px 30px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
}

.home .entete .header__logo,
.page-template-accueil .entete .header__logo {
  display: block;
  margin: 0 auto;
}

.home .entete .header__logo img,
.page-template-accueil .entete .header__logo img {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  max-height: 90px;
}

.home section.description,
.page-template-accueil section.description {
  margin: 48px 0;
  text-align: center;
}

.home section.description .container,
.page-template-accueil section.description .container {
  max-width: 982px;
}

.home section.description .story h2,
.page-template-accueil section.description .story h2 {
  margin-top: 25px;
  letter-spacing: .5px;
}

.home section.description .story p,
.page-template-accueil section.description .story p {
  font-family: "Arial", "Helvetica", sans-serif;
  margin: 1em 0 0;
  font-size: 15px;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes translateY {
  0% {
    bottom: 0px;
    transform: translateY(20%);
    animation-timing-function: ease-in-out;
  }
  100% {
    bottom: 50%;
    transform: translateY(50%);
    animation-timing-function: ease-in-out;
  }
}

.home .evasion,
.page-template-accueil .evasion {
  margin: 48px 0;
  display: block;
  text-align: center;
  overflow: hidden;
}

.home .evasion .sliders,
.page-template-accueil .evasion .sliders {
  max-width: 1280px;
  margin-top: 24px;
  padding: 0 0 66px;
  justify-content: center;
  position: relative;
}

.home .evasion .sliders .slick-list,
.page-template-accueil .evasion .sliders .slick-list {
  overflow: visible;
}

.home .evasion .sliders .slick-arrow,
.page-template-accueil .evasion .sliders .slick-arrow {
  position: absolute;
  bottom: 0;
  color: #76b860;
  background: #fff;
  background: radial-gradient(#fff 65%, rgba(0, 0, 0, 0) 65%);
  border-radius: 50%;
  z-index: 10;
}

.home .evasion .sliders .slick-arrow .icon,
.page-template-accueil .evasion .sliders .slick-arrow .icon {
  display: block;
  width: 50px;
  height: 50px;
}

.home .evasion .sliders .slick-arrow.slick-prev,
.page-template-accueil .evasion .sliders .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -58px;
}

.home .evasion .sliders .slick-arrow.slick-next,
.page-template-accueil .evasion .sliders .slick-arrow.slick-next {
  right: 50%;
  margin-right: -58px;
}

.home .evasion .sliders .slick-track,
.page-template-accueil .evasion .sliders .slick-track {
  display: flex;
  justify-content: center;
}

.home .evasion .sliders .slick-slide,
.page-template-accueil .evasion .sliders .slick-slide {
  margin: 0 16px;
  position: relative;
}

.home .evasion .sliders .slick-slide:hover,
.page-template-accueil .evasion .sliders .slick-slide:hover {
  transition: all .3s;
}

.home .evasion .sliders .slick-slide:hover::before,
.page-template-accueil .evasion .sliders .slick-slide:hover::before {
  content: '';
  background-color: rgba(118, 184, 96, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  animation: opacity .5s linear;
}

.home .evasion .sliders .slick-slide:hover .__text,
.page-template-accueil .evasion .sliders .slick-slide:hover .__text {
  bottom: 50%;
  transform: translateY(50%);
  animation: translateY 1s linear;
  background: transparent;
}

.home .evasion .sliders .slick-slide:hover .__text p,
.page-template-accueil .evasion .sliders .slick-slide:hover .__text p {
  margin: 10px auto;
}

.home .evasion .sliders .slick-slide:hover .__text a,
.page-template-accueil .evasion .sliders .slick-slide:hover .__text a {
  display: inline-block !important;
  animation: opacity 1.5s linear;
}

.home .evasion .sliders .slick-slide:hover .__text a:hover,
.page-template-accueil .evasion .sliders .slick-slide:hover .__text a:hover {
  background-color: #fff;
  color: #1b1b1b;
  transition: all 1s ease;
}

.home .evasion .sliders .slick-slide img,
.page-template-accueil .evasion .sliders .slick-slide img {
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.home .evasion .sliders .slick-slide .__text,
.page-template-accueil .evasion .sliders .slick-slide .__text {
  position: absolute;
  color: #fff;
  right: 0;
  left: 0;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}

.home .evasion .sliders .slick-slide .__text p,
.page-template-accueil .evasion .sliders .slick-slide .__text p {
  width: 90%;
  margin: 10px auto 30px;
}

.home .evasion .sliders .slick-slide .__text a.__btn,
.page-template-accueil .evasion .sliders .slick-slide .__text a.__btn {
  display: none;
}

.home .vegetal,
.page-template-accueil .vegetal {
  margin: 48px 0;
}

.home .vegetal .vegetal__title,
.page-template-accueil .vegetal .vegetal__title {
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 51%;
  right: 10px;
  left: 10px;
  color: #fff;
}

.home .vegetal .vegetal__title b,
.page-template-accueil .vegetal .vegetal__title b {
  color: #fff;
}

.home .vegetal .vegetal__slider-arrows,
.page-template-accueil .vegetal .vegetal__slider-arrows {
  text-align: center;
}

.home .vegetal .vegetal__slider-arrows .slick-arrow,
.page-template-accueil .vegetal .vegetal__slider-arrows .slick-arrow {
  color: #76b860;
  background: radial-gradient(#fff 65%, rgba(0, 0, 0, 0) 65%);
  border-radius: 50%;
}

.home .vegetal .vegetal__slider-arrows .slick-arrow.slick-prev,
.page-template-accueil .vegetal .vegetal__slider-arrows .slick-arrow.slick-prev {
  margin: 15px 10px 15px 10px;
}

.home .vegetal .vegetal__slider-arrows .slick-arrow .icon,
.page-template-accueil .vegetal .vegetal__slider-arrows .slick-arrow .icon {
  display: block;
  width: 40px;
  height: 40px;
}

.home .vegetal .slick-slide,
.page-template-accueil .vegetal .slick-slide {
  position: relative;
}

.home .vegetal .slick-slide:before,
.page-template-accueil .vegetal .slick-slide:before {
  content: '';
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 100%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.home .vegetal .slick-slide img,
.page-template-accueil .vegetal .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  height: 490px;
}

.home .vegetal .vegetal__text,
.page-template-accueil .vegetal .vegetal__text {
  position: absolute;
  top: 51%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  width: 20rem;
  z-index: 2;
}

.home .vegetal .vegetal__text a,
.page-template-accueil .vegetal .vegetal__text a {
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
}

.home .vegetal .vegetal__text a:hover,
.page-template-accueil .vegetal .vegetal__text a:hover {
  font-weight: bold;
}

.home .discover.container,
.page-template-accueil .discover.container {
  max-width: 1380px;
  margin: 48px auto;
  position: relative;
  padding: 0;
}

.home .discover.container h1,
.page-template-accueil .discover.container h1 {
  text-align: center;
}

.home .discover.container .discover__content,
.page-template-accueil .discover.container .discover__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home .discover.container .discover__content .discover__content__text,
.page-template-accueil .discover.container .discover__content .discover__content__text {
  margin: 1.5rem auto 10rem 0;
  padding: 60px 32px 10rem 32px;
  background-color: #ede8e0;
  text-align: center;
  flex-basis: 70%;
}

.home .discover.container .discover__content p,
.page-template-accueil .discover.container .discover__content p {
  width: 100%;
}

.home .discover.container .discover__content img,
.page-template-accueil .discover.container .discover__content img {
  position: absolute;
  bottom: 0rem;
  right: 50%;
  transform: translateX(50%);
  height: 19rem;
  z-index: 3;
}

.page-template-listing .listing__counter,
.page-template-listing-map .listing__counter,
.page-template-sommaire .listing__counter,
.page-template-listing-document .listing__counter,
.page-template-accueil-espace .listing__counter,
.blog .listing__counter,
.category .listing__counter,
.home .agenda .listing__counter,
.page-template-accueil .agenda .listing__counter {
  font-family: "TheSans", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 24px;
}

.page-template-listing .listing__counter .facetwp-facet,
.page-template-listing-map .listing__counter .facetwp-facet,
.page-template-sommaire .listing__counter .facetwp-facet,
.page-template-listing-document .listing__counter .facetwp-facet,
.page-template-accueil-espace .listing__counter .facetwp-facet,
.blog .listing__counter .facetwp-facet,
.category .listing__counter .facetwp-facet,
.home .agenda .listing__counter .facetwp-facet,
.page-template-accueil .agenda .listing__counter .facetwp-facet {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.page-template-listing .listing__counter span,
.page-template-listing-map .listing__counter span,
.page-template-sommaire .listing__counter span,
.page-template-listing-document .listing__counter span,
.page-template-accueil-espace .listing__counter span,
.blog .listing__counter span,
.category .listing__counter span,
.home .agenda .listing__counter span,
.page-template-accueil .agenda .listing__counter span {
  color: #76b860;
  font-size: 1.875em;
  font-weight: 800;
  display: inline-block;
  vertical-align: sub;
}

.page-template-listing .listing__body,
.page-template-sommaire .listing__body,
.page-template-listing-document .listing__body,
.page-template-accueil-espace .listing__body,
.blog .listing__body,
.category .listing__body,
.home .agenda .listing__body,
.page-template-accueil .agenda .listing__body {
  margin-bottom: 40px;
}

.page-template-listing .listing__map,
.page-template-sommaire .listing__map,
.page-template-listing-document .listing__map,
.page-template-accueil-espace .listing__map,
.blog .listing__map,
.category .listing__map,
.home .agenda .listing__map,
.page-template-accueil .agenda .listing__map {
  margin-top: 40px;
}

.page-template-listing .listing__map .btn, .page-template-listing .listing__map .content-404 a, .content-404 .page-template-listing .listing__map a,
.page-template-sommaire .listing__map .btn,
.page-template-sommaire .listing__map .content-404 a,
.content-404 .page-template-sommaire .listing__map a,
.page-template-listing-document .listing__map .btn,
.page-template-listing-document .listing__map .content-404 a,
.content-404 .page-template-listing-document .listing__map a,
.page-template-accueil-espace .listing__map .btn,
.page-template-accueil-espace .listing__map .content-404 a,
.content-404 .page-template-accueil-espace .listing__map a,
.blog .listing__map .btn,
.blog .listing__map .content-404 a,
.content-404 .blog .listing__map a,
.category .listing__map .btn,
.category .listing__map .content-404 a,
.content-404 .category .listing__map a,
.home .agenda .listing__map .btn,
.home .agenda .listing__map .content-404 a,
.content-404 .home .agenda .listing__map a,
.page-template-accueil .agenda .listing__map .btn,
.page-template-accueil .agenda .listing__map .content-404 a,
.content-404 .page-template-accueil .agenda .listing__map a {
  display: table;
  margin: 0 auto 24px;
}

.page-template-listing .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.page-template-sommaire .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.page-template-listing-document .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.page-template-accueil-espace .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.blog .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.category .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.home .agenda .listing__map .facetwp-type-leaflet-map .leaflet-container > div,
.page-template-accueil .agenda .listing__map .facetwp-type-leaflet-map .leaflet-container > div {
  width: 100% !important;
}

.page-template-listing .listing__items,
.page-template-sommaire .listing__items,
.page-template-listing-document .listing__items,
.page-template-accueil-espace .listing__items,
.blog .listing__items,
.category .listing__items,
.home .agenda .listing__items,
.page-template-accueil .agenda .listing__items {
  margin-top: 40px;
  /*.facetwp-facet-pagination {
				width: 100%;
				margin: 0;
				text-align: center;

				.facetwp-load-more {
					margin-top: 24px;
					@extend .btn;
				}
			}*/
}

.page-template-listing .listing__items .facetwp-template > .card,
.page-template-sommaire .listing__items .facetwp-template > .card,
.page-template-listing-document .listing__items .facetwp-template > .card,
.page-template-accueil-espace .listing__items .facetwp-template > .card,
.blog .listing__items .facetwp-template > .card,
.category .listing__items .facetwp-template > .card,
.home .agenda .listing__items .facetwp-template > .card,
.page-template-accueil .agenda .listing__items .facetwp-template > .card {
  margin-top: 24px;
}

.page-template-listing .listing__items .gutenberg,
.page-template-sommaire .listing__items .gutenberg,
.page-template-listing-document .listing__items .gutenberg,
.page-template-accueil-espace .listing__items .gutenberg,
.blog .listing__items .gutenberg,
.category .listing__items .gutenberg,
.home .agenda .listing__items .gutenberg,
.page-template-accueil .agenda .listing__items .gutenberg {
  margin-top: 24px;
}

.page-template-listing .listing--documents .container, .page-template-listing .listing--category .container, .page-template-listing .listing--blog .container,
.page-template-sommaire .listing--documents .container,
.page-template-sommaire .listing--category .container,
.page-template-sommaire .listing--blog .container,
.page-template-listing-document .listing--documents .container,
.page-template-listing-document .listing--category .container,
.page-template-listing-document .listing--blog .container,
.page-template-accueil-espace .listing--documents .container,
.page-template-accueil-espace .listing--category .container,
.page-template-accueil-espace .listing--blog .container,
.blog .listing--documents .container,
.blog .listing--category .container,
.blog .listing--blog .container,
.category .listing--documents .container,
.category .listing--category .container,
.category .listing--blog .container,
.home .agenda .listing--documents .container,
.home .agenda .listing--category .container,
.home .agenda .listing--blog .container,
.page-template-accueil .agenda .listing--documents .container,
.page-template-accueil .agenda .listing--category .container,
.page-template-accueil .agenda .listing--blog .container {
  max-width: 1170px;
}

.page-template-listing-map .listing__body {
  display: flex;
  flex-direction: column;
}

.page-template-listing-map .listing__map .map {
  background-color: #ced4da;
  width: 100vw;
  height: calc(100vh - 54px - 58px);
  max-height: 100%;
  position: fixed;
  top: 54px;
  right: -100vw;
  z-index: 1030;
  transition: right 125ms linear;
}

.page-template-listing-map .listing__map .map .facetwp-facet {
  height: 100%;
}

.page-template-listing-map .listing__map.active .map {
  right: 0;
}

.page-template-listing-map .listing__content {
  margin-top: 20px;
  margin-bottom: 32px;
}

.page-template-listing-map .listing__items .facetwp-template > .card:nth-child(n+2) {
  margin-top: 32px;
}

.page-template-listing-map .listing .btnToogleMap {
  font-family: "TheSans", sans-serif;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.875em;
  padding-right: calc(1.875em + 15px);
  margin-bottom: 30px;
  position: relative;
}

.page-template-listing-map .listing .btnToogleMap:focus {
  outline: none;
  box-shadow: none;
}

.page-template-listing-map .listing .btnToogleMap::before {
  content: '';
  background-image: url("icons/teal/map.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.688em 1.688em;
  width: 1.875em;
  height: 1.875em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.page-template-listing-map .listing .btnToogleMap .off {
  display: none;
}

.page-template-listing-map .listing .btnToogleMap.active::before {
  background-image: url("icons/teal/map_canceled.svg");
}

.page-template-listing-map .listing .btnToogleMap.active .on {
  display: none;
}

.page-template-listing-map .listing .btnToogleMap.active .off {
  display: block;
}

.page-template-listing-map .listing__mobile-menu {
  font-size: 0;
  background-color: #f5f2ee;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

.page-template-listing-map .listing__mobile-menu .btns .btn, .page-template-listing-map .listing__mobile-menu .btns .content-404 a, .content-404 .page-template-listing-map .listing__mobile-menu .btns a {
  border-radius: 0;
  width: 50%;
}

.page-template-listing-map .listing__mobile-menu .btns .btn-gray:hover {
  color: #76b860;
  background-color: #f5f2ee;
  border-color: #f5f2ee;
}

.page-template-listing-map .listing__mobile-menu .btns .btn-teal:hover, .page-template-listing-map .listing__mobile-menu .btns .widget-ar-dispo .submit-btn:hover, .widget-ar-dispo .page-template-listing-map .listing__mobile-menu .btns .submit-btn:hover, .page-template-listing-map .listing__mobile-menu .btns .widget-ar-dispo .reset-btn:hover, .widget-ar-dispo .page-template-listing-map .listing__mobile-menu .btns .reset-btn:hover, .page-template-listing-map .listing__mobile-menu .btns .content-404 a:hover, .content-404 .page-template-listing-map .listing__mobile-menu .btns a:hover {
  color: #fff;
  background-color: #76b860;
  border-color: #76b860;
}

.page-template-sommaire .listing__body {
  padding-bottom: 80px !important;
}

.page-template-sommaire .listing__paragraphe {
  padding: 60px 0 10px;
  max-width: 68%;
  text-align: center;
  margin: 0 auto;
}

.single-offre main .container {
  max-width: 1202px;
}

.single-offre main .h1 {
  text-align: center;
}

.single-offre main .h1 b {
  display: inline-block;
  color: #ada186;
}

.single-offre main .h2, .single-offre main .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal .single-offre main .widget-ar-dispo__titre {
  margin-bottom: 0;
}

.single-offre main .h3 {
  margin-top: 24px;
  color: #76b860;
  font-weight: 500;
}

.single-offre .descriptif {
  margin: 40px 0;
}

.single-offre .descriptif__body {
  margin-top: 1em;
}

.single-offre .special {
  margin-top: 1em;
}

.single-offre .special .btn svg, .single-offre .special .content-404 a svg, .content-404 .single-offre .special a svg {
  font-size: 1.125em;
  margin: -0.3em 0 0 15px;
}

.single-offre .affichage-champs {
  margin: 40px 0;
}

.single-offre .affichage-champs .h2, .single-offre .affichage-champs .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal .single-offre .affichage-champs .widget-ar-dispo__titre {
  margin: 40px 0 0;
  text-align: center;
}

.single-offre .affichage-champs__contact ul, .single-offre .affichage-champs__labels ul {
  display: flex;
  align-items: center;
}

.single-offre .affichage-champs__contact ul.list-handicap, .single-offre .affichage-champs__labels ul.list-handicap {
  display: flex;
  align-items: center;
  margin: 24px auto 0 auto;
  background-color: #084795;
  padding: 0 0 8px 41px;
  background-image: url(format_picto/handicap/handicap-base.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: -moz-fit-content;
  width: fit-content;
}

.single-offre .affichage-champs__contact ul.list-handicap li, .single-offre .affichage-champs__labels ul.list-handicap li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-offre .affichage-champs__contact ul {
  flex-direction: column;
}

.single-offre .affichage-champs__contact ul li {
  margin-top: 1em;
}

.single-offre .affichage-champs__contact ul li.togglableValue .value, .single-offre .affichage-champs__contact ul li.adresse .value {
  max-width: calc(100vw - 32px - 2.375rem - 10px);
}

.single-offre .affichage-champs__contact .adresse {
  cursor: default;
}

.single-offre .affichage-champs__contact .adresse span {
  display: block;
  font-size: .75em;
  text-transform: uppercase;
}

.single-offre .affichage-champs__labels ul {
  flex-wrap: wrap;
  justify-content: center;
}

.single-offre .affichage-champs__labels ul li {
  margin: 1em .5em 0;
}

.single-offre .affichage-champs__labels ul li img {
  display: block;
  width: auto;
  height: 2.375em;
}

.single-offre .affichage-champs__circuit {
  margin-top: 40px;
}

.single-offre .affichage-champs__circuit span {
  display: block;
}

.single-offre .affichage-champs__circuit span b {
  font-family: "TheSans", sans-serif;
  color: #76b860;
  font-weight: 800;
  text-transform: uppercase;
}

.single-offre .affichage-champs__circuit span:first-child {
  margin-bottom: 1em;
}

.single-offre .affichage-champs__circuit span:last-child {
  margin-top: 1em;
  text-align: right;
}

.single-offre .affichage-champs__circuit .trace {
  display: flex;
  align-items: flex-end;
}

.single-offre .affichage-champs__circuit .trace::before {
  content: '';
  flex: 1;
  height: .125em;
  margin: 0 -.5em .25em;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #1b1b1b 20%, #1b1b1b 80%, rgba(0, 0, 0, 0) 80%);
  background-repeat: round;
  background-size: 20px 2px;
}

.single-offre .affichage-champs__circuit .trace .icon {
  font-size: 2em;
  color: #76b860;
}

.single-offre .affichage-champs__circuit .trace .icon:first-of-type {
  order: -1;
}

.single-offre .affichage-champs__bottom {
  padding-bottom: 40px;
  position: relative;
}

.single-offre .affichage-champs__bottom::before {
  content: '';
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
  bottom: 0;
  background-color: #ede8e0;
  z-index: -1;
}

.single-offre .affichage-champs__photos {
  margin: 24px -16px 0;
  background-color: #1b1b1b;
  position: relative;
}

.single-offre .affichage-champs__photos ul {
  margin: 0;
}

.single-offre .affichage-champs__photos li {
  position: relative;
  overflow: hidden;
}

.single-offre .affichage-champs__photos li::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75%;
}

.single-offre .affichage-champs__photos li > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

_:-ms-input-placeholder,
:root .single-offre .affichage-champs__photos li > * {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
}

.single-offre .affichage-champs__photos li img {
  -o-object-fit: contain;
     object-fit: contain;
}

.single-offre .affichage-champs__photos > .icon {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 3.25em;
  color: #fff;
  z-index: 10;
}

.single-offre .affichage-champs__photos .slick-dots {
  color: #ede8e0;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 32px;
}

.single-offre .affichage-champs__capacites {
  font-family: "TheSans", sans-serif;
}

.single-offre .affichage-champs__capacites table {
  border-spacing: 0;
  margin: .5em auto 0;
  font-weight: 500;
}

.single-offre .affichage-champs__capacites table th,
.single-offre .affichage-champs__capacites table td {
  padding: .5em 0 0;
  vertical-align: top;
}

.single-offre .affichage-champs__capacites table th span,
.single-offre .affichage-champs__capacites table td span {
  display: inline-block;
  padding: 0 .125em;
}

.single-offre .affichage-champs__capacites table th {
  color: #76b860;
  font-weight: 800;
  text-align: right;
}

.single-offre .affichage-champs__capacites table td {
  text-transform: uppercase;
}

.single-offre .affichage-champs__themes ul {
  margin-top: 1.25em;
  margin-bottom: 0;
  text-align: center;
}

.single-offre .affichage-champs__distance-duree, .single-offre .affichage-champs__types {
  text-align: center;
}

.single-offre .affichage-champs__distance-duree .value, .single-offre .affichage-champs__types .value {
  margin-top: 1em;
}

.single-offre .affichage-champs__distance-duree .value + .value, .single-offre .affichage-champs__types .value + .value {
  margin-top: .5em;
}

.single-offre .affichage-champs__themes li {
  display: inline;
}

.single-offre .affichage-champs__themes li:not(:last-child)::after {
  content: ', ';
}

.single-offre .affichage-champs__langues ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.25em -.25em 0;
}

.single-offre .affichage-champs__langues ul li {
  margin: .25em .25em 0;
}

.single-offre .affichage-champs__langues ul li img {
  display: block;
  width: auto;
  height: 1.25em;
}

.single-offre .affichage-champs__prestations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5em -16px 0;
}

.single-offre .affichage-champs__prestations ul li {
  width: 50%;
  margin-top: 1em;
  padding: 0 16px;
  text-transform: uppercase;
  text-align: center;
}

.single-offre .affichage-champs__prestations ul li .icon {
  display: block;
  margin: 0 auto .5em;
  font-size: 2.5em;
  color: #76b860;
}

.single-offre .prestations,
.single-offre .fichiers {
  margin: 40px 0;
}

.single-offre .prestations ul li {
  padding-left: 1.25em;
}

.single-offre .fichiers__documents a, .single-offre .fichiers__traces a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.single-offre .fichiers__documents .icon, .single-offre .fichiers__traces .icon {
  margin-right: .4em;
  font-size: 2.5em;
  color: #76b860;
}

.single-offre .tarifs-ouvertures {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #ede8e0;
}

.single-offre .tarifs-ouvertures__tarifs {
  font-family: "TheSans", sans-serif;
}

.single-offre .tarifs-ouvertures__tarifs th:not(:first-child),
.single-offre .tarifs-ouvertures__tarifs td:not(:first-child) {
  padding-left: .5rem;
}

.single-offre .tarifs-ouvertures__tarifs .complement {
  width: 2.25rem;
  text-align: center;
}

.single-offre .tarifs-ouvertures__tarifs .prix {
  font-weight: 800;
  text-align: center;
}

.single-offre .tarifs-ouvertures__tarifs thead th {
  padding-bottom: .5em;
  line-height: normal;
}

.single-offre .tarifs-ouvertures__tarifs thead .icon {
  background: radial-gradient(#76b860 65%, rgba(0, 0, 0, 0) 65%);
  font-size: 1.75rem;
  color: #fff;
}

.single-offre .tarifs-ouvertures__tarifs tbody tr {
  border-top: 1px solid #fff;
}

.single-offre .tarifs-ouvertures__tarifs tbody th,
.single-offre .tarifs-ouvertures__tarifs tbody td {
  padding: .5em 0;
}

.single-offre .tarifs-ouvertures__tarifs tbody th {
  font-weight: 400;
}

.single-offre .tarifs-ouvertures__tarifs tbody small {
  display: block;
}

.single-offre .tarifs-ouvertures__tarifs tbody .prix {
  color: #76b860;
}

.single-offre .tarifs-ouvertures__tarifs tbody .icon {
  background: radial-gradient(#76b860 65%, rgba(0, 0, 0, 0) 65%);
  font-size: 1.25rem;
  color: #fff;
}

.single-offre .tarifs-ouvertures__moyens-paiement ul li {
  padding-left: 1.25em;
}

.single-offre .tarifs-ouvertures__ouvertures {
  margin-top: 40px;
}

.single-offre .tarifs-ouvertures__ouvertures .periodes {
  margin: 0 -16px;
}

.single-offre .tarifs-ouvertures__ouvertures .periodes .periode {
  margin: 0 16px;
}

.single-offre .tarifs-ouvertures__ouvertures ul {
  max-height: 30em;
  margin-top: 1em;
  overflow-y: auto;
}

.single-offre .tarifs-ouvertures__ouvertures ul li {
  padding-left: 1.25em;
}

.single-offre .tarifs-ouvertures__ouvertures table {
  margin-top: 1em;
}

.single-offre .tarifs-ouvertures__ouvertures th,
.single-offre .tarifs-ouvertures__ouvertures td {
  padding: .25em 0;
}

.single-offre .tarifs-ouvertures__ouvertures th:not(:first-child),
.single-offre .tarifs-ouvertures__ouvertures td:not(:first-child) {
  padding-left: .5em;
}

.single-offre .tarifs-ouvertures__ouvertures th {
  padding-left: 1.25em;
  font-weight: 400;
}

.single-offre .tarifs-ouvertures__ouvertures th:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: -1.25em;
  margin-right: .75em;
  background-color: #ada186;
  border-radius: 50%;
  vertical-align: .125em;
}

.single-offre .tarifs-ouvertures__ouvertures td:not(:first-child) {
  text-align: right;
}

.single-offre .tarifs-ouvertures__ouvertures .complement {
  margin-top: 24px;
}

.single-offre .cross-selling {
  margin-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.single-offre .cross-selling .h1 {
  margin-bottom: 0;
}

.single-offre .cross-selling .slick-slider {
  margin: 24px -16px;
  padding-bottom: 66px;
  position: relative;
}

.single-offre .cross-selling .slick-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 33%);
  background-color: #ede8e0;
}

.single-offre .cross-selling .slick-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: #76b860;
  background: radial-gradient(#76b860 65%, rgba(0, 0, 0, 0) 65%);
  border-radius: 50%;
  z-index: 10;
}

.single-offre .cross-selling .slick-slider .slick-arrow .icon {
  display: block;
  width: 50px;
  height: 50px;
}

.single-offre .cross-selling .slick-slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -58px;
}

.single-offre .cross-selling .slick-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -58px;
}

.single-offre .cross-selling .card {
  margin: 0 16px;
}

.page-template-contact section.content {
  padding: 32px 0 48px;
}

.page-template-contact section.content .wpcf7 .wpcf7-form .row, .page-template-contact section.content .wpcf7 .wpcf7-form .page-template-meteo .previsions .data, .page-template-meteo .previsions .page-template-contact section.content .wpcf7 .wpcf7-form .data {
  justify-content: center;
}

.page-template-contact section.content .wpcf7 .wpcf7-form .field {
  margin-top: 24px;
}

.page-template-contact section.content .wpcf7 .wpcf7-form small.mentions {
  display: block;
  max-width: 1170px;
  margin: 40px auto 0;
  color: #717171;
  text-align: justify;
}

.page-template-meteo .previsions .data {
  margin: 5rem 0;
}

.page-template-meteo .previsions .data-day {
  margin: 20px;
  border-radius: 5px;
  background: #ede8e0;
  padding: 16px 20px;
  position: relative;
}

.page-template-meteo .previsions .data-day .weekday span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.25em;
  color: #1b1b1b;
  text-align: center;
  text-transform: uppercase;
}

.page-template-meteo .previsions .data-day .weekday span::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #1b1b1b;
  border-radius: 10px;
  margin: 10px auto 20px 0;
}

.page-template-meteo .previsions .data-day .icon {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 15px;
}

.page-template-meteo .previsions .data-day .wind {
  display: flex;
}

.page-template-meteo .previsions .data-day .wind .label {
  display: block;
  margin-right: 10px;
}

.header__meteo {
  position: relative;
}

.header__meteo .fs-wf-forecast:not(.ready) {
  display: none;
}

.header__meteo .fs-wf-forecast {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.header__meteo .fs-wf-forecast .fswf-daily {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.header__meteo .fs-wf-forecast .fswf-daily__icon svg {
  fill: currentColor;
  height: 40px;
  width: 40px;
}

.header__meteo .fs-wf-forecast .fswf-daily__temperatures {
  order: -1;
  text-align: right;
}

.header__meteo .fs-wf-forecast .fswf-daily__temperature {
  line-height: 1;
  font-size: 12px;
}

.header__meteo .fs-wf-forecast .fswf-daily__temperature .fswf-unity {
  display: none;
}

.header__meteo__link {
  position: absolute;
  inset: 0;
}

.page-template-meteo .fswf-loading {
  font-weight: 600;
  padding-block: 4rem;
}

.page-template-meteo .fs-wf-forecast:not(.ready) {
  min-height: 50svh;
}

.page-template-meteo .fswf-multi-days {
  margin: 5rem 0;
  display: flex;
  row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-meteo .fswf-multi-days .fswf-card {
  border-radius: 5px;
  padding: 16px;
  background: #ede8e0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: calc( 60px + 32px + 16px);
}

.page-template-meteo .fswf-multi-days .fswf-card__icon {
  position: absolute;
  top: 16px;
  right: 16px;
  background: white;
  padding: 8px;
  border-radius: 5px;
}

.page-template-meteo .fswf-multi-days .fswf-card__icon svg {
  width: 60px;
  height: 60px;
}

.page-template-meteo .fswf-multi-days .fswf-card__date {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  order: -2;
}

.page-template-meteo .fswf-multi-days .fswf-card__date::after {
  content: '';
  display: block;
  height: 4px;
  width: 50px;
  background: currentColor;
  margin-top: 10px;
  border-radius: 8px;
}

.page-template-meteo .fswf-multi-days .fswf-card__description {
  margin-bottom: 10px;
}

.page-template-meteo .fswf-multi-days .fswf-card__temperatures {
  order: -1;
  display: flex;
  gap: .25em;
  font-weight: 600;
  font-size: 18px;
}

.page-template-meteo .fswf-multi-days .fswf-card__temperatures .fswf-unity,
.page-template-meteo .fswf-multi-days .fswf-card__temperatures .fswf-label {
  display: none;
}

.page-template-sitemap .sitemap {
  margin: 32px auto;
}

.page-template-sitemap .sitemap a {
  color: inherit;
}

.page-template-sitemap .sitemap .container {
  max-width: 1202px;
}

.content-404 {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 32px auto;
  font-family: "TheSans", sans-serif;
  position: relative;
}

.content-404 a {
  margin-top: 32px;
  color: #fff !important;
  text-decoration: none !important;
}

.content-404__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
  z-index: -1;
}

.content-404__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-404__background::before, .content-404__background::after {
  content: '404';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40vw;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.content-404__background::before {
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #eeaf74;
}

.content-404__background::after {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fddd54;
}

.page-template-accueil-espace .entete .container {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  color: #fff;
}

.homespace__paragraphe {
  padding: 50px 0;
  width: 56.15%;
  margin: 0 auto;
  text-align: center;
}

.search-results .results,
.search-no-results .results {
  margin: 40px 0;
}

.search-results .results__counter,
.search-no-results .results__counter {
  color: #717171;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.search-results .results__counter span,
.search-no-results .results__counter span {
  color: #28a745;
  font-size: 1.5em;
  font-weight: bold;
}

.search-results .results__items > .card,
.search-no-results .results__items > .card {
  margin-top: 24px;
}

.search-results .results__empty,
.search-no-results .results__empty {
  text-align: center;
}

.search-results .results__empty__box,
.search-no-results .results__empty__box {
  display: inline-block;
}

.search-results .results__empty__box p,
.search-no-results .results__empty__box p {
  margin: 0;
}

.search-results .results__empty .search-form-wrapper,
.search-no-results .results__empty .search-form-wrapper {
  margin-top: 10px;
}

.search-results .results__empty .search-form-wrapper .search-form,
.search-no-results .results__empty .search-form-wrapper .search-form {
  display: flex;
  width: 100%;
  color: #212529;
  border-bottom: 2px solid;
}

.search-results .results__empty .search-form-wrapper .search-form label,
.search-results .results__empty .search-form-wrapper .search-form input[type=search],
.search-no-results .results__empty .search-form-wrapper .search-form label,
.search-no-results .results__empty .search-form-wrapper .search-form input[type=search] {
  display: block;
  width: 100%;
}

.search-results .results__empty .search-form-wrapper .search-form label,
.search-no-results .results__empty .search-form-wrapper .search-form label {
  margin-bottom: 0;
}

.search-results .results__empty .search-form-wrapper .search-form input[type=search],
.search-no-results .results__empty .search-form-wrapper .search-form input[type=search] {
  padding: .75em .5em;
  background-color: transparent;
  border: 0;
  color: inherit;
}

.search-results .results__empty .search-form-wrapper .search-form input[type=search]::-moz-placeholder, .search-no-results .results__empty .search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: inherit;
  opacity: .8;
}

.search-results .results__empty .search-form-wrapper .search-form input[type=search]::placeholder,
.search-no-results .results__empty .search-form-wrapper .search-form input[type=search]::placeholder {
  color: inherit;
  opacity: .8;
}

.search-results .results__empty .search-form-wrapper .search-form input[type=search]::-webkit-search-cancel-button,
.search-no-results .results__empty .search-form-wrapper .search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.search-results .results__empty .search-form-wrapper .search-form button,
.search-no-results .results__empty .search-form-wrapper .search-form button {
  padding: .5em;
  color: #28a745;
}

.search-results .results__empty .search-form-wrapper .search-form button .icon,
.search-no-results .results__empty .search-form-wrapper .search-form button .icon {
  font-size: 1.4286em;
}

.search-no-results .results .results__empty__box {
  display: block;
}

.search-no-results .results .results__empty__box p.titre {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.search-no-results .results .results__empty__box .search-form-wrapper {
  margin-top: 30px;
}

.search-no-results .results .results__empty__box .search-form-wrapper form {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search-no-results .results .results__empty__box .search-form-wrapper form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-no-results .results .results__empty__box .search-form-wrapper form input[type=text] {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid #1b1b1b;
  color: #1b1b1b;
  font-size: 1.2em;
  padding: 0 45px 0 15px;
}

.search-no-results .results .results__empty__box .search-form-wrapper form input[type=submit] {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: url(icons/black/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  font-size: 0;
  border: none;
}

.page-template-cirkwi section.cirkwi {
  margin: 32px 0;
}

@media (min-width: 576px) {
  body::after {
    content: 'sm';
  }
  .container, .container-sm {
    max-width: 100%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
  }
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
  .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;
  }
  .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;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .home .vegetal .vegetal__title,
  .page-template-accueil .vegetal .vegetal__title {
    text-align: right;
    right: 30px;
  }
  .home .vegetal .vegetal__slider-arrows,
  .page-template-accueil .vegetal .vegetal__slider-arrows {
    text-align: end;
  }
  .home .vegetal .slick-slide:before,
  .page-template-accueil .vegetal .slick-slide:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 1%, rgba(255, 255, 255, 0) 50%);
  }
  .home .vegetal .vegetal__text,
  .page-template-accueil .vegetal .vegetal__text {
    left: unset;
    right: 30px;
    text-align: end;
    transform: unset;
  }
  .home .discover.container .discover__content .discover__content__text,
  .page-template-accueil .discover.container .discover__content .discover__content__text {
    padding: 1.5rem 0 10rem 0;
  }
  .home .discover.container .discover__content p,
  .page-template-accueil .discover.container .discover__content p {
    width: 77%;
    margin: auto;
  }
}

@media (min-width: 768px) {
  body::after {
    content: 'md';
  }
  .container, .container-sm, .container-md {
    max-width: 100%;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .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;
  }
  .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;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  h1,
  .h1,
  .titre.elementor-widget-text-editor h2,
  .elementor-widget-heading h2 {
    font-size: 40px;
  }
  h2, .h2, .reservation-banner__modal .widget-ar-dispo__titre {
    font-size: 26px;
  }
  .header__search .search-form-wrapper .search-form,
  .header__search .search-form-wrapper #ajaxsearchlite1 {
    font-size: 20px;
  }
  .footer__partenaires li {
    width: 25%;
  }
  .footer__bottom {
    margin-top: 32px;
    padding-top: 32px;
  }
  .footer__main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -1em -16px 0;
  }
  .footer__main-nav li {
    margin-top: 1em;
    padding: 0 16px;
  }
  .entete--offre .entete__categorie img {
    height: 2em;
  }
  .entete--offre .entete__btn {
    margin-top: 32px;
  }
  .widget-ar-dispo {
    margin-bottom: 40px;
    text-align: left;
  }
  .widget-ar-dispo .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  .widget-ar-dispo .container {
    justify-content: center;
    max-width: 100%;
  }
  .widget-ar-dispo .open_system_date_input,
  .widget-ar-dispo select {
    width: auto;
  }
  .widget-ar-dispo .open_system_date_input {
    min-width: 17.5em;
  }
  .widget-ar-dispo select {
    max-width: 250px;
  }
  .widget-ar-dispo__titre {
    margin-left: 16px;
    margin-right: 16px;
  }
  .widget-ar-dispo__titre {
    width: auto;
    white-space: nowrap;
  }
  .widget-ar-dispo .OpenSystemSearch {
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px;
    margin-right: 8px;
  }
  .widget-ar-dispo .open_system_widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .widget-ar-dispo .open_system_item,
  .widget-ar-dispo select[name=pre-select],
  .widget-ar-dispo select[name=alt-select] {
    margin-left: 8px;
    margin-right: 8px;
  }
  .widget-ar-dispo .open_system_field_dates {
    display: flex;
    align-items: center;
  }
  .widget-ar-dispo .open_system_field_dates .open_system_date_duration {
    margin-top: 0;
    margin-left: 32px;
  }
  .widget-ar-dispo .submit-btn {
    margin-left: 16px;
    margin-right: 16px;
  }
  .widget-ar-dispo .reset-btn {
    margin-left: 16px;
    margin-right: 16px;
  }
  .widget-ar-produit {
    margin: 48px 0;
  }
  .widget-ar-produit .OsMoteurBody {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home .widget-ar-dispo__titre {
    text-align: center;
    width: 100%;
  }
  .home .widget-ar-dispo .OpenSystemSearch {
    padding-bottom: 4.125em;
    position: relative;
  }
  .home .widget-ar-dispo .opan_system_pre_select select {
    width: 250px;
  }
  .home .widget-ar-dispo .open_system_submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .card__body {
    display: flex;
  }
  .card__body > div:not(:last-child) {
    margin-right: 32px;
  }
  .card__body .widget-fairguest-listing {
    margin-left: auto;
    white-space: nowrap;
  }
  .card__body .widget-fairguest-listing .note {
    margin-top: -.5em;
  }
  .card--push-menu .card__vignette .layer {
    justify-content: flex-end;
  }
  .card--push-menu .card__vignette .titre {
    font-size: 24px;
  }
  .card--push-menu .card__vignette .texte {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  .card--search-result {
    padding: 24px 8px;
  }
  .card--search-result .titre {
    font-size: 1.3em;
  }
  .card--listing-tis {
    padding-bottom: 32px;
  }
  .card--listing-tis .card__body {
    text-align: left;
  }
  .card--listing-tis .card__body .titre {
    font-size: 1.500em;
    display: inline;
  }
  .card--listing-tis .card__body .classement {
    display: inline-block;
    vertical-align: top;
  }
  .card--listing-tis .card__body .commune {
    margin-top: 10px;
  }
  .card--listing-tis .card__action {
    height: calc(4px + 2.875em);
    margin-top: 20px;
  }
  .card--listing-tis .card__action .btns {
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: 32px;
    left: 0;
  }
  .pagination .nav-links, .facetwp-facet-pagination {
    margin-top: 32px;
  }
  .elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section,
  .elementor-page:not(.privacy-policy) .elementor > .elementor-section {
    margin: 48px 0;
  }
  .elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section .elementor-widget-wrap > .elementor-section:not(:first-child),
  .elementor-page:not(.privacy-policy) .elementor > .elementor-section .elementor-widget-wrap > .elementor-section:not(:first-child) {
    margin-top: 48px;
  }
  .elementor-page:not(.privacy-policy) .elementor-widget-text-editor .elementor-widget-container {
    text-align: left;
  }
  .elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor .elementor-widget-container h2 strong,
  .elementor-page:not(.privacy-policy) .titre.elementor-widget-text-editor .elementor-widget-container h2 b {
    display: inline;
  }
  .elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h1 strong,
  .elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h1 b,
  .elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h2 strong,
  .elementor-page:not(.privacy-policy) .elementor-widget-heading .elementor-widget-container h2 b {
    display: inline;
  }
  .elementor-page:not(.privacy-policy) .elementor-widget-fs-widget-bouton .fs-bouton {
    text-align: left;
  }
  .elementor-page:not(.privacy-policy) .bloc1 .elementor-widget-text-editor .elementor-widget-container {
    text-align: center;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_img {
    order: 1;
    margin-bottom: 0;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_img .zone_col2 .elementor-widget-wrap .elementor-widget-image {
    width: calc(100% + 70px);
    top: 100px;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_img .zone_col2 .elementor-widget-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    right: -60px;
    width: 260px;
    height: 260px;
    background-color: #ede8e0;
    z-index: 0;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_txt {
    order: 2;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 {
    padding: 60px 145px 0 0;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 .elementor-widget-text-editor .elementor-widget-container {
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc2 .section_txt .zone_col1 .elementor-widget-fs-widget-bouton .fs-bouton {
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc3 .zone_col1 {
    order: 1;
    margin-bottom: 0;
  }
  .elementor-page:not(.privacy-policy) .bloc3 .zone_col2 {
    order: 2;
    padding-left: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc3bis .zone_col1 {
    order: 1;
    padding-right: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc3bis .zone_col2 {
    order: 2;
    margin-bottom: 0;
  }
  .elementor-page:not(.privacy-policy) .bloc5 {
    padding: 80px 90px;
  }
  .elementor-page:not(.privacy-policy) .bloc5 .elementor-background-slideshow::before {
    background-color: transparent;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
  .elementor-page:not(.privacy-policy) .bloc5 .zone_txt {
    width: 50%;
    text-align: left;
    min-height: 400px;
  }
  .elementor-page:not(.privacy-policy) .bloc5.bloc5bis .elementor-background-slideshow::before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
  }
  .elementor-page:not(.privacy-policy) .bloc5.bloc5bis .zone_txt {
    width: 50%;
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc5.bloc5bis .zone_txt .elementor-widget-text-editor .elementor-widget-container {
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc5.bloc5bis .zone_txt .fs-bouton {
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc6 {
    padding: 80px 15px;
  }
  .elementor-page:not(.privacy-policy) .bloc6 .elementor-widget-text-editor .elementor-widget-container {
    text-align: center;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper {
    margin-bottom: 30px;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide:first-child:last-child {
    width: 80%;
    max-width: 1518px;
    margin: 0 auto;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner::before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents {
    padding: 0 230px 60px 30px;
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    font-style: 26px;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button {
    bottom: 40px;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    right: calc(10.2% + 140px);
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: auto;
    right: calc(10.2% + 65px);
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper {
    margin-bottom: 30px;
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    font-style: 26px;
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button {
    top: 50%;
    bottom: auto;
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    right: auto;
    left: 30px;
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: auto;
    right: 30px;
  }
  .elementor-page:not(.privacy-policy) .bloc10 .zone_col1 {
    padding-right: 85px;
  }
  .elementor-page:not(.privacy-policy) .bloc10 .zone_col2 {
    padding-left: 85px;
  }
  .elementor-page:not(.privacy-policy) .bloc11 {
    position: relative;
    padding: 0 0 80px 0;
  }
  .elementor-page:not(.privacy-policy) .bloc11::before {
    height: 140px;
  }
  .elementor-page:not(.privacy-policy) .bloc11 .section_boxed .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    width: 80px;
    height: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col1 {
    order: 1;
    padding-right: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col1 .elementor-widget-text-editor .elementor-widget-container {
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col1 .fs-bouton {
    text-align: right;
  }
  .elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col1 > .elementor-column-wrap {
    margin-bottom: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col2 {
    order: 2;
    margin-bottom: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc12 .section_boxed .zone_col2 .elementor-widget-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    right: -80px;
    width: 100%;
    height: 100%;
    background-color: #ede8e0;
    z-index: 0;
  }
  .elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col1 {
    order: 2;
    margin-bottom: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col1 .elementor-widget-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    left: -80px;
    width: 100%;
    height: 100%;
    background-color: #ede8e0;
    z-index: 0;
  }
  .elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col2 {
    order: 1;
    padding-left: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col2 .elementor-widget-text-editor .elementor-widget-container {
    text-align: left;
  }
  .elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col2 .fs-bouton {
    text-align: left;
  }
  .elementor-page:not(.privacy-policy) .bloc12bis .section_boxed .zone_col2 > .elementor-column-wrap {
    margin-bottom: 80px;
  }
  .elementor-page:not(.privacy-policy) .bloc13 {
    position: relative;
    padding: 0 0 80px 0;
  }
  .elementor-page:not(.privacy-policy) .bloc13::before {
    height: 140px;
  }
  .elementor-page:not(.privacy-policy) .bloc14 .section_boxed {
    background-color: #ede8e0;
    position: relative;
    padding: 30px 0 80px 0;
    margin-top: 0 !important;
  }
  .elementor-page:not(.privacy-policy) .bloc14 .section_boxed::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 0;
    background-color: #fff;
  }
  .elementor-page:not(.privacy-policy) .bloc14 .section_boxed .elementor-widget-fs-widget-sommaire .listing-sommaire .card .card__vignette:hover {
    box-shadow: -60px -50px #ede8e0;
  }
  .sync-sliders__slider-fade .slick-slide::before {
    padding-top: 57.85%;
  }
  .reservation-banner__modal {
    background-color: rgba(118, 184, 96, 0.8);
  }
  .listing__filtres {
    margin: 30px 0 45px;
  }
  .listing__filtres .container .facettes__titre {
    padding-left: 25px;
    margin-bottom: 16px;
  }
  .listing__filtres .container .facettes__row {
    flex-direction: row;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio) .fs-wrap .fs-label-wrap .fs-label {
    padding-left: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio) + .facette__label {
    padding-left: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio).is-loading + .facette__label, .listing__filtres .container .facettes .facette .facetwp-facet:not(.facetwp-type-checkboxes):not(.facetwp-type-radio).is-active + .facette__label {
    padding-left: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
    padding-left: calc(25px + 2em + 10px);
    padding-right: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox::before {
    left: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-themes .facetwp-checkbox {
    padding-left: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete .facetwp-autocomplete {
    padding-left: 25px;
    padding-right: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-autocomplete:focus-within + .facette__label {
    padding-left: 25px;
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-facet-dates .flatpickr-alt {
    padding-left: 25px;
  }
  .listing__filtres .container {
    flex-direction: row;
  }
  .listing__filtres .container .facettes {
    flex: 1;
    margin-top: -12px;
    margin-bottom: -12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .listing__filtres .container .facettes .facette:not(.facette--checkboxes):not(.facette--radio) {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .listing__filtres .container .facettes .facette:not(.facette--checkboxes) {
    width: calc(50% - 16px);
  }
  .listing__filtres .container .facettes .facette .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .listing__filtres .facettes__supplementaires {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
  }
  .listing__filtres .btns {
    text-align: right;
    width: 11em;
    margin-top: -8px;
  }
  .listing__filtres .btns:first-child:last-child {
    margin-left: auto;
  }
  .widget-fairguest-detail {
    margin: 48px 0;
  }
  .home section.description .story h2,
  .page-template-accueil section.description .story h2 {
    margin-top: 32px;
  }
  .home .evasion .sliders,
  .page-template-accueil .evasion .sliders {
    margin-top: 32px;
  }
  .home .vegetal,
  .page-template-accueil .vegetal {
    margin: 64px 0;
  }
  .home .vegetal .vegetal__slider-arrows .slick-arrow .icon,
  .page-template-accueil .vegetal .vegetal__slider-arrows .slick-arrow .icon {
    width: 50px;
    height: 50px;
  }
  .home .vegetal .slick-slide img,
  .page-template-accueil .vegetal .slick-slide img {
    height: 100vh;
  }
  .page-template-listing .listing__counter,
  .page-template-listing-map .listing__counter,
  .page-template-sommaire .listing__counter,
  .page-template-listing-document .listing__counter,
  .page-template-accueil-espace .listing__counter,
  .blog .listing__counter,
  .category .listing__counter,
  .home .agenda .listing__counter,
  .page-template-accueil .agenda .listing__counter {
    text-align: left;
    margin-bottom: 32px;
  }
  .page-template-listing .listing__body,
  .page-template-sommaire .listing__body,
  .page-template-listing-document .listing__body,
  .page-template-accueil-espace .listing__body,
  .blog .listing__body,
  .category .listing__body,
  .home .agenda .listing__body,
  .page-template-accueil .agenda .listing__body {
    margin-bottom: 50px;
  }
  .page-template-listing .listing__map,
  .page-template-sommaire .listing__map,
  .page-template-listing-document .listing__map,
  .page-template-accueil-espace .listing__map,
  .blog .listing__map,
  .category .listing__map,
  .home .agenda .listing__map,
  .page-template-accueil .agenda .listing__map {
    margin-top: 50px;
  }
  .page-template-listing .listing__map .map,
  .page-template-sommaire .listing__map .map,
  .page-template-listing-document .listing__map .map,
  .page-template-accueil-espace .listing__map .map,
  .blog .listing__map .map,
  .category .listing__map .map,
  .home .agenda .listing__map .map,
  .page-template-accueil .agenda .listing__map .map {
    display: block !important;
  }
  .page-template-listing .listing__items,
  .page-template-sommaire .listing__items,
  .page-template-listing-document .listing__items,
  .page-template-accueil-espace .listing__items,
  .blog .listing__items,
  .category .listing__items,
  .home .agenda .listing__items,
  .page-template-accueil .agenda .listing__items {
    margin-top: 50px;
  }
  .page-template-listing .listing__items .facetwp-template,
  .page-template-sommaire .listing__items .facetwp-template,
  .page-template-listing-document .listing__items .facetwp-template,
  .page-template-accueil-espace .listing__items .facetwp-template,
  .blog .listing__items .facetwp-template,
  .category .listing__items .facetwp-template,
  .home .agenda .listing__items .facetwp-template,
  .page-template-accueil .agenda .listing__items .facetwp-template {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
  }
  .page-template-listing .listing__items .facetwp-template > .card,
  .page-template-sommaire .listing__items .facetwp-template > .card,
  .page-template-listing-document .listing__items .facetwp-template > .card,
  .page-template-accueil-espace .listing__items .facetwp-template > .card,
  .blog .listing__items .facetwp-template > .card,
  .category .listing__items .facetwp-template > .card,
  .home .agenda .listing__items .facetwp-template > .card,
  .page-template-accueil .agenda .listing__items .facetwp-template > .card {
    width: calc(50% - 32px);
    margin: 16px;
  }
  .page-template-listing .listing__items .facetwp-template > .card.card--adherent,
  .page-template-sommaire .listing__items .facetwp-template > .card.card--adherent,
  .page-template-listing-document .listing__items .facetwp-template > .card.card--adherent,
  .page-template-accueil-espace .listing__items .facetwp-template > .card.card--adherent,
  .blog .listing__items .facetwp-template > .card.card--adherent,
  .category .listing__items .facetwp-template > .card.card--adherent,
  .home .agenda .listing__items .facetwp-template > .card.card--adherent,
  .page-template-accueil .agenda .listing__items .facetwp-template > .card.card--adherent {
    width: calc(100% - 32px);
  }
  .page-template-listing .listing__items .gutenberg,
  .page-template-sommaire .listing__items .gutenberg,
  .page-template-listing-document .listing__items .gutenberg,
  .page-template-accueil-espace .listing__items .gutenberg,
  .blog .listing__items .gutenberg,
  .category .listing__items .gutenberg,
  .home .agenda .listing__items .gutenberg,
  .page-template-accueil .agenda .listing__items .gutenberg {
    width: 100%;
    margin: 24px 16px 0;
  }
  .page-template-listing-map .listing__content {
    margin-top: 32px;
  }
  .page-template-listing-map .listing__body {
    min-height: 608px;
  }
  .page-template-listing-map .listing__items .facetwp-template {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
  }
  .page-template-listing-map .listing__items .facetwp-template > .card,
  .page-template-listing-map .listing__items .facetwp-template > .card:nth-child(n+2) {
    width: calc(50% - 24px);
    margin: 12px;
  }
  .single-offre .descriptif {
    margin: 48px 0;
  }
  .single-offre .descriptif__body {
    margin-top: 24px;
  }
  .single-offre .special {
    margin-top: 24px;
  }
  .single-offre .affichage-champs {
    margin: 48px 0;
  }
  .single-offre .affichage-champs .h2, .single-offre .affichage-champs .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal .single-offre .affichage-champs .widget-ar-dispo__titre {
    margin-top: 48px;
    text-align: left;
  }
  .single-offre .affichage-champs__contact ul, .single-offre .affichage-champs__labels ul {
    margin: 0 -16px;
  }
  .single-offre .affichage-champs__contact ul li, .single-offre .affichage-champs__labels ul li {
    padding: 0 16px;
  }
  .single-offre .affichage-champs__contact ul.list-handicap, .single-offre .affichage-champs__labels ul.list-handicap {
    display: inline-flex;
  }
  .single-offre .affichage-champs__contact ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .single-offre .affichage-champs__contact ul li {
    width: 50%;
    margin-top: 24px;
  }
  .single-offre .affichage-champs__contact ul li.togglableValue .value, .single-offre .affichage-champs__contact ul li.adresse .value {
    max-width: calc(50vw - 32px - 2.375rem - 10px);
  }
  .single-offre .affichage-champs__labels ul {
    justify-content: flex-start;
  }
  .single-offre .affichage-champs__labels ul li {
    margin: 24px 0 0;
  }
  .single-offre .affichage-champs__circuit {
    margin-top: 48px;
  }
  .single-offre .affichage-champs__bottom {
    padding-bottom: 48px;
  }
  .single-offre .affichage-champs__capacites table {
    margin-left: -.125em;
    margin-right: -.125em;
  }
  .single-offre .affichage-champs__themes ul {
    text-align: left;
  }
  .single-offre .affichage-champs__distance-duree, .single-offre .affichage-champs__types {
    text-align: left;
  }
  .single-offre .affichage-champs__langues ul {
    justify-content: flex-start;
  }
  .single-offre .affichage-champs__prestations ul {
    justify-content: flex-start;
  }
  .single-offre .affichage-champs__prestations ul li {
    width: 25%;
  }
  .single-offre .prestations,
  .single-offre .fichiers {
    margin: 48px 0;
  }
  .single-offre .prestations__equipements, .single-offre .prestations__services, .single-offre .prestations__documents, .single-offre .prestations__traces,
  .single-offre .fichiers__equipements,
  .single-offre .fichiers__services,
  .single-offre .fichiers__documents,
  .single-offre .fichiers__traces {
    flex: 1;
  }
  .single-offre .prestations__equipements:not(:first-child), .single-offre .prestations__services:not(:first-child), .single-offre .prestations__documents:not(:first-child), .single-offre .prestations__traces:not(:first-child),
  .single-offre .fichiers__equipements:not(:first-child),
  .single-offre .fichiers__services:not(:first-child),
  .single-offre .fichiers__documents:not(:first-child),
  .single-offre .fichiers__traces:not(:first-child) {
    margin-left: 32px;
  }
  .single-offre .tarifs-ouvertures {
    margin-top: 48px;
    padding: 48px 0;
  }
  .single-offre .tarifs-ouvertures__tarifs .complement {
    width: 2.525rem;
  }
  .single-offre .tarifs-ouvertures__tarifs thead .icon {
    font-size: 2.125rem;
  }
  .single-offre .tarifs-ouvertures__tarifs tbody .icon {
    font-size: 1.5rem;
  }
  .single-offre .tarifs-ouvertures__moyens-paiement ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .single-offre .tarifs-ouvertures__moyens-paiement ul li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .single-offre .tarifs-ouvertures__ouvertures {
    margin-top: 48px;
  }
  .single-offre .tarifs-ouvertures__ouvertures .complement {
    margin-top: 32px;
  }
  .single-offre .cross-selling {
    margin-top: 48px;
    padding-bottom: 48px;
  }
  .single-offre .cross-selling .slick-slider {
    margin-top: 48px;
  }
  .page-template-meteo .fswf-multi-days .fswf-card {
    margin-inline: 16px;
    width: calc( ( 100% / 2 ) - 32px);
  }
  .page-template-sitemap .sitemap .pages {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .page-template-sitemap .sitemap .pages li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .page-template-sitemap .sitemap .pages li ul {
    margin-top: .25em;
  }
  .content-404 a {
    margin-top: 48px;
  }
  .search-results .results,
  .search-no-results .results {
    margin-top: 50px;
  }
  .search-results .results__empty__box,
  .search-no-results .results__empty__box {
    margin: 30px 0;
  }
  .search-results .results__empty .search-form-wrapper .search-form,
  .search-no-results .results__empty .search-form-wrapper .search-form {
    font-size: 20px;
  }
  .page-template-cirkwi section.cirkwi {
    margin: 48px 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .header__menu {
    left: -302px;
    width: 302px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .list > .el-list {
    width: calc(50% - 32px);
  }
}

@media (min-width: 783px) {
  .admin-bar > .header.fixed.visible {
    top: 32px;
  }
}

@media (min-width: 783px) and (max-width: 1279px) {
  .admin-bar .header__menu-wrapper {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}

@media (min-width: 991px) {
  .elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .list {
    flex-wrap: nowrap;
  }
  .elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .list > .el-list {
    margin: 0 16px;
  }
  .elementor-page:not(.privacy-policy) .bloc7 .zone_playlist .elementor-widget-fs-widget-playlist .playlist_list .owl-item {
    padding: 0 16px;
  }
}

@media (min-width: 1024px) {
  .listing__filtres .container .facettes .facette:not(.facette--checkboxes) {
    width: calc(25% - 16px);
  }
  .page-template-listing .listing__items .facetwp-template > .card,
  .page-template-sommaire .listing__items .facetwp-template > .card,
  .page-template-listing-document .listing__items .facetwp-template > .card,
  .page-template-accueil-espace .listing__items .facetwp-template > .card,
  .blog .listing__items .facetwp-template > .card,
  .category .listing__items .facetwp-template > .card,
  .home .agenda .listing__items .facetwp-template > .card,
  .page-template-accueil .agenda .listing__items .facetwp-template > .card {
    width: calc(33.33% - 32px);
  }
  .single-offre .affichage-champs__contact ul li {
    width: 33%;
  }
  .single-offre .affichage-champs__contact ul li.togglableValue .value, .single-offre .affichage-champs__contact ul li.adresse .value {
    max-width: calc(33vw - 32px - 2.375rem - 10px);
  }
}

@media (min-width: 1280px) {
  body::after {
    content: 'lg';
  }
  body.nav-opened {
    padding-top: 120px !important;
  }
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1202px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .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;
  }
  .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;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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,
  .header__favorites,
  .header .zeno_font_resizer_container {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2,
  .header__favorites,
  .header .zeno_font_resizer_container {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  h1,
  .h1,
  .titre.elementor-widget-text-editor h2,
  .elementor-widget-heading h2 {
    font-size: 50px;
  }
  h2, .h2, .reservation-banner__modal .widget-ar-dispo__titre {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  .header--alt .header__secondary-nav a, .header.fixed .header__secondary-nav a {
    color: #1b1b1b;
  }
  .header {
    height: 120px;
  }
  .header.fixed {
    top: -120px;
  }
  .nav-opened > .header {
    position: fixed !important;
    top: 0 !important;
  }
  .admin-bar.nav-opened > .header {
    top: 32px !important;
  }
  .header__col-right > * {
    margin-left: 16px;
  }
  .header__burger-btn::before {
    animation: outT .6s backwards;
    animation-direction: reverse;
  }
  .header__burger-btn span {
    animation: outM .6s backwards;
    animation-direction: reverse;
  }
  .header__burger-btn::after {
    animation: outBtm .6s backwards;
    animation-direction: reverse;
  }
  .header__burger-btn.active {
    z-index: 2000;
  }
  .header__burger-btn.active::before {
    animation: inT .6s forwards;
  }
  .header__burger-btn.active span {
    animation: inM .6s forwards;
  }
  .header__burger-btn.active::after {
    animation: inBtm .6s forwards;
  }
  .header__logo {
    display: block;
    margin-left: 24px;
  }
  .header__menu-wrapper.active .header__main-nav {
    right: 0;
  }
  .header__main-nav {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1b1b1b;
    z-index: 1080;
    transition: right .4s;
  }
  .header .header__main-nav {
    padding: 0 82px;
  }
  .header__main-nav > li > a {
    display: block;
    margin: 0 8px;
    padding: 0 8px;
    font-size: 24px;
    text-transform: uppercase;
    transition: color .15s;
  }
  .header__main-nav > li > a::after {
    content: '';
    display: block;
    width: 0;
    border-top: 4px solid;
    transition: width .2s;
  }
  .header__main-nav > li > a:hover {
    color: #76b860;
    text-decoration: none;
  }
  .header__main-nav > li > a:hover::after {
    width: 100%;
  }
  .header__main-nav > li > .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 120px);
    padding: 48px calc(((100% - 1170px) / 2) - 16px);
    background-color: #ede8e0;
    font-size: 20px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    transition: opacity .2s;
  }
  .header__main-nav > li > .sub-menu > ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .header__main-nav > li > .sub-menu > ul > li {
    width: 33.33%;
    padding: 0 16px;
  }
  .header__main-nav > li > .sub-menu > ul > li > a {
    display: table;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .15s;
  }
  .header__main-nav > li > .sub-menu > ul > li > a::after {
    content: '';
    display: block;
    width: 7.5em;
    border-top: 4px solid #76b860;
  }
  .header__main-nav > li > .sub-menu > ul > li > a:hover {
    color: #76b860;
    text-decoration: none;
  }
  .header__main-nav > li > .sub-menu > ul > li .sub-menu {
    margin-top: 1em;
    color: #717171;
  }
  .header__main-nav > li > .sub-menu > ul > li .sub-menu li {
    padding: .25em 0;
  }
  .header__main-nav > li > .sub-menu > ul > li:nth-child(n+4) {
    margin-top: 48px;
  }
  .header__main-nav > li .sub-menu .return,
  .header__main-nav > li .sub-menu > a {
    display: none;
  }
  .header__main-nav > li .sub-menu__push {
    width: 302px;
    min-width: 302px;
    padding: 0 16px;
  }
  .header__main-nav > li .sub-menu__push > .titre {
    text-align: center;
    margin-bottom: 32px;
  }
  .header__main-nav > li .sub-menu__push > .titre b {
    color: #76b860;
    display: block;
  }
  .header__main-nav > li .sub-menu__push .card {
    margin-top: 20px;
  }
  .header__main-nav > li.menu-item-home {
    display: none;
  }
  .header__main-nav > li.current-menu-item > a::after {
    width: 100%;
  }
  .header__main-nav > li.active > .sub-menu {
    pointer-events: auto;
    opacity: 1;
    z-index: 10;
  }
  .header__secondary-nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
  }
  .header__secondary-nav a {
    display: block;
    margin: 0 8px;
    padding: 0 8px;
    color: #fff;
  }
  .header__search .search-form-wrapper .close {
    right: 32px;
    top: 32px;
  }
  .header__search .search-form-wrapper .search-form,
  .header__search .search-form-wrapper #ajaxsearchlite1 {
    font-size: 24px;
  }
  .home .reassurance {
    margin: 50px auto;
    max-width: 1202px;
  }
  .home .reassurance .h1 {
    display: block;
    margin-bottom: 50px;
  }
  .home .reassurance .social-network {
    background-color: transparent;
  }
  .home .reassurance .social-network > div a > span,
  .home .reassurance .social-network > div:not(.mobile) {
    background-color: #ede8e0;
    height: 275px;
    width: 275px;
  }
  .home .reassurance .social-network > div a > span .icon,
  .home .reassurance .social-network > div:not(.mobile) .icon {
    margin-bottom: 10px;
    color: #ada186;
    width: 60px;
  }
  .home .reassurance .social-network > div a > span .h2:nth-child(n+2), .home .reassurance .social-network > div a > span .reservation-banner__modal .widget-ar-dispo__titre:nth-child(n+2), .reservation-banner__modal .home .reassurance .social-network > div a > span .widget-ar-dispo__titre:nth-child(n+2),
  .home .reassurance .social-network > div:not(.mobile) .h2:nth-child(n+2),
  .home .reassurance .social-network > div:not(.mobile) .reservation-banner__modal .widget-ar-dispo__titre:nth-child(n+2),
  .reservation-banner__modal .home .reassurance .social-network > div:not(.mobile) .widget-ar-dispo__titre:nth-child(n+2) {
    width: 67%;
    margin: 0 auto;
  }
  body:not(.home) .reassurance .social-network {
    justify-content: space-between;
  }
  body:not(.home) .reassurance .social-network > div a > span {
    flex-direction: row;
  }
  body:not(.home) .reassurance .social-network .__suivez-nous {
    flex-direction: row;
    flex-basis: unset;
  }
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1202px;
  }
  .footer__logo {
    width: 190px;
    margin: 0;
  }
  .footer__partenaires {
    max-width: 70%;
    margin-top: -1em;
  }
  .footer__partenaires li {
    width: auto;
  }
  .footer__partenaires a img,
  .footer__partenaires span img {
    max-width: 130px;
    max-height: 60px;
    transition: all .2s;
  }
  .footer__partenaires a img[src$='.svg'],
  .footer__partenaires span img[src$='.svg'] {
    height: 60px;
  }
  .footer__partenaires a:hover img[src$='.svg'], .footer__partenaires a:hover img[src$='.png'] {
    filter: brightness(0) invert(1);
  }
  .footer__bottom {
    width: 100%;
  }
  section.entete {
    margin-top: -120px;
  }
  .admin-bar section.entete:not(.entete--light) {
    min-height: calc(100vh - 32px);
  }
  .entete .container {
    padding-top: calc(120px + 2.5em);
    padding-bottom: 2.5em;
  }
  .entete--video.container-fluid:before, .entete--video.container-sm:before, .entete--video.container-md:before, .entete--video.container-lg:before, .entete--video.container-xl:before, .entete--video.container-lg:before, .entete--video.container-md:before, .entete--video.container-sm:before, .entete--video.container-xl:before {
    height: 120px;
  }
  .entete--offre .entete__categorie img {
    height: 2.375em;
  }
  .home .entete .container-fluid::before, .home .entete .container-sm::before, .home .entete .container-md::before, .home .entete .container-lg::before, .home .entete .container-xl::before {
    height: 120px;
  }
  .widget-ar-dispo .open_system_widget {
    flex-wrap: nowrap;
  }
  .widget-ar-produit {
    margin: 64px 0;
  }
  .widget-ar-produit .OsMoteurBody {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .home .widget-ar-dispo__titre {
    width: auto;
  }
  .home .widget-ar-dispo .OpenSystemSearch {
    padding-bottom: 0;
  }
  .home .widget-ar-dispo .open_system_submit {
    position: static;
  }
  .card__vignette::before {
    transition: background-color .2s;
  }
  .card__vignette img {
    transition: transform .3s;
  }
  .card__vignette .layer {
    padding: 24px;
  }
  .card__body {
    padding: 32px;
  }
  .card:hover__vignette img {
    transform: scale(1.05);
  }
  .elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section,
  .elementor-page:not(.privacy-policy) .elementor > .elementor-section {
    margin: 64px 0;
  }
  .elementor-page:not(.privacy-policy) .elementor-section-wrap > .elementor-section .elementor-widget-wrap > .elementor-section:not(:first-child),
  .elementor-page:not(.privacy-policy) .elementor > .elementor-section .elementor-widget-wrap > .elementor-section:not(:first-child) {
    margin-top: 64px;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    font-size: 30px;
  }
  .elementor-page:not(.privacy-policy) .bloc8 .bloc8_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
    font-size: 20px;
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    font-size: 30px;
  }
  .elementor-page:not(.privacy-policy) .bloc9 .bloc9_carrousel .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
    font-size: 15px;
  }
  .elementor-page:not(.privacy-policy) .bloc14 .section_boxed {
    margin-top: 40px !important;
  }
  .sync-sliders {
    margin: 64px auto;
  }
  .sync-sliders .container {
    display: flex;
    align-items: flex-start;
    max-width: 1412px;
  }
  .sync-sliders__texte {
    width: 37.75%;
    padding: 32px;
  }
  .sync-sliders__texte::before {
    width: calc(100vw - 32px);
  }
  .sync-sliders__slider-fade {
    width: calc(62.25% + 16px);
    margin-top: 64px;
    margin-right: -16px;
  }
  .sync-sliders--rtl .container {
    flex-direction: row-reverse;
  }
  .sync-sliders--rtl .sync-sliders__slider-fade {
    margin-left: -16px;
    margin-right: 0;
  }
  .modal-body {
    display: flex;
    flex-direction: row-reverse;
  }
  .modal-body__image, .modal-body__texte {
    flex: 1;
  }
  .modal-body__image:not(:last-child):not(:first-child)::before {
    height: 100%;
    padding-top: 0;
  }
  .listing__filtres .container {
    max-width: 1326px !important;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output {
    padding: 32px;
  }
  .widget-fairguest-detail {
    margin: 64px 0;
  }
  .home section.description,
  .page-template-accueil section.description {
    margin: 64px 0;
  }
  .home section.description .story h2,
  .page-template-accueil section.description .story h2 {
    margin-top: 48px;
  }
  .home section.description .story p,
  .page-template-accueil section.description .story p {
    font-size: 1rem;
  }
  .home .evasion,
  .page-template-accueil .evasion {
    margin: 64px 0;
  }
  .home .evasion .sliders,
  .page-template-accueil .evasion .sliders {
    margin-top: 48px;
    padding-bottom: 0;
  }
  .home .evasion .sliders .slick-arrow,
  .page-template-accueil .evasion .sliders .slick-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .home .evasion .sliders .slick-arrow.slick-prev,
  .page-template-accueil .evasion .sliders .slick-arrow.slick-prev {
    left: 32px;
    margin-left: 0;
  }
  .home .evasion .sliders .slick-arrow.slick-next,
  .page-template-accueil .evasion .sliders .slick-arrow.slick-next {
    right: 32px;
    margin-right: 0;
  }
  .home .evasion .sliders .slick-slide img,
  .page-template-accueil .evasion .sliders .slick-slide img {
    height: 570px;
  }
  .home .vegetal,
  .page-template-accueil .vegetal {
    margin: 100px 0;
  }
  .home .discover.container,
  .page-template-accueil .discover.container {
    margin: 64px auto;
  }
  .home .discover.container h1,
  .page-template-accueil .discover.container h1 {
    text-align: left;
    margin-left: 75px;
  }
  .home .discover.container .discover__content,
  .page-template-accueil .discover.container .discover__content {
    flex-direction: row;
  }
  .home .discover.container .discover__content .discover__content__text,
  .page-template-accueil .discover.container .discover__content .discover__content__text {
    margin: 3rem auto 7rem 0;
    padding: 80px 5rem 90px 80px;
    text-align: left;
  }
  .home .discover.container .discover__content p,
  .page-template-accueil .discover.container .discover__content p {
    width: 73%;
    margin: auto auto auto 0;
  }
  .home .discover.container .discover__content img,
  .page-template-accueil .discover.container .discover__content img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    right: 0.5rem;
    height: 33rem;
  }
  .page-template-listing .listing__body,
  .page-template-sommaire .listing__body,
  .page-template-listing-document .listing__body,
  .page-template-accueil-espace .listing__body,
  .blog .listing__body,
  .category .listing__body,
  .home .agenda .listing__body,
  .page-template-accueil .agenda .listing__body {
    margin-bottom: 60px;
  }
  .page-template-listing .listing__map,
  .page-template-sommaire .listing__map,
  .page-template-listing-document .listing__map,
  .page-template-accueil-espace .listing__map,
  .blog .listing__map,
  .category .listing__map,
  .home .agenda .listing__map,
  .page-template-accueil .agenda .listing__map {
    margin-top: 60px;
  }
  .page-template-listing .listing__items,
  .page-template-sommaire .listing__items,
  .page-template-listing-document .listing__items,
  .page-template-accueil-espace .listing__items,
  .blog .listing__items,
  .category .listing__items,
  .home .agenda .listing__items,
  .page-template-accueil .agenda .listing__items {
    margin-top: 60px;
  }
  .page-template-listing-map .listing__content {
    margin-top: 48px;
  }
  .page-template-listing-map .listing .container {
    max-width: 1528px;
  }
  .page-template-listing-map .listing__body {
    min-height: 608px;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
  }
  .page-template-listing-map .listing__body.map-enabled .listing__map {
    left: calc(50% + 16px);
  }
  .page-template-listing-map .listing__body.map-enabled .listing__content {
    padding-right: 50%;
  }
  .page-template-listing-map .listing__body.map-enabled .listing__items .facetwp-template > .card {
    width: calc(50% - 32px);
  }
  .page-template-listing-map .listing__map, .page-template-listing-map .listing__content {
    flex-grow: 1;
  }
  .page-template-listing-map .listing__map {
    width: calc(50% - 16px);
    margin-top: 0;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    z-index: 1;
  }
  .page-template-listing-map .listing__map.fixed {
    position: fixed;
  }
  .page-template-listing-map .listing__map.bottom {
    top: auto;
    bottom: 0;
  }
  .page-template-listing-map .listing__map .map {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .page-template-listing-map .listing__content {
    width: calc(50% + 16px);
  }
  .page-template-listing-map .listing__top .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-template-listing-map .listing__items .facetwp-template {
    margin: -16px;
  }
  .page-template-listing-map .listing__items .facetwp-template > .card,
  .page-template-listing-map .listing__items .facetwp-template > .card:nth-child(n+2) {
    width: calc(25% - 32px);
    margin: 16px;
  }
  .single-offre .descriptif {
    margin: 88px 0 56px;
  }
  .single-offre .affichage-champs {
    margin: 64px 0;
  }
  .single-offre .affichage-champs .h2, .single-offre .affichage-champs .reservation-banner__modal .widget-ar-dispo__titre, .reservation-banner__modal .single-offre .affichage-champs .widget-ar-dispo__titre {
    margin-top: 56px;
  }
  .single-offre .affichage-champs__contact + .affichage-champs__bottom:not(.no-photo) {
    margin-top: 216px;
  }
  .single-offre .affichage-champs__contact ul li {
    width: 25%;
  }
  .single-offre .affichage-champs__contact ul li.togglableValue .value, .single-offre .affichage-champs__contact ul li.adresse .value {
    max-width: calc(260px - 2.375rem - 10px);
  }
  .single-offre .affichage-champs__labels {
    width: calc(50% - 16px);
    margin-top: 64px;
  }
  .single-offre .affichage-champs__circuit {
    width: calc(50% - 16px);
    margin-top: 64px;
  }
  .single-offre .affichage-champs__bottom {
    margin-top: 56px;
    padding-bottom: 56px;
  }
  .single-offre .affichage-champs__bottom::before {
    left: -116px;
    right: -116px;
  }
  .single-offre .affichage-champs__bottom .d-lg-flex > div {
    flex: 1;
  }
  .single-offre .affichage-champs__photos {
    order: 1;
    min-width: calc(50% + (100vw - 1202px) / 2);
    width: calc(50% + (100vw - 1202px) / 2);
    margin-top: -160px;
    margin-left: 32px;
    margin-right: calc(-16px - (100vw - 1202px) / 2);
  }
  .single-offre .prestations,
  .single-offre .fichiers {
    margin: 64px 0;
  }
  .single-offre .prestations ul,
  .single-offre .fichiers ul {
    margin-top: 1em;
  }
  .single-offre .prestations__equipements ul, .single-offre .prestations__services ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .single-offre .prestations__equipements ul li, .single-offre .prestations__services ul li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .single-offre .tarifs-ouvertures {
    margin-top: 64px;
    padding: 64px 0;
  }
  .single-offre .tarifs-ouvertures .container {
    display: flex;
  }
  .single-offre .tarifs-ouvertures .container > div {
    width: calc(50% - 64px);
  }
  .single-offre .tarifs-ouvertures .container > div:not(:first-child) {
    margin-left: 128px;
  }
  .single-offre .tarifs-ouvertures__moyens-paiement ul {
    margin-top: 1em;
  }
  .single-offre .tarifs-ouvertures__ouvertures {
    margin-top: 0;
  }
  .single-offre .cross-selling {
    margin-top: 64px;
    padding-bottom: 64px;
  }
  .single-offre .cross-selling .slick-slider {
    margin-top: 64px;
    padding-bottom: 0;
  }
  .single-offre .cross-selling .slick-slider .slick-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .single-offre .cross-selling .slick-slider .slick-arrow.slick-prev {
    left: -16px;
    margin-left: 0;
  }
  .single-offre .cross-selling .slick-slider .slick-arrow.slick-next {
    right: -16px;
    margin-right: 0;
  }
  .page-template-contact section.content {
    padding: 40px 0 64px;
  }
  .page-template-contact section.content .wpcf7 .wpcf7-form .field {
    margin-top: 32px;
  }
  .page-template-contact section.content .wpcf7 .wpcf7-form small.mentions {
    margin-top: 48px;
  }
  .page-template-meteo .previsions .data-day {
    width: calc(32% - 30px);
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-template-meteo .fswf-multi-days .fswf-card {
    width: calc( ( 100% / 3 ) - 32px);
  }
  .page-template-sitemap .sitemap {
    margin: 64px auto;
  }
  .content-404 {
    min-height: calc(100vh - 120px);
    padding: 64px auto;
  }
  .search-results .results,
  .search-no-results .results {
    margin-top: 60px;
  }
  .search-results .results__empty__box,
  .search-no-results .results__empty__box {
    margin: 50px 0;
  }
  .search-results .results__empty .search-form-wrapper .search-form,
  .search-no-results .results__empty .search-form-wrapper .search-form {
    font-size: 24px;
  }
  .page-template-cirkwi section.cirkwi {
    margin: 64px 0;
  }
}

@media (max-width: 1279px) and (min-width: 1280px) {
  .header__main-nav .sub-menu__push > .titre {
    display: block;
  }
}

@media (min-width: 1412px) {
  .sync-sliders__texte::before {
    width: 1380px;
  }
  .sync-sliders__slider-fade {
    width: calc(62.25% + 16px + (100vw - 1380px) / 2);
    margin-right: calc(-16px - (100vw - 1380px) / 2);
  }
  .sync-sliders--rtl .sync-sliders__slider-fade {
    margin-left: calc(-16px - (100vw - 1380px) / 2);
  }
}

@media (min-width: 1440px) {
  body::after {
    content: 'xl';
  }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .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;
  }
  .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-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .header__search .search-form-wrapper .search-form,
  .header__search .search-form-wrapper #ajaxsearchlite1 {
    font-size: 28px;
  }
  .sync-sliders__texte {
    padding: 64px;
  }
  .sync-sliders__texte {
    padding: 96px;
  }
  .sync-sliders__slider-fade {
    width: 985px;
    margin-top: 96px;
    margin-right: -126px;
  }
  .sync-sliders--rtl .sync-sliders__slider-fade {
    margin-left: -126px;
  }
  .home .evasion .sliders .slick-arrow.slick-prev,
  .page-template-accueil .evasion .sliders .slick-arrow.slick-prev {
    left: -64px;
  }
  .home .evasion .sliders .slick-arrow.slick-next,
  .page-template-accueil .evasion .sliders .slick-arrow.slick-next {
    right: -64px;
  }
  .home .discover.container .discover__content img,
  .page-template-accueil .discover.container .discover__content img {
    top: 0;
    right: -4.5rem;
    transform: unset;
    height: auto;
  }
  .single-offre .cross-selling .slick-slider .slick-arrow.slick-prev {
    left: -66px;
  }
  .single-offre .cross-selling .slick-slider .slick-arrow.slick-next {
    right: -66px;
  }
  .search-results .results__empty .search-form-wrapper .search-form,
  .search-no-results .results__empty .search-form-wrapper .search-form {
    font-size: 28px;
  }
}

@media (min-width: 1568px) {
  .header .header__main-nav {
    padding: 0 calc(((100% - 1568px) / 2) + 82px);
  }
}

@media (min-width: 1600px) {
  .home .evasion .sliders .slick-arrow.slick-prev,
  .page-template-accueil .evasion .sliders .slick-arrow.slick-prev {
    left: -128px;
  }
  .home .evasion .sliders .slick-arrow.slick-next,
  .page-template-accueil .evasion .sliders .slick-arrow.slick-next {
    right: -128px;
  }
  .single-offre .affichage-champs__photos {
    min-width: 800px;
    width: 800px;
    margin-right: -231px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .btn, .content-404 a {
    transition: none;
  }
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
  .custom-switch .custom-control-label::after {
    transition: none;
  }
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
  .modal.fade .modal-dialog {
    transition: none;
  }
}

@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;
  }
  *,
  *::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: 1280px !important;
  }
  .container {
    min-width: 1280px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #1b1b1b;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f5f2ee !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #f5f2ee;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #f5f2ee;
  }
}

@media (max-width: 767px) {
  .header__menu {
    left: -216px;
    width: 216px;
  }
}

@media (max-width: 1279px) {
  .header__menu {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    color: #1b1b1b;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left .3s;
  }
  .header__menu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    transition: width 0s .3s;
    z-index: 1080;
    overflow: hidden;
  }
  .admin-bar .header__menu-wrapper {
    top: 46px;
    height: calc(100% - 46px);
  }
  .header__menu-wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 27, 27, 0.5);
    opacity: 0;
    transition: opacity .3s;
  }
  .header__menu-wrapper.active {
    width: 100%;
    transition: width 0s;
  }
  .header__menu-wrapper.active .overlay {
    opacity: 1;
  }
  .header__menu-wrapper.active .header__menu {
    left: 0;
  }
  .header__main-nav li > a {
    display: block;
    padding: .5em 1em;
  }
  .header__main-nav li:not(:first-child) {
    border-top: 2px solid #76b860;
  }
  .header__main-nav li.menu-item-has-children {
    display: flex;
  }
  .header__main-nav li.menu-item-has-children > a {
    flex: 1;
  }
  .header__main-nav li.menu-item-has-children::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: '>';
    min-width: 3em;
    margin-left: auto;
    color: #76b860;
  }
  .header__main-nav li.menu-item-has-children.active > .sub-menu {
    left: 0;
  }
  .header__main-nav .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    transition: left .3s;
  }
  .header__main-nav .sub-menu .return {
    display: block;
    width: 100%;
    padding: .5em 1em .5em 2em;
    background-color: #76b860;
    color: #fff;
    font-weight: 600;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .header__main-nav .sub-menu .return::before {
    content: '<';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .header__main-nav .sub-menu > a {
    display: block;
    width: 100%;
    padding: .5em 1em;
    background-color: #3f7426;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header__main-nav .sub-menu__push {
    margin: 1em 0;
    padding: 0 16px;
  }
  .header__main-nav .sub-menu__push > .titre {
    display: none;
  }
  .header__main-nav .sub-menu__push .card {
    margin-top: 1em;
  }
  .header__secondary-nav {
    margin-top: 1em;
    color: #76b860;
  }
  .header__secondary-nav li a {
    display: block;
    padding: .25em 1em .25em 2em;
  }
  .header__secondary-nav li a::before {
    content: '>';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
}

@media (orientation: portrait) {
  section.entete {
    min-height: 65vh;
  }
}

@media (max-width: 768px) {
  .sync-sliders {
    margin: 48px auto;
  }
  .page-template-sommaire .listing__paragraphe {
    max-width: 90%;
  }
  .page-template-meteo h1 {
    font-size: 3rem;
  }
  .page-template-sitemap .sitemap {
    margin: 48px auto;
  }
  .content-404 {
    padding: 48px auto;
  }
}

@media (max-width: 1440px) {
  .page-template-sommaire .listing .container {
    max-width: 1170px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media (max-width: 1280px) {
  .page-template-meteo .previsions .data-day {
    width: calc(50% - 30px);
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  .header__meteo .fs-wf-forecast .fswf-daily__temperatures {
    display: none;
  }
}

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