@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);
@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! purgecss start ignore */
/*! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -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"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/** Import variables and fonts */
/**
 * Typographies, configurations
 */
/**
 * Import npm dependencies
 * https://github.com/postcss/postcss-import
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/**
 * This injects any component classes registered by Tailwind plugins.
 */
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
/** Common */
/**
 * Styles de base
 */
#adminmenu div.separator {
  background-color: #bbb !important;
}

/**
 * Styles globaux du site
 */
html {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(119 112 110 / var(--tw-text-opacity));
}

/* Medway 2023 */
.content{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1,
.h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 640px){
  h1,
.h1{
    font-size: 2.5rem;
  }
}

@media (min-width: 768px){
  h1,
.h1{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  h1,
.h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h1,
.h1 {
  line-height: 1.125;
}

h2,
.h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  h2,
.h2{
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  line-height: 1.16;
}

h3,
.h3{
  font-size: 2.5rem;
  line-height: 1.2;
}

h4,
.h4{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h5,
.h5{
  font-size: 1.5rem;
  line-height: 2rem;
}

.backgroundSemiGreyBar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgb(198, 194, 185) 50%, rgb(198, 194, 185) 100%);
  background-position: 0% 50%;
}

nav.popMenu div.menu-menu-principal-container ul li a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgb(198, 194, 185) 60%, rgb(198, 194, 185) 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 85%);
  background-position: 0% 50%;
}

/* Turbuthème - Global */
header {
  transition: all ease 0.3s;
}

