/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../css/files/owl.video.play.4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; 
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@charset "UTF-8";
/* // COLORS
// $primary
// $secondary
// $success
// $info
// $warning
// $danger
// $light
// $dark

// $text-muted
// $body-bg
// $body-color
// $link-color
*/
/* // GRID
// $grid-gutter-width: 30px;
*/
/* // SIZES
// $font-size-base
// $font-family-base
// $font-weight-base

// $sizes: ();
*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #F7B0B0;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fcc666;
  --secondary: #bbb59b;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f7f4ef;
  --dark: #231F1E;
  --secondary2: #c6c1ac;
  --secondary3: #d2cdbc;
  --secondary4: #F5EFDF;
  --mustard: #EDA32C;
  --kangaroo: #c7c2ac;
  --ecru: #d3cfbd;
  --saumon: #FC9F90;
  --darksaumon: #F67A56;
  --darkgreen: #4A5626;
  --bluesky: #BFE6F8;
  --darkbeige: #BBB59B;
  --persian-green: #15A396;
  --dark-aqua: #0F6C64;
  --pink: #F7B0B0;
  --pink2: #E89999;
  --dark-pastel-blue: #779AC2;
  --merino: #EFF2E5;
  --spruce: #126022;
  --pale-leaf: #C2D4BC;
  --khaki-green: #7B853C;
  --wild-willow: #BACB58;
  --white: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-3xl: 2200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

article, footer, nav, section {
  display: block; }

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

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

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

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

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

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

b,
strong {
  font-weight: bolder; }


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

sup {
  top: -.5em; }

a {
  color: #fcc666;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #fbaa1b;
    text-decoration: underline; }

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

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

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

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

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

table {
  border-collapse: collapse; }

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,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

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

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

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


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

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

textarea {
  overflow: auto;
  resize: vertical; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .home-menu-title .home-menu-h, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

h2, .h2, .home-menu-title .home-menu-h {
  font-size: 2rem; }

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

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

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

.lead, .big-lead, .module-item .item-description p,
.lieu-item .item-description p {
  font-size: 1.25rem;
  font-weight: 300; }

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

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

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

 .category-ul li {
  display: inline-block; }
   .category-ul li:not(:last-child) {
    margin-right: 0.5rem; }

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1440px; } }

@media (min-width: 2200px) {
  .container {
    max-width: 1440px; } }

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

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

.col-1, .col-3, .col-4, .col-5, .col-6, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-5, .col-sm-6, .col-sm-9, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-10, .col-md, .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-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-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-4, .col-xxl-5, .col-xxl-7, .col-xxl-8, .col-3xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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-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-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    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-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    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-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%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1500px) {
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 2200px) {
  .col-3xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

.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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #fef5e3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 198, 102, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 198, 102, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #212529;
  background-color: #fcc666;
  border-color: #fcc666; }
  .btn-primary:hover {
    color: #212529;
    background-color: #fbb840;
    border-color: #fbb334; }
  .btn-primary:focus {
    color: #212529;
    background-color: #fbb840;
    border-color: #fbb334;
    box-shadow: 0 0 0 0.2rem rgba(219, 174, 93, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fcc666;
    border-color: #fcc666; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #fbb334;
    border-color: #fbaf27; }
    .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.2rem rgba(219, 174, 93, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .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.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f7f4ef;
  border-color: #f7f4ef; }
  .btn-light:hover {
    color: #212529;
    background-color: #eae2d6;
    border-color: #e6ddcd; }
  .btn-light:focus {
    color: #212529;
    background-color: #eae2d6;
    border-color: #e6ddcd;
    box-shadow: 0 0 0 0.2rem rgba(215, 213, 209, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f7f4ef;
    border-color: #f7f4ef; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6ddcd;
    border-color: #e2d7c5; }
    .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.2rem rgba(215, 213, 209, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #231F1E;
  border-color: #231F1E; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #0e0d0c;
    border-color: #080706; }
  .btn-dark:focus {
    color: #FFFFFF;
    background-color: #0e0d0c;
    border-color: #080706;
    box-shadow: 0 0 0 0.2rem rgba(68, 65, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #231F1E;
    border-color: #231F1E; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #080706;
    border-color: #010101; }
    .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.2rem rgba(68, 65, 64, 0.5); }

.btn-mustard {
  color: #212529;
  background-color: #EDA32C;
  border-color: #EDA32C; }
  .btn-mustard:hover {
    color: #212529;
    background-color: #e09113;
    border-color: #d48a12; }
  .btn-mustard:focus {
    color: #212529;
    background-color: #e09113;
    border-color: #d48a12;
    box-shadow: 0 0 0 0.2rem rgba(206, 144, 44, 0.5); }
  .btn-mustard.disabled, .btn-mustard:disabled {
    color: #212529;
    background-color: #EDA32C;
    border-color: #EDA32C; }
  .btn-mustard:not(:disabled):not(.disabled):active, .btn-mustard:not(:disabled):not(.disabled).active,
  .show > .btn-mustard.dropdown-toggle {
    color: #FFFFFF;
    background-color: #d48a12;
    border-color: #c88211; }
    .btn-mustard:not(:disabled):not(.disabled):active:focus, .btn-mustard:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mustard.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 144, 44, 0.5); }

.btn-bluesky {
  color: #212529;
  background-color: #BFE6F8;
  border-color: #BFE6F8; }
  .btn-bluesky:hover {
    color: #212529;
    background-color: #9dd9f4;
    border-color: #91d4f3; }
  .btn-bluesky:focus {
    color: #212529;
    background-color: #9dd9f4;
    border-color: #91d4f3;
    box-shadow: 0 0 0 0.2rem rgba(167, 201, 217, 0.5); }
  .btn-bluesky.disabled, .btn-bluesky:disabled {
    color: #212529;
    background-color: #BFE6F8;
    border-color: #BFE6F8; }
  .btn-bluesky:not(:disabled):not(.disabled):active, .btn-bluesky:not(:disabled):not(.disabled).active,
  .show > .btn-bluesky.dropdown-toggle {
    color: #212529;
    background-color: #91d4f3;
    border-color: #86d0f2; }
    .btn-bluesky:not(:disabled):not(.disabled):active:focus, .btn-bluesky:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bluesky.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(167, 201, 217, 0.5); }

.btn-pink {
  color: #212529;
  background-color: #F7B0B0;
  border-color: #F7B0B0; }
  .btn-pink:hover {
    color: #212529;
    background-color: #f38d8d;
    border-color: #f28282; }
  .btn-pink:focus {
    color: #212529;
    background-color: #f38d8d;
    border-color: #f28282;
    box-shadow: 0 0 0 0.2rem rgba(215, 155, 156, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #212529;
    background-color: #F7B0B0;
    border-color: #F7B0B0; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #212529;
    background-color: #f28282;
    border-color: #f17676; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 155, 156, 0.5); }

.btn-dark-pastel-blue {
  color: #FFFFFF;
  background-color: #779AC2;
  border-color: #779AC2; }
  .btn-dark-pastel-blue:hover {
    color: #FFFFFF;
    background-color: #5d86b6;
    border-color: #5480b2; }
  .btn-dark-pastel-blue:focus {
    color: #FFFFFF;
    background-color: #5d86b6;
    border-color: #5480b2;
    box-shadow: 0 0 0 0.2rem rgba(139, 169, 203, 0.5); }
  .btn-dark-pastel-blue.disabled, .btn-dark-pastel-blue:disabled {
    color: #FFFFFF;
    background-color: #779AC2;
    border-color: #779AC2; }
  .btn-dark-pastel-blue:not(:disabled):not(.disabled):active, .btn-dark-pastel-blue:not(:disabled):not(.disabled).active,
  .show > .btn-dark-pastel-blue.dropdown-toggle {
    color: #FFFFFF;
    background-color: #5480b2;
    border-color: #4d79ac; }
    .btn-dark-pastel-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-pastel-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-pastel-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 169, 203, 0.5); }

.btn-pale-leaf {
  color: #212529;
  background-color: #C2D4BC;
  border-color: #C2D4BC; }
  .btn-pale-leaf:hover {
    color: #212529;
    background-color: #adc5a5;
    border-color: #a6c09d; }
  .btn-pale-leaf:focus {
    color: #212529;
    background-color: #adc5a5;
    border-color: #a6c09d;
    box-shadow: 0 0 0 0.2rem rgba(170, 186, 166, 0.5); }
  .btn-pale-leaf.disabled, .btn-pale-leaf:disabled {
    color: #212529;
    background-color: #C2D4BC;
    border-color: #C2D4BC; }
  .btn-pale-leaf:not(:disabled):not(.disabled):active, .btn-pale-leaf:not(:disabled):not(.disabled).active,
  .show > .btn-pale-leaf.dropdown-toggle {
    color: #212529;
    background-color: #a6c09d;
    border-color: #9fbb95; }
    .btn-pale-leaf:not(:disabled):not(.disabled):active:focus, .btn-pale-leaf:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pale-leaf.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(170, 186, 166, 0.5); }

.btn-khaki-green {
  color: #FFFFFF;
  background-color: #7B853C;
  border-color: #7B853C; }
  .btn-khaki-green:hover {
    color: #FFFFFF;
    background-color: #636b30;
    border-color: #5a622c; }
  .btn-khaki-green:focus {
    color: #FFFFFF;
    background-color: #636b30;
    border-color: #5a622c;
    box-shadow: 0 0 0 0.2rem rgba(143, 151, 89, 0.5); }
  .btn-khaki-green.disabled, .btn-khaki-green:disabled {
    color: #FFFFFF;
    background-color: #7B853C;
    border-color: #7B853C; }
  .btn-khaki-green:not(:disabled):not(.disabled):active, .btn-khaki-green:not(:disabled):not(.disabled).active,
  .show > .btn-khaki-green.dropdown-toggle {
    color: #FFFFFF;
    background-color: #5a622c;
    border-color: #525928; }
    .btn-khaki-green:not(:disabled):not(.disabled):active:focus, .btn-khaki-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-khaki-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 151, 89, 0.5); }

.btn-link {
  font-weight: 400;
  color: #fcc666;
  text-decoration: none; }
  .btn-link:hover {
    color: #fbaa1b;
    text-decoration: underline; }
  .btn-link:focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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


.dropdown {
  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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.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: #FFFFFF;
    text-decoration: none;
    background-color: #fcc666; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

.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: #FFFFFF;
    border-color: #fcc666;
    background-color: #fcc666; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(252, 198, 102, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #fef5e3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: white;
    border-color: white; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    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-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFFFFF;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(252, 198, 102, 0.5); }

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

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

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

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

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

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

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

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fcc666;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #fbaa1b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 198, 102, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #fcc666;
  border-color: #fcc666; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
  .close:hover {
    color: #000;
    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;
  appearance: none; }

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(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 #dee2e6;
  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; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.carousel {
  position: relative; }

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

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

.carousel-item.active {
  display: block; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

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

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

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

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

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

.bg-secondary2 {
  background-color: #c6c1ac !important; }

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

.bg-secondary3 {
  background-color: #d2cdbc !important; }

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

.bg-secondary4 {
  background-color: #F5EFDF !important; }

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

.bg-mustard {
  background-color: #EDA32C !important; }

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

.bg-ecru {
  background-color: #d3cfbd !important; }

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

.bg-saumon {
  background-color: #FC9F90 !important; }

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

.bg-darksaumon {
  background-color: #F67A56 !important; }

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

.bg-darkgreen {
  background-color: #4A5626 !important; }

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

.bg-bluesky {
  background-color: #BFE6F8 !important; }

a.bg-bluesky:hover, a.bg-bluesky:focus,
button.bg-bluesky:hover,
button.bg-bluesky:focus {
  background-color: #91d4f3 !important; }

.bg-darkbeige {
  background-color: #BBB59B !important; }

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

.bg-pink {
  background-color: #F7B0B0 !important; }

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

.bg-dark-pastel-blue {
  background-color: #779AC2 !important; }

a.bg-dark-pastel-blue:hover, a.bg-dark-pastel-blue:focus,
button.bg-dark-pastel-blue:hover,
button.bg-dark-pastel-blue:focus {
  background-color: #5480b2 !important; }

.bg-merino {
  background-color: #EFF2E5 !important; }

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

.bg-pale-leaf {
  background-color: #C2D4BC !important; }

a.bg-pale-leaf:hover, a.bg-pale-leaf:focus,
button.bg-pale-leaf:hover,
button.bg-pale-leaf:focus {
  background-color: #a6c09d !important; }

.bg-wild-willow {
  background-color: #BACB58 !important; }

a.bg-wild-willow:hover, a.bg-wild-willow:focus,
button.bg-wild-willow:hover,
button.bg-wild-willow:focus {
  background-color: #a4b739 !important; }

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

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

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

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

.border-saumon {
  border-color: #FC9F90 !important; }

.border-spruce {
  border-color: #126022 !important; }

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; } }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  
  .embed-responsive embed,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

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

@media (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start !important; } }

@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end !important; } }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

.mt-6 {
  margin-top: 4rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

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

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


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

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


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


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


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

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


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

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


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

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


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

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


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


.px-4 {
  padding-left: 1.5rem !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; }


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

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


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


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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0 !important; } }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-7 {
    margin-left: 6rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .pr-xl-6 {
    padding-right: 4rem !important; } }

@media (min-width: 1500px) {
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; } }

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

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

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

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

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

@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right !important; } }

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

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

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

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

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

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

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

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

.text-dark {
  color: #231F1E !important; }

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

.text-secondary4 {
  color: #F5EFDF !important; }

a.text-secondary4:hover, a.text-secondary4:focus {
  color: #e3d2a5 !important; }

.text-darkgreen {
  color: #4A5626 !important; }

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

.text-darkbeige {
  color: #BBB59B !important; }

a.text-darkbeige:hover, a.text-darkbeige:focus {
  color: #9c936d !important; }

.text-pink2 {
  color: #E89999 !important; }

a.text-pink2:hover, a.text-pink2:focus {
  color: #da5b5b !important; }

.text-dark-pastel-blue {
  color: #779AC2 !important; }

a.text-dark-pastel-blue:hover, a.text-dark-pastel-blue:focus {
  color: #4973a3 !important; }

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

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

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

/* ANIMATE.CSS */
/* Exemple d'import d'une animation */
/* VARIABLES */
/* SECTIONS */
/* SECTION MARGIN */
/* IMG ZOOM */
/* PLACEHOLDER */
/* IE FIX */
/* COLOR HOVER FOR BOOTSTRAP COLORS */
/* COMPONENTS
A décommenter si vous utilisez les classes */
/* SECTIONS */
.section {
  padding: 80px 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .section {
      padding: 30px 0; } }