header.sticky{
  position: fixed;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* Turbuthème - Blocks ACF */
@media screen and (max-width: 1024px) {
  div.acf-image-gauche-droite div.imageBackground {
    width: 100%;
    height: 0;
    padding-top: 66.64%;
    /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
  }
}

div.acf-faq nav.desktop ul li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div.acf-faq span.toggleAction.move {
  transition: all ease 0.3s;
}
div.acf-faq .move {
  transform: rotate(45deg) scale(1.3);
}

div.acf-en-tete-de-page svg.helpToScroll {
  fill: #000;
  animation: scrollAnimation 2s infinite;
  transition: all ease-in-out 0.3s;
}
div.acf-en-tete-de-page svg.helpToScroll:hover {
  fill: #333;
}
@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

div.acf-schema-sequentiel div.SchemaSequentielContainer > div.bloc:last-child div.connector {
  display: none;
}

@media (min-width: 1024px) {
  div.acf-schema-sequentiel.entrecroise div.bloc:nth-child(even) div.space {
    order: 0;
  }
  div.acf-schema-sequentiel.entrecroise div.bloc:nth-child(odd) div.space {
    order: 2;
  }
  div.acf-schema-sequentiel.entrecroise div.bloc div.count {
    order: 1;
  }
  div.acf-schema-sequentiel.entrecroise div.bloc:nth-child(even) div.content {
    order: 2;
    padding-left: 20px;
  }
  div.acf-schema-sequentiel.entrecroise div.bloc:nth-child(odd) div.content {
    order: 0;
    padding-right: 20px;
  }
}

div.acf-articles-vedettes span.swiper-pagination-bullet {
  margin: 0 5px;
}
div.acf-articles-vedettes div.excerptContainer a {
  display: none;
}

/* Turbuthème - Gravity Forms */
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gform_wrapper li.hidden_label input {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  padding: 15px 20px !important;
}

/* Turbuthème - Blog - Widgets */
h2.widgettitle{
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

div.widgetCategories ul li{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* Turbuthème - Blog - Article - Zone commentaire */
body.single span.arrowContainer i {
  transition: all ease-in-out 0.6s;
}
body.single span.arrowContainer i.deploy {
  transform: rotate(180deg);
}

/* Bloc - thumbnails */
div.bloc-thumbnails div.swiper-pagination {
  height: 30px;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
div.bloc-thumbnails span.swiper-pagination-bullet-active {
  background: black !important;
}
div.bloc-thumbnails span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 10px;
  border-radius: 1000rem;
  border: 3px solid #000;
}

/* Bloc - témoignages */
div.bloc-temoignages .swiper-button-next,
div.bloc-temoignages .swiper-button-prev,
div.bloc-carrousel .swiper-button-next,
div.bloc-carrousel .swiper-button-prev,
div.bloc-images-icones .swiper-button-next,
div.bloc-images-icones .swiper-button-prev,
div.bloc-image-gauche-droite .swiper-button-next,
div.bloc-image-gauche-droite .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}
div.bloc-temoignages .swiper-button-next,
div.bloc-carrousel .swiper-button-next,
div.bloc-images-icones .swiper-button-next,
div.bloc-image-gauche-droite .swiper-button-next {
  right: 10px;
}
div.bloc-temoignages .swiper-button-prev,
div.bloc-carrousel .swiper-button-prev,
div.bloc-images-icones .swiper-button-prev,
div.bloc-image-gauche-droite .swiper-button-prev {
  left: 10px;
}
div.bloc-temoignages div.swiper-pagination,
div.bloc-carrousel div.swiper-pagination,
div.bloc-images-icones div.swiper-pagination,
div.bloc-image-gauche-droite div.swiper-pagination {
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
div.bloc-temoignages div.text-white-indicator span.swiper-pagination-bullet-active,
div.bloc-carrousel div.text-white-indicator span.swiper-pagination-bullet-active,
div.bloc-images-icones div.text-white-indicator span.swiper-pagination-bullet-active,
div.bloc-image-gauche-droite div.text-white-indicator span.swiper-pagination-bullet-active {
  background: white !important;
}
div.bloc-temoignages div.text-black-indicator span.swiper-pagination-bullet-active,
div.bloc-carrousel div.text-black-indicator span.swiper-pagination-bullet-active,
div.bloc-images-icones div.text-black-indicator span.swiper-pagination-bullet-active,
div.bloc-image-gauche-droite div.text-black-indicator span.swiper-pagination-bullet-active {
  background: black !important;
}
div.bloc-temoignages span.swiper-pagination-bullet,
div.bloc-carrousel span.swiper-pagination-bullet,
div.bloc-images-icones span.swiper-pagination-bullet,
div.bloc-image-gauche-droite span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 10px;
  border-radius: 1000rem;
}
div.bloc-temoignages div.text-white-indicator span.swiper-pagination-bullet,
div.bloc-carrousel div.text-white-indicator span.swiper-pagination-bullet,
div.bloc-images-icones div.text-white-indicator span.swiper-pagination-bullet,
div.bloc-image-gauche-droite div.text-white-indicator span.swiper-pagination-bullet {
  border: 3px solid #fff;
}
div.bloc-temoignages div.text-black-indicator span.swiper-pagination-bullet,
div.bloc-carrousel div.text-black-indicator span.swiper-pagination-bullet,
div.bloc-images-icones div.text-black-indicator span.swiper-pagination-bullet,
div.bloc-image-gauche-droite div.text-black-indicator span.swiper-pagination-bullet {
  border: 3px solid #000;
}

div.bloc-temoignages div.swiper-pagination {
  width: 100%;
  left: 0;
}

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

.aspect-ratio-5-6 {
  aspect-ratio: 5/6;
}

div.swiper-bloc-carrousel .swiper-slide {
  aspect-ratio: 7/4;
}

div.bloc-carrousel div.swiper-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  div.bloc-carrousel div.swiper-pagination,
  div.bloc-thumbnails div.swiper-pagination {
    transform: translateX(-50%) scale(0.4);
  }
}
div.content ul,
ul.disc {
  list-style-type: disc;
  margin-left: 30px;
}
div.content ul li,
ul.disc li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

div.gform_wrapper input[type=text],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper select,
div.gform_wrapper textarea{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

div.gform_footer {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem !important;
}

div.bloc-images-icones div.pagination {
  height: 30px;
  width: 100%;
  bottom: 0rem;
}

/**.
Swiper > Arrow
    */
div.avantages .swiper-arrow-left,
div.bloc-icones-avec-texte .swiper-arrow-left,
div.bloc-temoignages .swiper-arrow-left,
div.bloc-carrousel .swiper-arrow-left,
div.bloc-images-icones .swiper-arrow-left,
div.bloc-thumbnails .swiper-arrow-left {
  background-image: url(../images/swiper-arrow.png);
  width: 32px !important;
  height: 32px !important;
  left: 0px !important;
}
div.avantages .swiper-arrow-right,
div.bloc-icones-avec-texte .swiper-arrow-right,
div.bloc-temoignages .swiper-arrow-right,
div.bloc-carrousel .swiper-arrow-right,
div.bloc-images-icones .swiper-arrow-right,
div.bloc-thumbnails .swiper-arrow-right {
  background-image: url(../images/swiper-arrow-inverse.png);
  width: 32px !important;
  height: 32px !important;
  right: 0px !important;
}
div.avantages .swiper-button-prev:after,
div.avantages .swiper-button-next:after,
div.bloc-icones-avec-texte .swiper-button-prev:after,
div.bloc-icones-avec-texte .swiper-button-next:after,
div.bloc-temoignages .swiper-button-prev:after,
div.bloc-temoignages .swiper-button-next:after,
div.bloc-carrousel .swiper-button-prev:after,
div.bloc-carrousel .swiper-button-next:after,
div.bloc-images-icones .swiper-button-prev:after,
div.bloc-images-icones .swiper-button-next:after,
div.bloc-thumbnails .swiper-button-prev:after,
div.bloc-thumbnails .swiper-button-next:after {
  content: none !important;
}
div.avantages span.swiper-pagination-bullet,
div.bloc-icones-avec-texte span.swiper-pagination-bullet,
div.bloc-temoignages span.swiper-pagination-bullet,
div.bloc-carrousel span.swiper-pagination-bullet,
div.bloc-images-icones span.swiper-pagination-bullet,
div.bloc-thumbnails span.swiper-pagination-bullet {
  border: 3px solid #fff;
  height: 20px;
  width: 20px;
  background-color: transparent;
  opacity: 1;
  margin: auto 10px !important;
}
div.avantages span.swiper-pagination-bullet-active,
div.bloc-icones-avec-texte span.swiper-pagination-bullet-active,
div.bloc-temoignages span.swiper-pagination-bullet-active,
div.bloc-carrousel span.swiper-pagination-bullet-active,
div.bloc-images-icones span.swiper-pagination-bullet-active,
div.bloc-thumbnails span.swiper-pagination-bullet-active {
  background: #fff;
}
div.avantages div.pagination-black span.swiper-pagination-bullet-active,
div.bloc-icones-avec-texte div.pagination-black span.swiper-pagination-bullet-active,
div.bloc-temoignages div.pagination-black span.swiper-pagination-bullet-active,
div.bloc-carrousel div.pagination-black span.swiper-pagination-bullet-active,
div.bloc-images-icones div.pagination-black span.swiper-pagination-bullet-active,
div.bloc-thumbnails div.pagination-black span.swiper-pagination-bullet-active {
  background-color: #000;
}
div.avantages div.pagination-black span.swiper-pagination-bullet,
div.bloc-icones-avec-texte div.pagination-black span.swiper-pagination-bullet,
div.bloc-temoignages div.pagination-black span.swiper-pagination-bullet,
div.bloc-carrousel div.pagination-black span.swiper-pagination-bullet,
div.bloc-images-icones div.pagination-black span.swiper-pagination-bullet,
div.bloc-thumbnails div.pagination-black span.swiper-pagination-bullet {
  border: 3px solid #000;
}

/* Bloc - Image à gauche / droite */
div.swiper-bloc-image-gauche-droite div.swiper-pagination,
div.swiper-bloc-images-icones div.swiper-pagination {
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  div.swiper-bloc-image-gauche-droite div.swiper-pagination,
  div.swiper-bloc-images-icones div.swiper-pagination {
    transform: translateX(-50%) scale(0.4);
  }
}
div.swiper-bloc-images-icones div.swiper-button-prev,
div.swiper-bloc-images-icones div.swiper-button-next {
  display: none;
}

/* Bloc - Galerie d'images */
div.bloc-galerie-images .swiper-container-galerie,
section.single-condo .swiper-container-galerie {
  width: 100%;
  height: 100%;
}
div.bloc-galerie-images .swiper-slide img,
section.single-condo .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div.bloc-galerie-images .popup,
section.single-condo .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
div.bloc-galerie-images .popup-overlay,
section.single-condo .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.bloc-galerie-images .popup-content,
section.single-condo .popup-content {
  position: relative;
  width: 80%;
  height: 80%;
  object-fit: contain;
  /* max-width: 800px; */
  /* max-height: 600px; */
}
div.bloc-galerie-images .popup-swiper,
section.single-condo .popup-swiper {
  height: 80%;
}
div.bloc-galerie-images .close-popup,
section.single-condo .close-popup {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 0.5rem;
  z-index: 100;
}
div.bloc-galerie-images .hidden,
section.single-condo .hidden {
  display: none;
}
div.bloc-galerie-images .popup-thumbs,
section.single-condo .popup-thumbs {
  display: flex;
  justify-content: center;
}
div.bloc-galerie-images .popup-thumb,
section.single-condo .popup-thumb {
  width: 80px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}
div.bloc-galerie-images .popup-thumb img,
section.single-condo .popup-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div.bloc-galerie-images .popup-thumb-active,
section.single-condo .popup-thumb-active {
  border: 2px solid #77706E;
}
div.bloc-galerie-images div#popup .swiper-button-prev:after,
div.bloc-galerie-images div#popup .swiper-button-next:after,
section.single-condo div#popup .swiper-button-prev:after,
section.single-condo div#popup .swiper-button-next:after {
  display: none;
}

div.bloc-video div.mp4Container div.iframeContainer > div {
  width: 100% !important;
}
div.bloc-video div.mp4Container video {
  object-fit: cover;
}
div.bloc-video div.mp4Container .video-wrapper {
  position: relative;
}
div.bloc-video div.mp4Container .video-wrapper img.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.bloc-video div.mp4Container .wp-video,
div.bloc-video div.mp4Container video.wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
div.bloc-video div.iframeContainer .wp-video,
div.bloc-video div.iframeContainer video.wp-video-shortcode,
div.bloc-video div.iframeContainer .mejs-container,
div.bloc-video div.iframeContainer .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
div.bloc-video div.iframeContainer .mejs-container {
  padding-top: 56.25%;
}
div.bloc-video div.iframeContainer .wp-video,
div.bloc-video div.iframeContainer video.wp-video-shortcode {
  max-width: 100% !important;
}
div.bloc-video div.iframeContainer video.wp-video-shortcode {
  position: relative;
}
div.bloc-video div.iframeContainer .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.bloc-video div.iframeContainer .mejs-controls {
  display: none;
}
div.bloc-video div.iframeContainer .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

body.page-template-template-contact div.bloc-en-tete-de-page + div.bloc-une-deux-colonnes div.content{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 640px){
  body.page-template-template-contact div.bloc-en-tete-de-page + div.bloc-une-deux-colonnes div.content{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* Super Store Finder - Désactivation de l'affichage flèche pour remonter en haut de la page */
a.main-back-to-top {
  display: none !important;
}

div.bloc-faq li{
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
div.bloc-faq li.inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
}
div.bloc-faq li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div#superStoreFinder div.infobox__marker {
  color: #fff !important;
  background-color: #886847 !important;
  border: 3px solid #fff !important;
}
div#superStoreFinder div.infobox__inner {
  background: #fff !important;
  color: #000 !important;
}
div#superStoreFinder div#super-left-panel a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
div#superStoreFinder div#super-left-panel .fa-crosshairs:before {
  color: #886847 !important;
}
div#superStoreFinder .store-locator__infobox--main .infobox__cta {
  border-top-color: #000 !important;
  color: #000 !important;
}
div#superStoreFinder #info-operating-hours .actives::before,
div#superStoreFinder #info-operating-hours .actives::after {
  background-color: #000 !important;
}
div#superStoreFinder .store-locator__infobox--main .infobox__stv {
  border-top-color: #000 !important;
  color: #000 !important;
}
div#superStoreFinder .infobox__row a {
  color: #886847 !important;
}

/***** PAGE DES CONDOS *****/
@media screen and (min-width: 1024px) {
  section.single-condo .custom-bg-gradient {
    background-image: linear-gradient(to right, #fff 50%, #F7F5F1 50%);
  }
}
/***** VISITE VIRTUELLE *****/
.visite-frame iframe {
  width: 100vw;
  height: 100vh;
}

/***** PAGE DES PROJETS *****/
section.single-projet div#imagePro div.item{
  margin-bottom: 0.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
section.single-projet div#imagePro div.item:hover, section.single-projet div#imagePro div.item.hovered{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.single-projet div#lightbox-etages {
  z-index: 999999999 !important;
}
section.single-projet div#lightbox-etages .noUi-connect {
  background: #886847;
}
section.single-projet div#lightbox-etages .noUi-horizontal {
  height: 20px;
}
section.single-projet div#lightbox-etages .noUi-touch-area{
  cursor: pointer;
}
section.single-projet div#lightbox-etages div#filter-type div.item{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
section.single-projet div#lightbox-etages div#filter-type div.item:hover{
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.single-projet div#lightbox-etages div#filter-type div.item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.single-projet .imp-wrap {
  max-width: initial !important;
}
section.single-projet #imagePro .imp-shape-poly {
  fill: rgba(255, 255, 255, 0) !important;
}
section.single-projet #imagePro .imp-shape-highlighted,
section.single-projet #imagePro .imp-shape-poly.hovered {
  fill: rgba(136, 104, 71, 0.75) !important;
}

/***** COOKIE NOTICE *****/
div#cookie-notice {
  background-color: #886847 !important;
}
div#cookie-notice a#cn-accept-cookie {
  background-color: #886847 !important;
  border: 1px solid #fff !important;
}

/***** Résultats de recherche, pagination *****/
div.nav-next,
div.nav-previous{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: inline-flex;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 104 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
div.nav-next:hover,
div.nav-previous:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
}
div.nav-next a,
div.nav-previous a{
  cursor: pointer;
}

div.nav-links{
  text-align: center;
}

div.bloc-thumbnails-projets div.swiper-button-prev::after,
div.bloc-thumbnails-projets div.swiper-button-next::after {
  display: none;
}