.section-bottom {
  padding: 0 0 80px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section-bottom {
      padding: 0 0 60px; } }
  @media (max-width: 991.98px) {
    .section-bottom {
      padding: 0 0 30px; } }

.section-top {
  padding: 80px 0 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section-top {
      padding: 60px 0 0; } }
  @media (max-width: 991.98px) {
    .section-top {
      padding: 30px 0 0; } }

/* SECTIONS MARGIN */

/* IMG ZOOM */

@media (min-width: 1200px) {
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%; } }

.has-error .form-control {
  border-color: #dc3545; }

.help-block {
  color: #dc3545;
  list-style-type: none;
  padding: 4px 0 0; }

/* cardo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  src: url(../css/files/cardo-v19-latin-regular.c1570bbb1803261029ee01e99efb78c9.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* cardo-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: italic;
  font-weight: 400;
  src: url(../css/files/cardo-v19-latin-italic.03846fd1ff535c1abbee5fb624297d50.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* cardo-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  src: url(../css/files/cardo-v19-latin-700.d9e893c50be9ed3984ff4db3855a55d2.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 100;
  src: url(../css/files/josefin-sans-v32-latin-100.b30b7b1147410c0a46c7d4d6cd33b563.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 100;
  src: url(../css/files/josefin-sans-v32-latin-100italic.7256ed67cf9da144494b7b652ee27093.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 200;
  src: url(../css/files/josefin-sans-v32-latin-200.4c8b1466f2cf09339316e024710516d1.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-200italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 200;
  src: url(../css/files/josefin-sans-v32-latin-200italic.66813c147326752444840e3c972da4f9.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../css/files/josefin-sans-v32-latin-300.ad00fd84686ef405e31c380205f415f8.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 300;
  src: url(../css/files/josefin-sans-v32-latin-300italic.9a2c467df962e5adbf95ea83995162bd.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../css/files/josefin-sans-v32-latin-regular.05110e0dbae56dcfb519fccb407e0f64.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 400;
  src: url(../css/files/josefin-sans-v32-latin-italic.efda82244b4f32b5fb00036eea4b4616.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../css/files/josefin-sans-v32-latin-500.3bc9f7005e8eec4b70394989d20729b4.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 500;
  src: url(../css/files/josefin-sans-v32-latin-500italic.74e0d8184e729b6b1c45ffe6887f26fa.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../css/files/josefin-sans-v32-latin-600.fbceb2bfb07bf7b621fcf3b541c17020.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 600;
  src: url(../css/files/josefin-sans-v32-latin-600italic.73df3e5f5528c99f5886fb3020c4920e.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../css/files/josefin-sans-v32-latin-700.52bf3753e8445e14dd2528d102ba0ee8.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* josefin-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 700;
  src: url(../css/files/josefin-sans-v32-latin-700italic.2383d410ef5c072f7ef493c2fa39b80d.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

@font-face {
  font-display: swap;
  font-family: 'zooja';
  font-style: normal;
  src: url(../css/files/zooja-pro.3cc696b0ec532d4649010ba32b9b607e.woff2); }

/* mate-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mate';
  font-style: normal;
  font-weight: 400;
  src: url(../css/files/mate-v17-latin-regular.29f5ba8fc1f2ac21fa0ed86ec404bcde.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

@font-face {
  font-display: swap;
  font-family: 'mentasta';
  font-style: normal;
  font-weight: 400;
  src: url(../css/files/EDMentasta-Regular.8fc40fbfb15294481f9d2e8a1190954c.ttf) format("truetype"); }

@font-face {
  font-family: 'doms-alfred';
  src: url(../css/files/doms-alfred.41869dc9903d7cbe00a56b1b5d39eeb8.eot);
  src: url(../css/files/doms-alfred.41869dc9903d7cbe00a56b1b5d39eeb8.eot#iefix) format("embedded-opentype"), url(../css/files/doms-alfred.5f127b173ae2a101930fb931944d56f7.woff2) format("woff2"), url(../css/files/doms-alfred.9877f620990ca67229388b72409a14e3.ttf) format("truetype"), url(../css/files/doms-alfred.3913b2b85b5e47c59fecbc195e30279f.woff) format("woff"), url(../css/files/doms-alfred.038ed68ec113f6e899d0bbbe9b9f2252.svg#doms-alfred) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="doms-alfred-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'doms-alfred' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.doms-alfred-calendar:before {
  content: "\E906"; }

.doms-alfred-eye:before {
  content: "\E900";
  color: white; }

.doms-alfred-eye:after {
  content: "\E901";
  margin-left: -1.625em;
  color: #303333; }

.doms-alfred-facebook:before {
  content: "\E902"; }

.doms-alfred-instagram:before {
  content: "\E903"; }

.doms-alfred-linkedin:before {
  content: "\E904"; }

.doms-alfred-youtube:before {
  content: "\E905"; }

footer {
  font-family: "Josefin Sans"; }
  footer ul {
    padding: 0; }
    footer ul li {
      list-style: none; }

.font-cardo, nav#navbar {
  font-family: "Cardo", serif; }

nav#navbar {
  position: sticky;
  top: 0;
  z-index: 999; }
  nav#navbar a {
    color: white; }
    nav#navbar a#nav-booking {
      background-color: #FFFFFF;
      padding: 15px 18px 13px 18px;
      text-align: center; }
      nav#navbar a#nav-booking .doms-alfred-calendar {
        margin-right: 7px; }
      @media (max-width: 1199.98px) {
        nav#navbar a#nav-booking {
          margin-bottom: 20px; } }
  nav#navbar #navbarText .navbar-nav {
    display: flex;
    align-items: center; }
    nav#navbar #navbarText .navbar-nav .nav-item {
      white-space: nowrap;
      display: inline-flex;
      align-items: center; }
      nav#navbar #navbarText .navbar-nav .nav-item:not(:last-child)::after {
        margin: 0 10px;
        content: "";
        display: inline;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #231F1E; }
        @media (max-width: 1499.98px) {
          nav#navbar #navbarText .navbar-nav .nav-item:not(:last-child)::after {
            content: none; } }
  nav#navbar #navbarText #nav-socials {
    font-size: 1.25rem;
    align-self: flex-end; }
    nav#navbar #navbarText #nav-socials ul {
      justify-content: center;
      gap: 6px;
      margin: 0; }
  nav#navbar #navbarText #dropdownLang .dropdown-menu {
    left: auto; }
    @media (max-width: 1499.98px) {
      nav#navbar #navbarText #dropdownLang .dropdown-menu {
        align-self: center; } }
  nav#navbar #navbarText .dropdown {
    display: flex;
    justify-content: center; }
    @media (min-width: 1200px) {
      nav#navbar #navbarText .dropdown {
        align-self: flex-end; } }
    @media (max-width: 1499.98px) {
      nav#navbar #navbarText .dropdown {
        flex-direction: column; } }
    nav#navbar #navbarText .dropdown .btn {
      padding: 0;
      font-size: 1rem; }
      @media (min-width: 1200px) {
        nav#navbar #navbarText .dropdown .btn {
          align-self: flex-end; } }
    nav#navbar #navbarText .dropdown .dropdown-menu {
      width: fit-content;
      border-radius: 0;
      border: none;
      min-width: 0;
      padding: 12px 5px;
      top: calc(100% - 2px); }
      nav#navbar #navbarText .dropdown .dropdown-menu .menu {
        display: flex; }
        nav#navbar #navbarText .dropdown .dropdown-menu .menu .dropdown-item {
          color: #231F1E;
          padding: 0 10px;
          width: fit-content; }
          nav#navbar #navbarText .dropdown .dropdown-menu .menu .dropdown-item:not(:last-child) {
            border-right: 2px solid #BBB59B; }
          nav#navbar #navbarText .dropdown .dropdown-menu .menu .dropdown-item.active {
            display: none; }
          nav#navbar #navbarText .dropdown .dropdown-menu .menu .dropdown-item:hover {
            text-decoration: underline;
            background-color: transparent; }

.burger {
  outline: 0 !important;
  margin-top: 1rem; }

.col-fixed {
  position: fixed;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f4ef;
  padding: 12px 8px; }
  @media (min-width: 1200px) and (max-width: 1499.98px) {
    .col-fixed {
      margin-left: -20px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .col-fixed {
      position: absolute;
      width: 90px;
      padding: 0;
      margin-left: 25px;
      margin-top: 12px; } }
  @media (max-width: 991.98px) {
    .col-fixed {
      position: absolute;
      width: 60px;
      padding: 0;
      margin-left: 15px; } }
  .col-fixed button {
    margin-top: 1.5rem;
    background: 0;
    border: none;
    padding: 0;
    outline: 0; }

.bg-secondary4 .col-fixed {
  background: none; }

.logo-brand {
  width: 90px; }

 .category-ul .active {
  text-decoration: underline; }

 .category-ul .langue a {
  font-size: 18px;
  font-weight: 600;
  margin-right: 8px; }

.font-josefin {
  font-family: "Josefin Sans", sans-serif !important; }

footer {
  padding: 102px 0; }
  footer .logo-container {
    display: flex;
    justify-content: center; }
    footer .logo-container .logo {
      width: 100%;
      max-width: 300px; }
  footer h2 {
    margin-bottom: 30px; }
  footer h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0; }
  footer .addresses li {
    line-height: 24px; }
    footer .addresses li:not(:last-child) {
      margin-bottom: 26px; }
  footer .socials {
    margin-bottom: 30px; }
    footer .socials ul {
      gap: 6px; }
  footer .nav-booking {
    background-color: #FFFFFF;
    padding: 15px 18px 13px 18px;
    text-align: center; }
    footer .nav-booking .doms-alfred-calendar {
      margin-right: 7px; }
  footer .legals h2 {
    visibility: hidden; }
  footer .legals .pages-nav {
    display: flex;
    justify-content: center; }
    footer .legals .pages-nav ul {
      width: fit-content; }

.font-zooja {
  font-family: "zooja", sans-serif; }

.px-c16 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.py-c8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.px-c32 {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.object-fit-cover {
  object-fit: cover; }

.object-position-bottom {
  object-position: bottom; }

.h-c400 {
  height: 400px; }

.pt-c170 {
  padding-top: 170px; }

.py-c70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.font-mate {
  font-family: "Mate", serif; }

.fs-32 {
  font-size: 2rem; }

.pb-c120 {
  padding-bottom: 120px; }

.gap-y-50 {
  row-gap: 50px; }

.pb-c70 {
  padding-bottom: 70px; }

.font-mentasta {
  font-family: "mentasta", serif; }

.text-transform-none {
  text-transform: none; }

.h-c422 {
  height: 422px; }

.h-c240 {
  height: 240px; }

.fs-20 {
  font-size: 1.25rem; }

@media (min-width: 992px) {
  .py-lg-c70 {
    padding-top: 70px;
    padding-bottom: 70px; } }

.pb-c50 {
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px; } }

.pt-c86 {
  padding-top: 86px; }

.pb-c100 {
  padding-bottom: 100px; }

@media (min-width: 992px) {
  .pt-lg-c86 {
    padding-top: 86px; } }

@media (min-width: 992px) {
  .pb-lg-c100 {
    padding-bottom: 100px; } }

.mb-c50 {
  margin-bottom: 50px; }

.px-c50 {
  padding-left: 50px;
  padding-right: 50px; }

.py-c40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.mb-c62 {
  margin-bottom: 62px; }

@media (min-width: 1200px) {
  .dropdown:hover > .dropdown-menu {
    display: block; } }

#home-hero {
  position: relative;
  z-index: -1; }
  #home-hero #hero-home_video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #home-hero #hero-home_logo {
    position: relative;
    z-index: 2;
    max-width: 80%; }

#home-logements {
  background-image: url(../css/files/leaf.9c4fb3a08bbbb4ac161e0de7e996e5cb.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 400px;
  margin-bottom: 50px; }
  #home-logements .row {
    row-gap: 20px; }
    @media (min-width: 992px) {
      #home-logements .row {
        row-gap: 80px; } }
  #home-logements .col-top.left {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 120%; }
    @media (min-width: 992px) {
      #home-logements .col-top.left {
        padding-top: 72px; } }
  #home-logements .col-top.center .home-logement_logo-container {
    padding: 0 15px;
    transform: translateY(-117px);
    display: flex;
    align-items: center;
    border-radius: 50%; }
    #home-logements .col-top.center .home-logement_logo-container img {
      width: 100%; }
  #home-logements .col-top.right {
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 992px) {
      #home-logements .col-top.right {
        padding-top: 54px; } }
  #home-logements .col-bottom {
    aspect-ratio: 1/1; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #home-logements .col-bottom .text-content {
        position: absolute;
        z-index: 2;
        top: 10px;
        opacity: 0;
        transition: opacity 0.5s; } }
    @media (min-width: 992px) {
      #home-logements .col-bottom {
        aspect-ratio: auto;
        height: 635px; } }
    #home-logements .col-bottom .bg {
      padding: 0 34px;
      height: 100%;
      width: 100%;
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: center; }
      @media (min-width: 992px) {
        #home-logements .col-bottom .bg {
          background-position: center; } }
      #home-logements .col-bottom .bg img {
        margin-bottom: 20px;
        width: 100%; }
      #home-logements .col-bottom .bg h2 {
        padding: 0 16px;
        margin-bottom: 30px;
        transition: opacity 0.5s; }
      #home-logements .col-bottom .bg p {
        margin-bottom: 0; }
      #home-logements .col-bottom .bg .btn {
        margin-top: 30px; }
        #home-logements .col-bottom .bg .btn::after {
          z-index: 3; }
      #home-logements .col-bottom .bg .filter {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000030;
        opacity: 0;
        transition: opacity 0.5s; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #home-logements .col-bottom .bg:hover .filter {
          opacity: 1;
          transition: opacity 0.5s; }
        #home-logements .col-bottom .bg:hover .text-content {
          opacity: 1;
          transition: opacity 0.5s; }
        #home-logements .col-bottom .bg:hover img {
          opacity: 0;
          transition: opacity 0.5s; } }
    #home-logements .col-bottom.center .bg {
      background-image: url(../css/files/home-logements_akwadom.2360c4f2965fe14605a1d6cb2b62df8d.jpg); }
    @media (min-width: 992px) {
      #home-logements .col-bottom.center {
        margin-top: 84px; } }
    #home-logements .col-bottom.left .bg {
      background-image: url(../css/files/home-logements_kindadom.6e0b615399ed7b450e02aee1603387f8.jpg); }
    #home-logements .col-bottom.right .bg {
      background-image: url(../css/files/home-logements_grindom.4c689e646e46ed995c40b54b5bac1c60.jpg); }

#home-teambuilding {
  background-image: url(../css/files/home-teambuilding_background.838beb06e92afebc6f6c0c41aea0a045.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #home-teambuilding .text-container {
    padding: 70px 0;
    font-size: 1.125rem; }
  #home-teambuilding h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 26px; }

#home-activities {
  padding: 50px 0; }
  #home-activities .side {
    height: calc(100% - 100px); }
    @media (min-width: 992px) {
      #home-activities .side {
        position: absolute;
        width: calc(960px * 6/12 + ((100% - 960px)/2));
        left: 0; }
        #home-activities .side .content {
          width: calc(calc(960px * 6/12 + ((100% - 960px)/2)) - (((100% - 960px)/2) + 30px));
          margin-left: auto; } }
    @media (min-width: 1200px) {
      #home-activities .side {
        position: absolute;
        width: calc(1140px * 6/12 + ((100% - 1140px)/2));
        left: 0; }
        #home-activities .side .content {
          width: calc(calc(1140px * 6/12 + ((100% - 1140px)/2)) - (((100% - 1140px)/2) + 30px));
          margin-left: auto; } }
    @media (min-width: 1500px) {
      #home-activities .side {
        position: absolute;
        width: calc(1440px * 6/12 + ((100% - 1440px)/2));
        left: 0; }
        #home-activities .side .content {
          width: calc(calc(1440px * 6/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px));
          margin-left: auto; } }
    @media (min-width: 2200px) {
      #home-activities .side {
        position: absolute;
        width: calc(1440px * 6/12 + ((100% - 1440px)/2));
        left: 0; }
        #home-activities .side .content {
          width: calc(calc(1440px * 6/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px));
          margin-left: auto; } }
    #home-activities .side .row {
      height: 100%; }
    @media (max-width: 991.98px) {
      #home-activities .side {
        width: 100%; }
        #home-activities .side .row {
          margin-bottom: 30px; }
          #home-activities .side .row .left, #home-activities .side .row .center, #home-activities .side .row .right {
            padding-bottom: 0;
            padding-top: 0;
            aspect-ratio: 1/1; } }
    #home-activities .side .bg {
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    #home-activities .side .left {
      padding-bottom: 38px; }
      #home-activities .side .left .bg {
        background-image: url(../css/files/home-activities_background_left.bb0b92b701b68784f9b04ee6af989557.jpg); }
    #home-activities .side .center {
      padding-top: 38px; }
      #home-activities .side .center .bg {
        background-image: url(../css/files/home-activities_background_center.34dd01218ab4b7b3a8cc1b29253f4361.jpg); }
    #home-activities .side .right {
      padding-bottom: 38px; }
      #home-activities .side .right .bg {
        background-image: url(../css/files/home-activities_background_right.6e8e92bb8ab97019cbfc8c20309cbc6b.jpg); }

#teambuilding-header {
  background: url(../css/files/teambuilding-header_bg.2335dcd51cdc12e2af2a49d7db30bd75.jpg) center no-repeat;
  background-size: cover;
  position: relative; }
  #teambuilding-header::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 173px;
    background: url(../css/files/leaf2.faac8147cbae489dcf8759e7c7afe56b.svg) center repeat;
    background-size: auto 100%; }

#teambuilding-presentation .col-left {
  transform: translateY(-110px); }
  #teambuilding-presentation .col-left .teambuilding_logo-container {
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    height: fit-content; }
    #teambuilding-presentation .col-left .teambuilding_logo-container img {
      width: 100%; }

#teambuilding-lodging .left {
  height: 100%;
  background: url(../css/files/teambuilding-lodging_kindadom.65a60c6b99968abf36cc96a66d7d65a4.jpg) center no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    #teambuilding-lodging .left {
      position: absolute;
      width: calc(960px * 3/12 + ((100% - 960px)/2));
      left: 0; }
      #teambuilding-lodging .left .content {
        width: calc(calc(960px * 3/12 + ((100% - 960px)/2)) - (((100% - 960px)/2) + 30px));
        margin-left: auto; } }
  @media (min-width: 1200px) {
    #teambuilding-lodging .left {
      position: absolute;
      width: calc(1140px * 3/12 + ((100% - 1140px)/2));
      left: 0; }
      #teambuilding-lodging .left .content {
        width: calc(calc(1140px * 3/12 + ((100% - 1140px)/2)) - (((100% - 1140px)/2) + 30px));
        margin-left: auto; } }
  @media (min-width: 1500px) {
    #teambuilding-lodging .left {
      position: absolute;
      width: calc(1440px * 3/12 + ((100% - 1440px)/2));
      left: 0; }
      #teambuilding-lodging .left .content {
        width: calc(calc(1440px * 3/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px));
        margin-left: auto; } }
  @media (min-width: 2200px) {
    #teambuilding-lodging .left {
      position: absolute;
      width: calc(1440px * 3/12 + ((100% - 1440px)/2));
      left: 0; }
      #teambuilding-lodging .left .content {
        width: calc(calc(1440px * 3/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px));
        margin-left: auto; } }
  #teambuilding-lodging .left .logo {
    width: 430px;
    max-width: 90%; }
  @media (max-width: 991.98px) {
    #teambuilding-lodging .left {
      width: 50%;
      height: 360px; } }
  @media (max-width: 767.98px) {
    #teambuilding-lodging .left {
      width: 100%;
      height: 360px; } }

#teambuilding-lodging .right {
  height: 100%;
  background: url(../css/files/teambuilding-lodging_grindom.1c6994020244e3c932d21181edd99511.jpg) center no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    #teambuilding-lodging .right {
      position: absolute;
      width: calc(960px * 3/12 + ((100% - 960px)/2));
      right: 0; }
      #teambuilding-lodging .right .content {
        width: calc(calc(960px * 3/12 + ((100% - 960px)/2)) - (((100% - 960px)/2) + 30px)); } }
  @media (min-width: 1200px) {
    #teambuilding-lodging .right {
      position: absolute;
      width: calc(1140px * 3/12 + ((100% - 1140px)/2));
      right: 0; }
      #teambuilding-lodging .right .content {
        width: calc(calc(1140px * 3/12 + ((100% - 1140px)/2)) - (((100% - 1140px)/2) + 30px)); } }
  @media (min-width: 1500px) {
    #teambuilding-lodging .right {
      position: absolute;
      width: calc(1440px * 3/12 + ((100% - 1440px)/2));
      right: 0; }
      #teambuilding-lodging .right .content {
        width: calc(calc(1440px * 3/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px)); } }
  @media (min-width: 2200px) {
    #teambuilding-lodging .right {
      position: absolute;
      width: calc(1440px * 3/12 + ((100% - 1440px)/2));
      right: 0; }
      #teambuilding-lodging .right .content {
        width: calc(calc(1440px * 3/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px)); } }
  #teambuilding-lodging .right .logo {
    width: 158px;
    max-width: 90%; }
  @media (max-width: 991.98px) {
    #teambuilding-lodging .right {
      width: 50%;
      height: 360px; } }
  @media (max-width: 767.98px) {
    #teambuilding-lodging .right {
      width: 100%;
      height: 360px; } }

#teambuilding-lodging .content {
  position: relative; }
  #teambuilding-lodging .content .btn {
    position: absolute;
    bottom: 0; }
    #teambuilding-lodging .content .btn.btn-kindadom {
      left: 0; }
      @media (max-width: 767.98px) {
        #teambuilding-lodging .content .btn.btn-kindadom {
          bottom: unset;
          top: 0;
          left: unset; } }
    #teambuilding-lodging .content .btn.btn-grindom {
      right: 0; }
      @media (max-width: 767.98px) {
        #teambuilding-lodging .content .btn.btn-grindom {
          right: unset; } }

#teambuilding-services .right {
  height: 100%; }
  @media (min-width: 992px) {
    #teambuilding-services .right {
      position: absolute;
      width: calc(960px * 6/12 + ((100% - 960px)/2));
      right: 0; }
      #teambuilding-services .right .content {
        width: calc(calc(960px * 6/12 + ((100% - 960px)/2)) - (((100% - 960px)/2) + 30px)); } }
  @media (min-width: 1200px) {
    #teambuilding-services .right {
      position: absolute;
      width: calc(1140px * 6/12 + ((100% - 1140px)/2));
      right: 0; }
      #teambuilding-services .right .content {
        width: calc(calc(1140px * 6/12 + ((100% - 1140px)/2)) - (((100% - 1140px)/2) + 30px)); } }
  @media (min-width: 1500px) {
    #teambuilding-services .right {
      position: absolute;
      width: calc(1440px * 6/12 + ((100% - 1440px)/2));
      right: 0; }
      #teambuilding-services .right .content {
        width: calc(calc(1440px * 6/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px)); } }
  @media (min-width: 2200px) {
    #teambuilding-services .right {
      position: absolute;
      width: calc(1440px * 6/12 + ((100% - 1440px)/2));
      right: 0; }
      #teambuilding-services .right .content {
        width: calc(calc(1440px * 6/12 + ((100% - 1440px)/2)) - (((100% - 1440px)/2) + 30px)); } }
  @media (max-width: 991.98px) {
    #teambuilding-services .right {
      width: 100%;
      height: 360px; } }
  #teambuilding-services .right .img1 {
    background: url(../css/files/teambuilding-services_img1.f1af3f6fdc41f9deb90b1f490d30549e.jpg) center no-repeat;
    background-size: cover;
    height: 100%; }
  #teambuilding-services .right .img2 {
    background: url(../css/files/teambuilding-services_img2.21bf4d535e1286002d4f10fa2788ba02.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    transform: translateY(-35px); }
  #teambuilding-services .right .img3 {
    background: url(../css/files/teambuilding-services_img3.dbb6ec8a11a8551f78cc9b95ce6a9a02.jpg) center no-repeat;
    background-size: cover;
    height: 100%; }

body {
  font-family: "Josefin Sans", sans-serif;
  background-color: #f7f4ef;
  color: #231F1E; }

.hero {
  height: 705px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center; }

h1, .h1 {
  font-family: "zooja", sans-serif;
  font-size: 59px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (max-width: 2199.98px) {
    h1, .h1 {
      font-size: 45px; } }
  @media (max-width: 1199.98px) {
    h1, .h1 {
      font-size: 38px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 32px; } }

h2, .h2, .home-menu-title .home-menu-h {
  font-family: "Cardo";
  font-weight: 700;
  font-size: 38px; }
  @media (max-width: 991.98px) {
    h2, .h2, .home-menu-title .home-menu-h {
      font-size: 25px; } }

@media (min-width: 1200px) {
  .big-title {
    font-size: 80px;
    line-height: 1; } }

.for-small {
  display: none; }
  @media (min-width: 992px) {
    .for-small {
      display: block; } }

.for-large {
  display: block;
  font-size: 50px; }
  @media (min-width: 992px) {
    .for-large {
      display: none; } }

.container-fluid-responsive {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container-fluid-responsive {
      padding: 0; } }

.row-container, .row-lierre {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0; }

.col-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .col-container {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .col-container {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .col-container {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .col-container.col-right, .col-container.col-left {
      padding: 0 !important;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; } }
  @media (min-width: 1200px) and (min-width: 992px) and (max-width: 1199.98px) {
    .col-container.col-right, .col-container.col-left {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 1200px) and (min-width: 768px) and (max-width: 991.98px) {
    .col-container.col-right, .col-container.col-left {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 1200px) and (max-width: 767.98px) {
    .col-container.col-right, .col-container.col-left {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .col-container.col-right {
      margin-right: 0; }
    .col-container.col-left {
      margin-left: 0; } }

.btn {
  padding: 15px 60px;
  font-family: "Cardo";
  font-weight: 700;
  font-size: 24px;
  border-radius: 0; }
  @media (max-width: 1199.98px) {
    .btn {
      padding: 15px;
      font-size: 16px; } }
  .btn.btn-sm {
    padding: 10px 15px;
    font-size: 16px; }

.pagination .page-item .page-link {
  border-radius: 0 !important;
  border: 0 !important;
  font-weight: 700; }

.lead, .big-lead, .module-item .item-description p,
.lieu-item .item-description p {
  font-family: "Cardo";
  font-weight: 700;
  font-size: 23px; }
  @media (max-width: 991.98px) {
    .lead, .big-lead, .module-item .item-description p,
    .lieu-item .item-description p {
      font-size: 20px; } }

.big-lead {
  line-height: 1.5;
  font-size: 35px; }
  @media (max-width: 991.98px) {
    .big-lead {
      font-size: 20px; } }

.hr-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.img-center {
  margin-left: auto !important;
  margin-right: auto !important; }

.logo-intro {
  max-width: 250px; }
  @media (max-width: 991.98px) {
    .logo-intro {
      max-width: 200px; } }
  @media (max-width: 767.98px) {
    .logo-intro {
      max-width: 150px; } }

.news-banner {
  font-family: "Cardo";
  color: #bbb59b;
  min-height: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .news-banner {
      font-size: 12px; } }

.lierre {
  background-size: 100%;
  background-image: url(../css/files/lierre.5418272989f9a9b7ec2b35d26dbb4696.svg);
  margin-top: -3.5rem;
  height: calc(100% + 3.5rem); }

.row-lierre {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (max-width: 1199.98px) {
    .row-lierre {
      display: none !important; } }

.z-1 {
  z-index: 1;
  position: relative; }

.alfred {
  z-index: 3;
  text-align: left;
  position: relative;
  margin-top: 2rem;
  /*
  margin-right: -300px;
  margin-top: -100px;
  */ }
  @media (max-width: 991.98px) {
    .alfred {
      margin: 0; } }

.alfred-min {
  max-width: 100px; }

.alfred-med {
  max-width: 200px; }
  @media (max-width: 1499.98px) {
    .alfred-med {
      max-width: 100px; } }

.owl-home-left,
.owl-home-right {
  font-size: 75px;
  cursor: pointer;
  transition: opacity 0.2s ease; }
  .owl-home-left:hover,
  .owl-home-right:hover {
    opacity: 0.6; }
  .owl-home-left.disabled,
  .owl-home-right.disabled {
    opacity: 0.2;
    cursor: not-allowed; }

.owl-home-left {
  margin-right: 1rem; }

@media (min-width: 992px) {
  .owl-home .owl-item .owl-home-item {
    padding-top: 4rem; } }

.owl-home .owl-item .owl-home-item p {
  margin: 1.5rem 0; }

.owl-home .owl-item:first-child .owl-home-item {
  padding-top: 0; }

.owl-testimony {
  text-align: center; }

@media (min-width: 992px) {
  .home-menu-item.kwicks-expanded .home-menu-text {
    opacity: 1 !important; }
  .home-menu-item.kwicks-expanded .home-menu-icon-left {
    opacity: 0 !important; }
  .home-menu-item.kwicks-expanded .home-menu-icon-right {
    opacity: 1 !important; } }