/***** Single-projet > sélecteur d'étages *****/
div.selector span{
  position: relative;
  display: inline-flex;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(198 194 185 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(119 112 110 / var(--tw-text-opacity));
}
div.selector span.active{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div.selector span.pieds-carres{
  --tw-translate-x: -12px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
div.selector span.metres-carres.active{
  z-index: 10;
}

/*
.fill-green {
    fill: #C5CEB8 !important;
    // opacity: 0.95 !important;
    transition: all ease 0.3s;
}

.fill-red {
    fill: #E3D8D0 !important;
    // opacity: 0.95 !important;
    transition: all ease 0.3s;
}
*/
.fill-green {
  fill: rgba(197, 206, 184, 0.8) !important;
  transition: all ease 0.3s;
}

.fill-yellow {
  fill: rgba(240, 230, 183, 0.8) !important;
  transition: all ease 0.3s;
}

.fill-red {
  fill: rgba(227, 216, 208, 0.8) !important;
  transition: all ease 0.3s;
}

.bg-green-condo {
  background-color: rgb(197, 206, 184);
}

.bg-yellow-condo {
  background-color: rgb(240, 230, 183);
}

.bg-red-condo {
  background-color: rgb(227, 216, 208);
}

.fill-green:hover,
.fill-red:hover {
  opacity: 0.7 !important;
}

div#filters-archive-projet a.item{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
div#filters-archive-projet a.item:hover, div#filters-archive-projet a.item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div#filters-archive-projet .filter-item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
div#filters-archive-projet .filter-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

div.bloc-infolettre,
div#formulaires_condos div.activeCampaign,
div#formulaires_projet div.activeCampaign,
div.bloc-formulaires div.activeCampaign{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
div.bloc-infolettre div._form-content div._form-title,
div.bloc-infolettre div._form-content p,
div#formulaires_condos div.activeCampaign div._form-content div._form-title,
div#formulaires_condos div.activeCampaign div._form-content p,
div#formulaires_projet div.activeCampaign div._form-content div._form-title,
div#formulaires_projet div.activeCampaign div._form-content p,
div.bloc-formulaires div.activeCampaign div._form-content div._form-title,
div.bloc-formulaires div.activeCampaign div._form-content p {
  display: none;
}
div.bloc-infolettre div._x71385786,
div.bloc-infolettre div._x65568821,
div.bloc-infolettre div._x05252905,
div#formulaires_condos div.activeCampaign div._x71385786,
div#formulaires_condos div.activeCampaign div._x65568821,
div#formulaires_condos div.activeCampaign div._x05252905,
div#formulaires_projet div.activeCampaign div._x71385786,
div#formulaires_projet div.activeCampaign div._x65568821,
div#formulaires_projet div.activeCampaign div._x05252905,
div.bloc-formulaires div.activeCampaign div._x71385786,
div.bloc-formulaires div.activeCampaign div._x65568821,
div.bloc-formulaires div.activeCampaign div._x05252905 {
  display: none;
}
div.bloc-infolettre fieldset._form-fieldset,
div#formulaires_condos div.activeCampaign fieldset._form-fieldset,
div#formulaires_projet div.activeCampaign fieldset._form-fieldset,
div.bloc-formulaires div.activeCampaign fieldset._form-fieldset{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
div.bloc-infolettre fieldset._form-fieldset legend,
div#formulaires_condos div.activeCampaign fieldset._form-fieldset legend,
div#formulaires_projet div.activeCampaign fieldset._form-fieldset legend,
div.bloc-formulaires div.activeCampaign fieldset._form-fieldset legend{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
div.bloc-infolettre ._form-title,
div#formulaires_condos div.activeCampaign ._form-title,
div#formulaires_projet div.activeCampaign ._form-title,
div.bloc-formulaires div.activeCampaign ._form-title{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  div.bloc-infolettre ._form-title,
div#formulaires_condos div.activeCampaign ._form-title,
div#formulaires_projet div.activeCampaign ._form-title,
div.bloc-formulaires div.activeCampaign ._form-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  div.bloc-infolettre ._form-title,
div#formulaires_condos div.activeCampaign ._form-title,
div#formulaires_projet div.activeCampaign ._form-title,
div.bloc-formulaires div.activeCampaign ._form-title{
    font-size: 2.5rem;
  }
}
div.bloc-infolettre p,
div.bloc-infolettre legend._form-label,
div#formulaires_condos div.activeCampaign p,
div#formulaires_condos div.activeCampaign legend._form-label,
div#formulaires_projet div.activeCampaign p,
div#formulaires_projet div.activeCampaign legend._form-label,
div.bloc-formulaires div.activeCampaign p,
div.bloc-formulaires div.activeCampaign legend._form-label{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
div.bloc-infolettre legend._form-label,
div#formulaires_condos div.activeCampaign legend._form-label,
div#formulaires_projet div.activeCampaign legend._form-label,
div.bloc-formulaires div.activeCampaign legend._form-label{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  div.bloc-infolettre legend._form-label,
div#formulaires_condos div.activeCampaign legend._form-label,
div#formulaires_projet div.activeCampaign legend._form-label,
div.bloc-formulaires div.activeCampaign legend._form-label{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
div.bloc-infolettre ._form-branding,
div#formulaires_condos div.activeCampaign ._form-branding,
div#formulaires_projet div.activeCampaign ._form-branding,
div.bloc-formulaires div.activeCampaign ._form-branding {
  display: none;
}
div.bloc-infolettre input,
div#formulaires_condos div.activeCampaign input,
div#formulaires_projet div.activeCampaign input,
div.bloc-formulaires div.activeCampaign input{
  padding: 0.75rem;
}
div.bloc-infolettre button,
div#formulaires_condos div.activeCampaign button,
div#formulaires_projet div.activeCampaign button,
div.bloc-formulaires div.activeCampaign button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
div.bloc-infolettre button:hover,
div#formulaires_condos div.activeCampaign button:hover,
div#formulaires_projet div.activeCampaign button:hover,
div.bloc-formulaires div.activeCampaign button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(95 73 50 / var(--tw-bg-opacity));
}
div.bloc-infolettre div#checkbox-radio-container,
div#formulaires_condos div.activeCampaign div#checkbox-radio-container,
div#formulaires_projet div.activeCampaign div#checkbox-radio-container,
div.bloc-formulaires div.activeCampaign div#checkbox-radio-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
div.bloc-infolettre div#checkbox-radio-container > :not([hidden]) ~ :not([hidden]),
div#formulaires_condos div.activeCampaign div#checkbox-radio-container > :not([hidden]) ~ :not([hidden]),
div#formulaires_projet div.activeCampaign div#checkbox-radio-container > :not([hidden]) ~ :not([hidden]),
div.bloc-formulaires div.activeCampaign div#checkbox-radio-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
div.bloc-infolettre div#checkbox-radio-container,
div#formulaires_condos div.activeCampaign div#checkbox-radio-container,
div#formulaires_projet div.activeCampaign div#checkbox-radio-container,
div.bloc-formulaires div.activeCampaign div#checkbox-radio-container{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
div.bloc-infolettre label,
div#formulaires_condos div.activeCampaign label,
div#formulaires_projet div.activeCampaign label,
div.bloc-formulaires div.activeCampaign label {
  display: flex;
}
div.bloc-infolettre label[for=lastname],
div.bloc-infolettre label[for=firstname],
div.bloc-infolettre label[for=email],
div.bloc-infolettre label[for=phone],
div.bloc-infolettre label[for=customer_account],
div.bloc-infolettre div._x16639025 label,
div.bloc-infolettre div._x16170097 label,
div#formulaires_condos div.activeCampaign label[for=lastname],
div#formulaires_condos div.activeCampaign label[for=firstname],
div#formulaires_condos div.activeCampaign label[for=email],
div#formulaires_condos div.activeCampaign label[for=phone],
div#formulaires_condos div.activeCampaign label[for=customer_account],
div#formulaires_condos div.activeCampaign div._x16639025 label,
div#formulaires_condos div.activeCampaign div._x16170097 label,
div#formulaires_projet div.activeCampaign label[for=lastname],
div#formulaires_projet div.activeCampaign label[for=firstname],
div#formulaires_projet div.activeCampaign label[for=email],
div#formulaires_projet div.activeCampaign label[for=phone],
div#formulaires_projet div.activeCampaign label[for=customer_account],
div#formulaires_projet div.activeCampaign div._x16639025 label,
div#formulaires_projet div.activeCampaign div._x16170097 label,
div.bloc-formulaires div.activeCampaign label[for=lastname],
div.bloc-formulaires div.activeCampaign label[for=firstname],
div.bloc-formulaires div.activeCampaign label[for=email],
div.bloc-formulaires div.activeCampaign label[for=phone],
div.bloc-formulaires div.activeCampaign label[for=customer_account],
div.bloc-formulaires div.activeCampaign div._x16639025 label,
div.bloc-formulaires div.activeCampaign div._x16170097 label {
  display: none;
}
div.bloc-infolettre button._submit:parent,
div#formulaires_condos div.activeCampaign button._submit:parent,
div#formulaires_projet div.activeCampaign button._submit:parent,
div.bloc-formulaires div.activeCampaign button._submit:parent{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
div.bloc-infolettre input#firstname,
div.bloc-infolettre input#lastname,
div.bloc-infolettre input#email,
div.bloc-infolettre input#phone,
div.bloc-infolettre input#customer_account,
div#formulaires_condos div.activeCampaign input#firstname,
div#formulaires_condos div.activeCampaign input#lastname,
div#formulaires_condos div.activeCampaign input#email,
div#formulaires_condos div.activeCampaign input#phone,
div#formulaires_condos div.activeCampaign input#customer_account,
div#formulaires_projet div.activeCampaign input#firstname,
div#formulaires_projet div.activeCampaign input#lastname,
div#formulaires_projet div.activeCampaign input#email,
div#formulaires_projet div.activeCampaign input#phone,
div#formulaires_projet div.activeCampaign input#customer_account,
div.bloc-formulaires div.activeCampaign input#firstname,
div.bloc-formulaires div.activeCampaign input#lastname,
div.bloc-formulaires div.activeCampaign input#email,
div.bloc-formulaires div.activeCampaign input#phone,
div.bloc-formulaires div.activeCampaign input#customer_account{
  width: 100%;
}
div.bloc-infolettre div._form_element,
div#formulaires_condos div.activeCampaign div._form_element,
div#formulaires_projet div.activeCampaign div._form_element,
div.bloc-formulaires div.activeCampaign div._form_element{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
div.bloc-infolettre div._button-wrapper,
div#formulaires_condos div.activeCampaign div._button-wrapper,
div#formulaires_projet div.activeCampaign div._button-wrapper,
div.bloc-formulaires div.activeCampaign div._button-wrapper{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
div.bloc-infolettre select,
div#formulaires_condos div.activeCampaign select,
div#formulaires_projet div.activeCampaign select,
div.bloc-formulaires div.activeCampaign select{
  padding: 0.5rem;
}
div.bloc-infolettre textarea,
div#formulaires_condos div.activeCampaign textarea,
div#formulaires_projet div.activeCampaign textarea,
div.bloc-formulaires div.activeCampaign textarea{
  height: 8rem;
  width: 100%;
}

div#formulaires_condos div.activeCampaign div._form-title,
div#formulaires_condos div.activeCampaign p,
div#formulaires_projet div.activeCampaign div._form-title,
div#formulaires_projet div.activeCampaign p {
  display: none;
}
div#formulaires_condos div.activeCampaign div.allowed p,
div#formulaires_projet div.activeCampaign div.allowed p{
  display: block;
  text-align: left;
  font-size: 18px !important;
}
div#formulaires_condos div.activeCampaign input,
div#formulaires_condos div.activeCampaign textarea,
div#formulaires_condos div.activeCampaign select,
div#formulaires_projet div.activeCampaign input,
div#formulaires_projet div.activeCampaign textarea,
div#formulaires_projet div.activeCampaign select{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
div#formulaires_condos div.activeCampaign select,
div#formulaires_projet div.activeCampaign select{
  padding: 0.5rem;
}
div#formulaires_condos div.activeCampaign textarea,
div#formulaires_projet div.activeCampaign textarea{
  height: 8rem;
  width: 100%;
}
div#formulaires_condos div.activeCampaign legend._form-label,
div#formulaires_condos div.activeCampaign div#checkbox-radio-container,
div#formulaires_projet div.activeCampaign legend._form-label,
div#formulaires_projet div.activeCampaign div#checkbox-radio-container{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 104 71 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
div#formulaires_condos div.activeCampaign div#checkbox-radio-container,
div#formulaires_projet div.activeCampaign div#checkbox-radio-container{
  display: flex;
  flex-direction: column;
}
div#formulaires_condos div.activeCampaign div#checkbox-radio-container ._checkbox-radio,
div#formulaires_projet div.activeCampaign div#checkbox-radio-container ._checkbox-radio {
  margin: 0px !important;
}
div#formulaires_condos div.activeCampaign input[type=radio]:checked,
div#formulaires_projet div.activeCampaign input[type=radio]:checked {
  accent-color: #886847;
  /* changer la couleur de fond en vert pour un input radio sélectionné */
}
div#formulaires_condos div.activeCampaign div._x54025116,
div#formulaires_condos div.activeCampaign div._x56295142,
div#formulaires_condos div.activeCampaign div._x60477637,
div#formulaires_projet div.activeCampaign div._x54025116,
div#formulaires_projet div.activeCampaign div._x56295142,
div#formulaires_projet div.activeCampaign div._x60477637{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
div#formulaires_condos div.activeCampaign div._x54025116 label,
div#formulaires_condos div.activeCampaign div._x56295142 label,
div#formulaires_condos div.activeCampaign div._x60477637 label,
div#formulaires_projet div.activeCampaign div._x54025116 label,
div#formulaires_projet div.activeCampaign div._x56295142 label,
div#formulaires_projet div.activeCampaign div._x60477637 label{
  margin-bottom: 0.5rem;
  display: flex;
}

div.bloc-formulaires div.activeCampaign{
  padding: 0px;
}
div.bloc-formulaires div.activeCampaign input,
div.bloc-formulaires div.activeCampaign textarea,
div.bloc-formulaires div.activeCampaign select{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 104 71 / var(--tw-border-opacity));
}
div.bloc-formulaires div.activeCampaign textarea,
div.bloc-formulaires div.activeCampaign select{
  padding: 0.75rem;
}
div.bloc-formulaires div.activeCampaign label._form-label{
  margin-bottom: 0.5rem;
}
div.bloc-formulaires div.activeCampaign input[type=radio]:checked {
  accent-color: #886847;
  /* changer la couleur de fond en vert pour un input radio sélectionné */
}

div.activeCampaign form._form_9 legend._form-label,
div.activeCampaign form._form_5 legend._form-label,
div.activeCampaign form._form_19 legend._form-label,
div.activeCampaign form._form_21 legend._form-label{
  margin-top: 0px;
  padding-top: 0px;
}
div.activeCampaign form._form_9 fieldset._form-fieldset,
div.activeCampaign form._form_5 fieldset._form-fieldset,
div.activeCampaign form._form_19 fieldset._form-fieldset,
div.activeCampaign form._form_21 fieldset._form-fieldset{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 104 71 / var(--tw-border-opacity));
}
div.activeCampaign div._error-inner{
  margin-top: 1.25rem;
}