@media (max-width: 991.98px) {
  .home-menu-item {
    background: 0 !important;
    width: 100% !important; } }

.home-menu-container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .home-menu-container {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .home-menu-container {
      padding: 30px 0; } }

.home-menu-content {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .home-menu-content {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 991.98px) {
    .home-menu-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 991.98px) {
    .home-menu-content img {
      max-width: 100%;
      display: block;
      margin: auto; } }

.home-menu-icons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  right: 15px;
  left: 15px; }
  @media (max-width: 991.98px) {
    .home-menu-icons {
      display: none; } }
  .home-menu-icons .home-menu-icon-left,
  .home-menu-icons .home-menu-icon-right {
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px white solid;
    border-radius: 50%;
    transition: opacity 0.5s ease-in-out; }
  .home-menu-icons .home-menu-icon-left {
    opacity: 1; }
    .home-menu-icons .home-menu-icon-left svg {
      margin-left: -2.5px; }
  .home-menu-icons .home-menu-icon-right {
    opacity: 0; }
    .home-menu-icons .home-menu-icon-right svg {
      margin-right: -2.5px; }

.home-menu-text {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 400px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  @media (max-width: 991.98px) {
    .home-menu-text {
      opacity: 1 !important;
      width: 100%;
      padding: 0 15px;
      max-width: 400px;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .home-menu-text p {
    font-family: 'zooja';
    font-size: 40px;
    line-height: 1;
    color: white;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .home-menu-text p {
        font-size: 30px; } }
    @media (max-width: 767.98px) {
      .home-menu-text p {
        font-size: 18px; } }

@media (max-width: 767.98px) {
  .btn-mobile-home {
    padding: 5px; } }

.home-menu-title {
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .home-menu-title {
      margin-bottom: 1rem;
      height: auto; } }
  .home-menu-title .home-menu-h {
    margin: 0;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    @media (max-width: 991.98px) {
      .home-menu-title .home-menu-h {
        background: #bbb59b !important; } }
  .home-menu-title:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #231F1E;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    right: 0; }

.home-menu-left {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }
  @media (max-width: 991.98px) {
    .home-menu-left {
      display: none; } }

.lodging-hero {
  height: 705px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .lodging-hero .anchor {
    position: absolute;
    bottom: 0; }
  .lodging-hero .hand {
    width: 50px; }
    @media (max-width: 991.98px) {
      .lodging-hero .hand {
        max-width: 30px; } }

.section-grindom {
  background: linear-gradient(0deg, #C2D4BC70 20.5%, rgba(18, 96, 34, 0.35) 100%) center no-repeat, url(../css/files/grindom-hero.74e19b22bf723d6c23ec2d4b028ca79f.jpg) center no-repeat;
  background-size: cover; }
  .section-grindom .logo-grindom {
    width: 345px;
    max-width: 100%; }

.section-akwadom {
  background: linear-gradient(0deg, rgba(8, 61, 56, 0.7) 47.5%, rgba(21, 163, 150, 0.7) 100%) center no-repeat, url(../css/files/akwadom-hero.a24195d94d4415737d9d60e332e494df.jpg) center no-repeat;
  background-size: cover; }
  .section-akwadom .logo-akwadom {
    width: 100%;
    max-width: 500px; }

.section-kindadom {
  background-image: linear-gradient(rgba(245, 239, 223, 0.5), #f5efdf), url(../css/files/maison-vacances.d7eb6c7709299c9cd1f095e4c782040c.jpg); }
  @media (max-width: 991.98px) {
    .section-kindadom .logo-kindadom {
      max-width: 350px; } }
  @media (max-width: 767.98px) {
    .section-kindadom .logo-kindadom {
      max-width: 250px; } }
  .section-kindadom .anchor {
    position: absolute;
    bottom: 0; }
  .section-kindadom .hand {
    width: 50px; }
    @media (max-width: 991.98px) {
      .section-kindadom .hand {
        max-width: 30px; } }

.bg-famille {
  height: 525px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../css/files/gite-familial.1acf2f801bc6da61f1a4a1d5e822724b.jpg); }

.bg-akwadom-presentation-1 {
  background-image: url(../css/files/akwadom-presentation_img1.a6c7a3dc2a212657bb984ce9316c8c52.jpg); }

.bg-grindom-presentation-1 {
  background-image: url(../css/files/grindom-presentation_img1.b6388857f4d3ae643864d8bebe0840df.jpg); }

.bg-lodging {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991.98px) {
    .bg-lodging {
      height: 400px; } }

.bg-galerie {
  height: 525px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bg-galerie.room {
    background-image: url(../css/files/chambre-vacances.b345b8e09a85ae7cf031d01436562804.jpg); }
  .bg-galerie.pool {
    background-image: url(../css/files/vacances-piscine-couverte.06609cf6b5c05c8eebacb0741ff739af.jpg); }

.section-reservoir {
  margin: 80px 0 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section-reservoir {
      margin: 60px 0 0; } }
  @media (max-width: 991.98px) {
    .section-reservoir {
      margin: 30px 0 0; } }
  @media (min-width: 1200px) {
    .section-reservoir {
      margin-top: -115px !important; } }
  .section-reservoir .alfred-left {
    text-align: center;
    margin-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .section-reservoir .alfred-left {
        padding-top: 100px; } }
    @media (max-width: 991.98px) {
      .section-reservoir .alfred-left img {
        max-width: 200px;
        width: 100%; } }
  .section-reservoir .grindom-logo-presentation {
    width: 100%;
    margin: 50px 0;
    max-width: 350px; }
    @media (min-width: 1200px) {
      .section-reservoir .grindom-logo-presentation {
        margin-top: 125px;
        margin-bottom: 100px; } }
    @media (max-width: 991.98px) {
      .section-reservoir .grindom-logo-presentation {
        margin-bottom: 100px;
        max-width: 300px; } }
  .section-reservoir .akwadom-logo-presentation {
    width: 100%;
    margin: 50px 0;
    max-width: 350px; }
    @media (min-width: 1200px) {
      .section-reservoir .akwadom-logo-presentation {
        margin-top: 125px;
        margin-bottom: 100px; } }
    @media (max-width: 991.98px) {
      .section-reservoir .akwadom-logo-presentation {
        margin-bottom: 100px;
        max-width: 300px; } }
  .section-reservoir .logo-kindadom2 {
    width: 100%;
    margin: 50px 0;
    max-width: 350px; }
    @media (min-width: 1200px) {
      .section-reservoir .logo-kindadom2 {
        margin-top: 125px;
        margin-bottom: 100px; } }
    @media (max-width: 991.98px) {
      .section-reservoir .logo-kindadom2 {
        margin-bottom: 100px;
        max-width: 300px; } }

.section-services {
  overflow: hidden;
  padding: 0 0 80px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section-services {
      padding: 0 0 60px; } }
  @media (max-width: 991.98px) {
    .section-services {
      padding: 0 0 30px; } }
  @media (min-width: 1200px) {
    .section-services {
      padding-bottom: 100px; } }

@media (max-width: 991.98px) {
  .section-kindadom-plan {
    padding: 80px 0; } }
  @media (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
    .section-kindadom-plan {
      padding: 60px 0; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .section-kindadom-plan {
      padding: 30px 0; } }

.section-kindadom-plan #plan {
  width: 100%;
  max-width: 1000px; }
  @media (min-width: 1200px) {
    .section-kindadom-plan #plan {
      margin-top: -60px; } }

.section-form3 {
  position: relative; }
  @media (min-width: 1500px) {
    .section-form3 {
      padding: 120px 0 150px; } }
  .section-form3::after {
    content: url(../css/files/orange-frame.7e043553b9fe57332d92717e7869c2a2.svg);
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 2.5%;
    z-index: -1; }
  @media (max-width: 1199.98px) {
    .section-form3::after {
      content: none; } }

.section-lieu {
  background-color: #EDA32C;
  padding: 60px;
  text-align: center;
  position: relative; }
  @media (min-width: 1200px) {
    .section-lieu {
      margin-top: -150px; } }
  @media (max-width: 1499.98px) {
    .section-lieu {
      padding: 30px; } }
  @media (min-width: 1500px) {
    .section-lieu .btn {
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%); } }

.chateau1 {
  padding-left: 50px; }
  @media (max-width: 1199.98px) {
    .chateau1 {
      margin-top: 1rem;
      padding-left: 0; } }

.chateau2 {
  margin-top: -115px; }
  @media (max-width: 1199.98px) {
    .chateau2 {
      margin-top: 1rem; } }

.intro1 {
  padding-right: 3rem; }

.intro2 {
  margin-top: -300px;
  display: block;
  margin-left: auto; }
  @media (max-width: 1499.98px) {
    .intro2 {
      margin-top: -200px; } }
  @media (max-width: 991.98px) {
    .intro2 {
      display: none; } }

.category-ul li {
  font-family: "zooja";
  font-size: 25px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .category-ul li {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .category-ul li:not(:last-child) {
      margin-right: 1rem; } }
  .category-ul li .active {
    text-decoration: underline; }

#filters button, #plans button {
  font-family: "zooja";
  font-size: 25px;
  text-transform: uppercase;
  color: #BBB59B; }
  @media (max-width: 991.98px) {
    #filters button, #plans button {
      font-size: 16px; } }
  #filters button.isActive, #plans button.isActive {
    color: #fcc666 !important; }

.module-item,
.lieu-item {
  margin-bottom: 5rem; }
  @media (max-width: 767.98px) {
    .module-item,
    .lieu-item {
      margin-bottom: 3rem; } }
  .module-item h3,
  .lieu-item h3 {
    text-align: right;
    font-size: 48px;
    font-weight: 700;
    font-family: "Cardo";
    line-height: 1; }
    @media (max-width: 767.98px) {
      .module-item h3,
      .lieu-item h3 {
        font-size: 25px; } }
  .module-item .item-description,
  .lieu-item .item-description {
    background-color: #f7f4ef;
    padding: 1rem;
    z-index: 1;
    position: relative;
    display: block;
    margin-right: -200px;
    flex: 1; }
    @media (max-width: 1199.98px) {
      .module-item .item-description,
      .lieu-item .item-description {
        padding: 0;
        padding-bottom: 1rem;
        margin-right: 0; } }
    .module-item .item-description p,
    .lieu-item .item-description p {
      font-size: 20px;
      margin: 0; }
  .module-item .btn,
  .lieu-item .btn {
    margin-top: 1.5rem; }
  .module-item .bg-img,
  .lieu-item .bg-img {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767.98px) {
      .module-item .bg-img,
      .lieu-item .bg-img {
        height: 150px; } }

.item-categories {
  text-align: right; }
  .item-categories a {
    color: #231F1E; }

.bg-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px; }
  @media (max-width: 1199.98px) {
    .bg-full {
      height: auto;
      padding: 80px 0; } }
  @media (max-width: 1199.98px) and (min-width: 992px) and (max-width: 1199.98px) {
    .bg-full {
      padding: 60px 0; } }
  @media (max-width: 1199.98px) and (max-width: 991.98px) {
    .bg-full {
      padding: 30px 0; } }

.owl-dot {
  outline: 0 !important; }

.form-control {
  border: 0;
  border-color: white;
  border-bottom-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: 0 !important;
  color: white !important;
  box-shadow: none !important;
  padding: 15px;
  font-size: 19px; }
  .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white;
    font-size: 19px; }
  .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    font-size: 19px; }
  .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    font-size: 19px; }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white;
    font-size: 19px; }

textarea.form-control {
  border: 1px white solid;
  color: #231F1E !important; }

.logo-clef {
  width: 150px;
  display: block;
  margin: auto; }

/*
// ligne séparation

.ligne-ver{
  height: 100%;
  width: 100%;
  background-color: black;
}
*/
.gite-ul {
  list-style-type: none;
  padding: 0; }

.gite-li {
  padding-bottom: 0.5rem;
  font-weight: 600; }

.gite-page-link {
  position: absolute;
  bottom: -20px;
  right: 3rem; }

.gite-bot-block {
  position: relative;
  margin-top: auto; }
  @media (max-width: 1499.98px) {
    .gite-bot-block {
      margin-top: initial; } }

.gite-bord-ver {
  height: 550px;
  margin: auto;
  display: block; }
  @media (max-width: 991.98px) {
    .gite-bord-ver {
      display: none; } }

.division {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  @media (max-width: 1199.98px) {
    .division {
      margin-top: 2rem; } }

.title-vivre {
  font-size: 45px;
  margin-top: 3rem;
  margin-bottom: 4rem; }
  @media (max-width: 1199.98px) {
    .title-vivre {
      margin-top: 3rem;
      margin-bottom: 0rem; } }

.title-vivre2 {
  font-size: 45px;
  margin-top: -3rem;
  margin-bottom: -4rem; }
  @media (max-width: 1199.98px) {
    .title-vivre2 {
      margin-top: 3rem;
      margin-bottom: 0rem; } }

.gite-options {
  font-size: 20px;
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    .gite-options {
      border: none;
      margin-bottom: 0.5rem; } }

.gite-options-sup {
  padding-left: 2rem; }

.aventure-text {
  background-color: #f7f4ef;
  background-color: #f7f4ef;
  position: relative;
  /* left: 0; */
  padding: 20px 20px;
  /* top: 214px; */
  bottom: 36px;
  /* line-height: 0.5; */ }
  .aventure-text h3 {
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 1199.98px) {
      .aventure-text h3 {
        font-size: 25px; } }

.aventure-link {
  margin: auto;
  display: block;
  text-align: right; }
  .aventure-link .btn {
    padding: 15px 25px; }

.hawk {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  transition: 0.3s ease; }
  @media (max-width: 767.98px) {
    .hawk {
      right: -8px; } }

.hawk-active {
  transition: 0.3s ease;
  transform: rotate(180deg); }

.hawk-link {
  display: block; }
  @media (max-width: 1499.98px) {
    .hawk-link {
      padding-right: 35px; } }
  @media (max-width: 991.98px) {
    .hawk-link {
      display: block; } }

.list-amenagement {
  font-weight: 300; }

.list-amenagement:not(.active) {
  height: 0;
  overflow: hidden; }

/****** ITEM FILTER *****/

#plan .plan {
  fill: none; }
  #plan .plan:hover {
    fill: #FCC666 !important; }

#plan .planShow {
  fill: #FCC666 !important; }

.hoveranim {
  animation-duration: .9s; }
  @media (max-width: 991.98px) {
    .hoveranim {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      transform: translateX(40px); } }
  @media (max-width: 767.98px) {
    .hoveranim {
      transform: translateX(20px); } }
  .hoveranim .hoveranim-one {
    transform: translateX(0px); }
  .hoveranim .hoveranim-two {
    transform: translateY(0px); }

.hoveranim .hoveranim-one, .hoveranim .hoveranim-two, .hoveranim:hover .hoveranim-one, .hoveranim:hover .hoveranim-two {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.hoveranim:hover .hoveranim-one {
  transform: translate(100px, -40px); }
  @media (max-width: 767.98px) {
    .hoveranim:hover .hoveranim-one {
      transform: translate(50px, -5px); } }
  @media (max-width: 991.98px) {
    .hoveranim:hover .hoveranim-one {
      transform: translate(20px, -15px); } }

.hoveranim:hover .hoveranim-two {
  transform: translate(-5px, 100px); }

@media (max-width: 767.98px) {
  .size-mobile {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 991.98px) {
  .img-center {
    display: flex;
    justify-content: center; } }

.box-carousel .boulette {
  border-radius: 30px;
  height: 12px;
  width: 12px;
  border: none;
  margin: 6px !important;
  background-color: white;
  opacity: 0.8 !important; }

.box-carousel .carousel-indicators .active {
  background-color: #fcc666;
  opacity: 1 !important; }

.box-carousel img {
  object-fit: cover;
  height: 450px; }
  @media (max-width: 1199.98px) {
    .box-carousel img {
      height: 400px; } }

@media screen and (max-width: 350px) {
  .small-mobile {
    margin-top: 120px; } }

.box-button-faq {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }
  @media (max-width: 767.98px) {
    .box-button-faq {
      position: relative;
      margin-bottom: -90px; } }

.aspect-square {
  aspect-ratio: 1/1; }

.fs-18 {
  font-size: 1.125rem; }

.fs-20 {
  font-size: 1.25rem; }

.fs-28 {
  font-size: 1.75rem; }

.fs-40 {
  font-size: 2.5rem; }

.mb-c30 {
  margin-bottom: 30px; }

.mb-c40 {
  margin-bottom: 40px; }

#lodging-carousel {
  height: 422px; }
  #lodging-carousel.grindom {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #EFF2E5 50%, #EFF2E5 100%); }
  #lodging-carousel.akwadom {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #f7f4ef 50%, #f7f4ef 100%); }
  #lodging-carousel.kindadom {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #F5EFDF 50%, #F5EFDF 100%); }
  #lodging-carousel .carousel-indicators {
    gap: 20px; }
    #lodging-carousel .carousel-indicators li {
      margin: 0;
      width: 13px;
      height: 13px;
      border-radius: 50%; }

#reviews {
  overflow: hidden; }
  #reviews h2 {
    margin-bottom: 50px; }
  #reviews .stars {
    gap: 16px;
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    #reviews .left, #reviews .right {
      padding-right: 20px;
      padding-left: 20px; } }
  #reviews .left {
    padding-top: 70px;
    padding-bottom: 56px; }
    @media (max-width: 991.98px) {
      #reviews .left {
        padding-bottom: 0;
        margin-bottom: 40px; } }
  #reviews .right {
    padding-top: 70px;
    padding-bottom: 56px; }
    @media (max-width: 991.98px) {
      #reviews .right {
        padding-top: 0; } }
  #reviews.grindom {
    color: #FFFFFF;
    background-color: #C2D4BC; }
    #reviews.grindom .left {
      position: relative;
      background-color: #126022; }
      #reviews.grindom .left::before {
        content: "";
        position: absolute;
        top: 0;
        left: -200%;
        width: 200%;
        height: 100%;
        background-color: #126022;
        z-index: 1; }
      @media (max-width: 991.98px) {
        #reviews.grindom .left::after {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          width: 200%;
          height: 100%;
          background-color: #126022;
          z-index: 1; } }
    #reviews.grindom .right {
      background-color: #C2D4BC; }
  #reviews.akwadom {
    color: #FFFFFF;
    background-color: #15A396; }
    #reviews.akwadom .left {
      position: relative;
      background-color: #0F6C64; }
      #reviews.akwadom .left::before {
        content: "";
        position: absolute;
        top: 0;
        left: -200%;
        width: 200%;
        height: 100%;
        background-color: #0F6C64;
        z-index: 1; }
      @media (max-width: 991.98px) {
        #reviews.akwadom .left::after {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          width: 200%;
          height: 100%;
          background-color: #0F6C64;
          z-index: 1; } }
    #reviews.akwadom .right {
      background-color: #15A396; }
  #reviews.kindadom {
    color: #FFFFFF;
    background-color: #FC9F90; }
    #reviews.kindadom .left {
      position: relative;
      background-color: #F67A56; }
      #reviews.kindadom .left::before {
        content: "";
        position: absolute;
        top: 0;
        left: -200%;
        width: 200%;
        height: 100%;
        background-color: #F67A56;
        z-index: 1; }
      @media (max-width: 991.98px) {
        #reviews.kindadom .left::after {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          width: 200%;
          height: 100%;
          background-color: #F67A56;
          z-index: 1; } }
    #reviews.kindadom .right {
      background-color: #FC9F90; }