body.single-projet div.activeCampaign form._form_5 fieldset._form-fieldset,
body.single-condo div.activeCampaign form._form_5 fieldset._form-fieldset{
  border-style: none;
}

div#tooltip {
  background: #fff !important;
  color: #886847;
  font-weight: 600;
  padding: 11px 12px;
}

nav.popMenu div.menuImage {
  width: 50%;
}
nav.popMenu div.menuImage p,
nav.popMenu div.menuImage img {
  width: 100%;
}

.no-margin-in-children-paragraph p {
  margin: 0px !important;
}

div.navWrapper div.nav div.item{
  width: 100%;
}

@media screen and (max-width: 640px) {
  div.navWrapper {
    border-bottom: 2px solid #F6F4EF;
  }
  div.navWrapper div.nav div.item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
iframe#calendly{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

/** Plugin Complianz **/
div#cmplz-document {
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0px 10px;
}
div#cmplz-document p,
div#cmplz-document ul,
div#cmplz-document li{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
div#cmplz-document p.cmplz-subtitle{
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
div#cmplz-document h2{
  margin-top: 2.5rem;
}
div#cmplz-document a{
  --tw-text-opacity: 1;
  color: rgb(140 137 133 / var(--tw-text-opacity));
}

.gfield--type-fileupload label {
  font-weight: 500 !important;
}

div.ginput_container_fileupload span.gfield_description {
  margin-top: 0px !important;
  padding-top: 5px !important;
}

body:not(.wp-admin) {
  /* On cache la checkbox */
  /* On stylise le span */
  /* Quand la checkbox est cochée, on change le style du span */
  /* On ajoute le tick quand la checkbox est cochée */
}
body:not(.wp-admin) input[type=checkbox] {
  display: none;
}
body:not(.wp-admin) .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  /* Bordure noire */
  position: relative;
  transform: translateY(3px);
  cursor: pointer;
}
body:not(.wp-admin) input[type=checkbox]:checked + .custom-checkbox {
  background-color: #886847;
  /* Fond marron */
  border: 2px solid #886847;
  /* Bordure noire */
}
body:not(.wp-admin) input[type=checkbox]:checked + .custom-checkbox:after {
  content: "\f00c";
  /* Icône de check de Font Awesome */
  font-family: "Font Awesome 5 Free";
  /* Famille de police pour Font Awesome */
  font-weight: 900;
  /* Poids de la police nécessaire pour Font Awesome 5 */
  color: white;
  /* La couleur blanche */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  /* Centrer le tick */
  cursor: pointer;
}

.swiper-button-disabled {
  display: none !important;
}

/* Retrait des contours du fieldset pour le bloc d'infolettre */
form._form_19 fieldset._form-fieldset {
  border: none;
  padding-top: 0 !important;
}
form._form_19 div.content {
  padding-bottom: 0px !important;
}

/* par défaut, les champs seront empilés (sur les petits écrans) */
._form_element {
  width: 100%;
  box-sizing: border-box;
}

/* sur les écrans de plus de 640px, mettez-les côte à côte */
@media (min-width: 640px) {
  ._x04395605,
  ._x40753192 {
    display: inline-block;
    width: 49%;
    float: left;
  }
  ._x04395605 {
    margin-right: 2%;
  }
}
/* Sur les écrans de plus de 640px, mettons le "Prénom" et le "Nom" côte à côte */
@media (min-width: 640px) {
  ._x36541277,
  ._x18892977 {
    display: inline-block;
    width: 49%;
    float: left;
  }
  ._x36541277 {
    margin-right: 2%;
  }
}
/* Sur les écrans de plus de 640px, mettons le "Prénom" et le "Nom" côte à côte */
@media (min-width: 640px) {
  ._x09369157,
  ._x87301734 {
    display: inline-block;
    width: 49%;
    float: left;
  }
  ._x09369157 {
    margin-right: 2%;
  }
}
/* ALERTES EMPLOIS - Sur les écrans de plus de 640px, mettons le "Prénom" et le "Nom" côte à côte */
@media (min-width: 640px) {
  ._x26576589,
  ._x27735143 {
    display: inline-block;
    width: 49%;
    float: left;
  }
  ._x26576589 {
    margin-right: 2%;
  }
}
ul#menu-secteur {
  column-count: 3;
}

@media screen and (max-width: 768px) {
  ul#menu-secteur {
    column-count: 2;
  }
}
@media screen and (max-width: 300px) {
  ul#menu-secteur {
    column-count: 1;
  }
}
/* Sur les écrans de plus de 640px, alignons "Prénom" et "Nom" côte à côte */
@media (min-width: 640px) {
  ._x79738020,
  ._x52791720 {
    display: inline-block;
    width: 49%;
    float: left;
  }
  ._x79738020 {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  div.navWrapper div.nav {
    padding: 15px;
    background-color: #f7f5f1;
  }
  div.navWrapper div.nav div.divLevel {
    margin-bottom: 10px !important;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem !important;
  }
  div.divLevel:hover::before {
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #886847;
  }
}
div.divLevel{
  position: relative;
}
div.divLevel::before{
  position: absolute;
  left: 75%;
  top: -2rem;
  width: max-content;
  max-width: 20rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: attr(data-tooltip);
  content: var(--tw-content);
}
div.divLevel {
  /*    @apply after:absolute after:left-1/2 after:-top-3 after:h-0 after:w-0 after:-translate-x-1/2 after:border-9*/
}
div.divLevel:hover::before{
  content: var(--tw-content);
  opacity: 1;
}

.single-emploi .posteInfos svg {
  filter: brightness(0) invert(1);
}

.imp-fullscreen-tooltips-container {
  display: none !important;
}

div.bloc-formulaires select,
div.bloc-formulaires input[type=date] {
  /* Force la couleur de fond */
  background-color: white !important;
  /* Force la couleur du texte */
  color: black !important;
  /* Force l'apparence générale à ne pas être grisée */
  opacity: 1 !important;
}
@media screen and (max-width: 400px) {
  div.bloc-formulaires input {
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  div.single-condo__visite__lien {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
}
@media screen and (max-width: 768px) {
  div.single-condo__visite__lien {
    margin-bottom: -60px;
  }
}
div.bloc-formulaires select.placeholderColor {
  color: #8e94a0 !important;
}

@media (max-width: 767px) {
  div.bloc-icones-avec-texte .item {
    position: relative;
  }
  div.bloc-icones-avec-texte .item::after {
    content: "";
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    bottom: 0;
    height: 1px;
    background: silver;
    /* La couleur de ta bordure */
  }
  div.bloc-icones-avec-texte .item:last-child::after {
    display: none;
    /* Pour enlever la bordure du dernier élément */
  }
}
.calendlyBackground {
  display: none;
  /* Équivalent de hidden dans Tailwind */
}

@media (min-width: 1024px) {
  /* Équivalent de md: dans Tailwind */
  .calendlyBackground {
    display: flex;
    /* Équivalent de flex dans Tailwind */
  }
}
/* Forçage CSS pour formulaire active campaign - SAFARI */
div._form_19 div._form_element._x98464834 div._row{
  text-align: center;
}
div._form_19 div._form_element._x98464834 div._row legend{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

div._form_9 div._form_element._x51545028 div._row{
  text-align: center;
}
div._form_9 div._form_element._x51545028 div._row legend{
  width: 100%;
}

div#super-left-panel #ssf_adress_input_box {
  padding-left: 15px !important;
}

/* ActiveCampaign - Ajustement du style de l'infolettre */
div.bloc-formulaires div.content{
  padding-top: 1.5rem;
  padding-bottom: 0px;
}
div.bloc-formulaires div.content p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

div.bloc-galerie-images div.swiper-slide div.zoomZoom {
  display: none;
}

@media screen and (min-width: 768px) {
  div.bloc-galerie-images div.swiper-slide-active div.zoomZoom {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  section.single-condo div.single-condo__visite__lien > a {
    width: 120%;
  }
}
div.bloc-formulaires.activecampaign_19 div.content p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  form#gform_1 div.gform_footer input {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
div.bloc-temoignages div.swiper-pagination {
  margin-top: 15px;
}

/* Page de contact */
/* sur les écrans de plus de 640px, mettez-les côte à côte */
@media (min-width: 640px) {
  div.bloc-formulaires.activecampaign_21 div.content {
    padding-top: 1.5rem !important;
    padding-bottom: 0px !important;
  }
  div.bloc-formulaires.activecampaign_21 div.content p{
    margin: 0px;
  }
  div.bloc-formulaires.activecampaign_21 ._x35853059,
  div.bloc-formulaires.activecampaign_21 ._x83815884 {
    display: inline-block;
    width: 49%;
    float: left;
  }
  div.bloc-formulaires.activecampaign_21 ._x35853059 {
    margin-right: 2%;
  }
}
div.bloc-formulaires.activecampaign_21 select,
div.bloc-formulaires.activecampaign_25 select{
  width: 100%;
}

/* Personnalisation Store Locator */
div#superStoreFinder .store-locator__infobox {
  background-color: white !important;
  border-bottom: 1px solid gray;
}
div#superStoreFinder div.infobox__row.infobox__row--marker {
  display: none;
}
div#superStoreFinder div.infobox__row.infobox__title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
div#superStoreFinder a.infobox__row.infobox__cta.ssflinks {
  border: none;
}
div#superStoreFinder div#storeLocator__storeListRow {
  padding: 0;
  margin: 0;
}
div#superStoreFinder div.store-locator__infobox {
  padding: 0;
  margin: 0;
}
div#superStoreFinder div.infobox__row.infobox__title.store-location,
div#superStoreFinder div.infobox__row.store-address {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
div#superStoreFinder a.infobox__row.infobox__cta.ssflinks {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
div#superStoreFinder div.filter__row.hide-for-medium-down {
  display: none;
}
@media screen and (max-width: 1024px) {
  div#superStoreFinder div#storeLocator__storeListRow {
    padding-top: 445px;
  }
}
@media screen and (max-width: 640px) {
  div#superStoreFinder div#storeLocator__storeListRow {
    padding-top: 255px !important;
  }
}