#kindadom-teambuilding {
  background: url(../css/files/kindadom-teambuilding_bg-left.b35ae630e9ef7c6c48e1cf4359e3e812.jpg) left center no-repeat, url(../css/files/kindadom-teambuilding_bg-right.6432e12e810ee6a9c6ac0ecee55c8b53.jpg) right -200px bottom no-repeat;
  background-size: auto 100%, auto 100%; }
  @media (max-width: 991.98px) {
    #kindadom-teambuilding {
      background: url(../css/files/kindadom-teambuilding_bg-left.b35ae630e9ef7c6c48e1cf4359e3e812.jpg) left center no-repeat;
      background-size: cover; } }
  @media (min-width: 1500px) {
    #kindadom-teambuilding {
      background: url(../css/files/kindadom-teambuilding_bg-left.b35ae630e9ef7c6c48e1cf4359e3e812.jpg) left center no-repeat, url(../css/files/kindadom-teambuilding_bg-right.6432e12e810ee6a9c6ac0ecee55c8b53.jpg) right bottom no-repeat; } }

#akwadom-content {
  background: url(../css/files/akwadom-presentation_bg.8ff4b25aa87f7f6d512d4afa1cc3db91.jpg) center center no-repeat;
  background-size: cover; }

#grindom-content {
  overflow: hidden;
  background: url(../css/files/grindom-presentation_bg.613d12a644d1253e150b2051af3b13c4.jpg) center center no-repeat;
  background-size: cover; }
  #grindom-content .right-col {
    position: relative; }
    #grindom-content .right-col::after {
      content: "";
      position: absolute;
      top: 0;
      right: -200%;
      height: 100%;
      width: 200%;
      background-color: #779AC2; }
    @media (max-width: 991.98px) {
      #grindom-content .right-col::before {
        content: "";
        position: absolute;
        top: 0;
        left: -200%;
        height: 100%;
        width: 200%;
        background-color: #779AC2; } }

.wad-banner-cookie {
  bottom: 10px;
  left: 10px;
  background-color: #c6c1ac;
  color: black;
  z-index: 998;
  padding: 10px 10px 0px 10px;
  position: fixed;
  width: 300px; }
  @media (max-width: 767.98px) {
    .wad-banner-cookie {
      width: inherit;
      right: 10px; } }
  .wad-banner-cookie .btn {
    margin-bottom: 10px; }
  .wad-banner-cookie .link-more-cookie {
    color: white; }

.wad-banner-do-not-track {
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #c6c1ac;
  z-index: 998;
  padding: 10px 10px 0px 10px;
  position: fixed;
  color: black; }

.cms-video .cms-video-player {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .cms-video .cms-video-player img {
    width: 100%;
    cursor: pointer; }
  .cms-video .cms-video-player .cms-iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.cms-video .cms-youtube img {
  position: absolute;
  top: -16.84%;
  left: 0; }

.cms-video .cms-play-button {
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #fcc666;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer; }
  .cms-video .cms-play-button:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff; }

.cms-video .cms-play-button,
.cms-video .cms-play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }


/*# sourceMappingURL=build.app.css.map*/