div#superStoreFinder {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

header.containMenu nav.desktop ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media screen and (min-width: 1024px) {
  div#storeLocator__storeListRow {
    overflow: auto;
    height: 459px;
  }
  #super-left-panel {
    overflow: hidden !important;
    background: white;
  }
  div.infobox__body {
    height: auto !important;
  }
  div.infobox__row.store-address {
    padding-bottom: 0px !important;
  }
  .infobox__row + .infobox__row {
    padding-top: 14px !important;
  }
}
div.bloc-galerie-images div.content {
  padding-top: 0px;
  padding-bottom: 0px;
}

body.single-projet div.bloc-faq li {
  text-align: inherit;
  font-weight: inherit;
}

/* Fix bug Active Campaign */
div.activeCampaign div._form_19 div#checkbox-radio-container div._checkbox-radio {
  display: flex;
  flex-direction: row;
}
div.activeCampaign div._form_19 div#checkbox-radio-container div._checkbox-radio span.custom-checkbox{
  margin-right: 0.5rem;
}

/** Components */
/**
 * Buttons styles
 */
.button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(95 73 50 / var(--tw-bg-opacity));
}
.button {
  text-decoration: none !important;
}
.button.download{
  background-repeat: no-repeat;
  padding-right: 3rem;
  background-image: url(../icons/download.svg);
  background-size: 15px auto;
  background-position: 92% 50%;
}

.button.inverse{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 104 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
}

.button.inverse:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.light{
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(140 137 133 / var(--tw-text-opacity));
}

.button.light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(140 137 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(246 244 239 / var(--tw-text-opacity));
}

.button.big{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.button.small{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 768px){
  .button.small{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.button.xsmall{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 768px){
  .button.xsmall{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

div.content a, a.classic{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-decoration-line: underline;
}

div.content a:hover, a.classic:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.customShadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.27);
}

.button-tab{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 214 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(119 112 110 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-tab:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 194 185 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .button-tab{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.button-tab {
  text-decoration: none !important;
}
.button-tab.active{
  z-index: 30;
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
 * Styles par défaut pour les commentaires WordPress
 */
.comment-list{
  list-style-type: none;
  padding: 0px;
}

.comment-list ol {
  list-style: none;
}

.comment-form p{
  margin-bottom: 1rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/**
 * Styles par défaut pour les formulaires de recherche WordPress
 */
form#searchform input[type=submit] {
  background-image: url("../icons/search.svg");
  background-size: 95% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 10px 0;
  padding: 0;
}
form#searchform.results input[type=submit] {
  width: 22px;
  height: 22px;
}

.search-form{
  display: flex;
  align-items: center;
}

.search-form label{
  margin-bottom: 1rem;
  font-weight: normal;
}

.search-form .search-field{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.search-form .search-submit{
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.search-form .search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.inputSearch input{
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  background-image: url("/app/themes/turbutheme/dist/icons/search.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.inputSearch input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.inputSearch input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gform_confirmation_wrapper .gform_confirmation_message{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.gfield_label .gfield_required {
  display: none !important;
}

.activeCampaign ._form-content ._form-fieldset {
  border: none;
}
.activeCampaign ._form-content ._form-fieldset legend._form-label{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(119 112 110 / var(--tw-text-opacity));
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.alignleft,
.alignright{
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 640px) {
  .alignleft{
    margin-right: 1rem;
    float: left;
  }
  .alignright{
    margin-left: 1rem;
    float: right;
  }
}
/** Captions */
.wp-caption{
  margin-bottom: 1rem;
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

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

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Medway - Menu hamburger dynamique */
.containMenu{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}
.containMenu.sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.visite-virtuelle .containMenu{
  z-index: 50;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}

nav.popMenu{
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  z-index: 100;
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
  top: 0px;
  bottom: 0px;
  right: 0px;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0;
  visibility: hidden;
  background-position: 3% 40%;
  background-repeat: no-repeat;
  background-size: 30% auto;
}
nav.popMenu.active{
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  nav.popMenu {
    background-image: none !important;
  }
}

.socialLinks svg{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .socialLinks svg{
    margin-top: 0.125rem;
  }
}

.socialLinks svg {
  width: 75%;
}
.socialLinks svg path{
  fill: #fff;
}

/* Medway - Footer */
body.visite-virtuelle footer {
  display: none;
}

.footer__contact__socials a{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.footer__copyright__link{
  position: relative;
  padding-left: 1rem;
}
@media (min-width: 1024px){
  .footer__copyright__link{
    padding-left: 3rem;
  }
}
.footer__copyright__link:before {
  content: "•";
  position: absolute;
  left: 0.25rem;
  top: -0.125rem;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .footer__copyright__link:before{
    left: 1.25rem;
  }
}

/** Blocks */
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
/*! purgecss end ignore */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.\!bottom-5{
  bottom: 1.25rem !important;
}
.-left-16{
  left: -4rem;
}
.-left-20{
  left: -5rem;
}
.-right-1\/4{
  right: -25%;
}
.-right-16{
  right: -4rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-20{
  right: -5rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[150px\]{
  left: 150px;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[150px\]{
  right: 150px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-16{
  top: 4rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.\!col-start-2{
  grid-column-start: 2 !important;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.\!m-0{
  margin: 0px !important;
}
.m-2{
  margin: 0.5rem;
}
.m-5{
  margin: 1.25rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-\[7\.5rem\]{
  margin-bottom: 7.5rem !important;
}
.\!ml-0{
  margin-left: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[2\/1\]{
  aspect-ratio: 2/1;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}
.\!h-auto{
  height: auto !important;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[35rem\]{
  height: 35rem;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-16{
  max-height: 4rem;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-0{
  width: 0px !important;
}
.\!w-auto{
  width: auto !important;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[192px\]{
  width: 192px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-10{
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.75\]{
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!transform-none{
  transform: none !important;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.\!list-none{
  list-style-type: none !important;
}
.list-none{
  list-style-type: none;
}
.\!grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-dotted{
  border-style: dotted;
}
.\!border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-graySpecific{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
.border-marron-light{
  --tw-border-opacity: 1;
  border-color: rgb(198 194 185 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 239 / var(--tw-bg-opacity));
}
.bg-beigeSpec{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 241 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(171 201 201 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(65 100 126 / var(--tw-bg-opacity));
}
.bg-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(223 239 234 / var(--tw-bg-opacity));
}
.bg-brown-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(140 137 133 / var(--tw-bg-opacity));
}
.bg-brown-grayish{
  --tw-bg-opacity: 1;
  background-color: rgb(182 173 165 / var(--tw-bg-opacity));
}
.bg-brown-light{
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 203 / var(--tw-bg-opacity));
}
.bg-brown-numbers{
  --tw-bg-opacity: 1;
  background-color: rgb(119 112 110 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(124 143 110 / var(--tw-bg-opacity));
}
.bg-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(46 85 67 / var(--tw-bg-opacity));
}
.bg-green-light{
  background-color: rgba( 180, 194, 165, 0.2 );
}
.bg-marron{
  --tw-bg-opacity: 1;
  background-color: rgb(136 104 71 / var(--tw-bg-opacity));
}
.bg-marron-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(95 73 50 / var(--tw-bg-opacity));
}
.bg-marron-light{
  --tw-bg-opacity: 1;
  background-color: rgb(198 194 185 / var(--tw-bg-opacity));
}
.bg-mocha{
  --tw-bg-opacity: 1;
  background-color: rgb(168 142 117 / var(--tw-bg-opacity));
}
.bg-nondispo{
  background-color: rgba( 227, 216,208, 0.8);
}
.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(180 113 106 / var(--tw-bg-opacity));
}
.bg-pink-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(113 49 69 / var(--tw-bg-opacity));
}
.bg-pink-light{
  --tw-bg-opacity: 1;
  background-color: rgb(221 205 197 / var(--tw-bg-opacity));
}
.bg-sand{
  --tw-bg-opacity: 1;
  background-color: rgb(234 229 219 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(227 205 119 / var(--tw-bg-opacity));
}
.bg-yellow-light{
  --tw-bg-opacity: 1;
  background-color: rgb(240 229 181 / var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-\[length\:30px_30px\]{
  background-size: 30px 30px;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-green{
  fill: #7C8F6E;
}
.fill-yellow{
  fill: #E3CD77;
}
.\!object-cover{
  object-fit: cover !important;
}
.object-cover{
  object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-\[5px\]{
  padding: 5px;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pb-4{
  padding-bottom: 1rem !important;
}
.\!pb-5{
  padding-bottom: 1.25rem !important;
}
.\!pl-0{
  padding-left: 0px !important;
}
.\!pl-5{
  padding-left: 1.25rem !important;
}
.\!pr-10{
  padding-right: 2.5rem !important;
}
.\!pr-11{
  padding-right: 2.75rem !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.\!pt-4{
  padding-top: 1rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.\!text-left{
  text-align: left !important;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.\!leading-relaxed{
  line-height: 1.625 !important;
}
.\!leading-tight{
  line-height: 1.25 !important;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-brown-dark{
  --tw-text-opacity: 1;
  color: rgb(140 137 133 / var(--tw-text-opacity));
}
.text-brown-light{
  --tw-text-opacity: 1;
  color: rgb(215 210 203 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(124 143 110 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-light-black{
  --tw-text-opacity: 1;
  color: rgb(22 23 24 / var(--tw-text-opacity));
}
.text-marron{
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary-txt{
  --tw-text-opacity: 1;
  color: rgb(119 112 110 / var(--tw-text-opacity));
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 * Classes utilitaires personnalisées
 * https://tailwindcss.com/docs/adding-new-utilities#app
 *
 * L'exemple ci-bas génère des classes préfixées pour le responsive
 * et appliquer un dégradé seulement aux dimensions préférées.
 * sm:bg-gradient, md:bg-gradient, lg:bg-gradient, xl:bg-gradient, etc.
 */
@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1400px){
    .md\:container{
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1400px){
    .lg\:container{
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
}
@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1400px){
    .xl\:container{
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px){
    .xl\:container{
      max-width: 1536px;
    }
  }
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.15\]:hover{
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:transform:hover{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
}
.hover\:text-marron:hover{
  --tw-text-opacity: 1;
  color: rgb(136 104 71 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:w-full{
  width: 100%;
}
.group:hover .group-hover\:translate-x-3\/4{
  --tw-translate-x: 75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:overflow-hidden{
  overflow: hidden;
}
.group:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:left-0{
    left: 0px;
  }
  .sm\:left-4{
    left: 1rem;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:top-1\/2{
    top: 50%;
  }
  .sm\:top-20{
    top: 5rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:\!rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:\!text-4xl{
    font-size: 2.5rem !important;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-titre{
    font-size: 48px;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-titre{
    line-height: 56px;
  }
}
@media (min-width: 768px){
  .md\:\!absolute{
    position: absolute !important;
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:\!left-1\/2{
    left: 50% !important;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:left-\[150px\]{
    left: 150px;
  }
  .md\:left-\[46\%\]{
    left: 46%;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-10{
    right: 2.5rem;
  }
  .md\:right-\[150px\]{
    right: 150px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-10{
    top: 2.5rem;
  }
  .md\:top-\[10vh\]{
    top: 10vh;
  }
  .md\:top-\[20vh\]{
    top: 20vh;
  }
  .md\:order-first{
    order: -9999;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:order-none{
    order: 0;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-7{
    margin-bottom: 1.75rem;
  }
  .md\:ml-10{
    margin-left: 2.5rem;
  }
  .md\:ml-5{
    margin-left: 1.25rem;
  }
  .md\:mr-10{
    margin-right: 2.5rem;
  }
  .md\:mr-5{
    margin-right: 1.25rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:\!flex{
    display: flex !important;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }
  .md\:\!h-auto{
    height: auto !important;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-36{
    height: 9rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-screen{
    min-height: 100vh;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-48{
    width: 12rem;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-\[54\%\]{
    width: 54%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:flex-grow-0{
    flex-grow: 0;
  }
  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:\!grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:rounded-none{
    border-radius: 0px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:bg-none{
    background-image: none;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-2{
    padding-bottom: 0.5rem;
  }
  .md\:pl-7{
    padding-left: 1.75rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-7{
    padding-right: 1.75rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:\!text-titre{
    font-size: 48px !important;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.5rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-surtitre{
    font-size: 26px;
  }
  .md\:text-titre{
    font-size: 48px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:\!leading-titre{
    line-height: 56px !important;
  }
  .md\:leading-surtitre{
    line-height: 34px;
  }
  .md\:leading-titre{
    line-height: 56px;
  }
}
@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-5{
    margin-left: 1.25rem;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/6{
    width: 16.666667%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-2\/6{
    width: 33.333333%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-3\/6{
    width: 50%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-\[1300px\]{
    width: 1300px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-7{
    padding-top: 1.75rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-end{
    text-align: end;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:\!col-start-auto{
    grid-column-start: auto !important;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:p-20{
    padding: 5rem;
  }
  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:pl-16{
    padding-left: 4rem;
  }
  .xl\:pr-16{
    padding-right: 4rem;
  }
  .xl\:pr-28{
    padding-right: 7rem;
  }
  .xl\:text-center{
    text-align: center;
  }
}
@media (min-width: 1400px){
  .desk\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desk\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1536px){
  .\32xl\:aspect-\[10\/7\]{
    aspect-ratio: 10/7;
  }
}

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