@charset "UTF-8";
/* BASE */
/* ! tailwindcss v3.4.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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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::-moz-placeholder, textarea::-moz-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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* IMPORT FONTS */
@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.otf") format("opentype"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg") format("svg");
}
@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.otf") format("opentype"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg") format("svg");
}
html{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  html{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
html {
  line-height: 1rem;
}
/* Fonts -----------------*/
h1{
  margin-bottom: 1.25rem;
  font-family: CircularStd-Bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 640px){
  h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px){
  h1{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  h1{
    margin-bottom: 2rem;
  }
}
.template-accueil h1,
h2{
  margin-bottom: 1.25rem;
  font-family: CircularStd-Bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 640px){
  .template-accueil h1,
h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px){
  .template-accueil h1,
h2{
    font-size: 3rem;
    line-height: 1;
  }
}
h3{
  margin-bottom: 1rem;
  font-family: CircularStd-Bold;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 640px){
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px){
  h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h4{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: CircularStd-Bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 640px){
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h5{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: CircularStd-Bold;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  h5{
    font-size: 1.5rem;
    line-height: 1.25rem;
  }
}
p{
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
}
p a,
section ul li a{
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
p a:visited,
section ul li a:visited{
  color: rgb(122 176 60 );
}
p a:hover,
section ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(153 217 69 / var(--tw-text-opacity));
}
p a:active,
section ul li a:active{
  --tw-text-opacity: 1;
  color: rgb(122 176 60 / var(--tw-text-opacity));
}
/* ELEMENTS GLOBAL -------------------------------*/
.badge {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul,
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-top: 10px;
}
.badge li:first-child {
  margin-top: 0;
}
/* banners */
#home-hero, .banner {
  -webkit-box-shadow: 0 -6px 15px -12px rgba(0, 0, 0, 0.2);
}
#home-hero img{
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling header > #home-hero img > div{
  padding-top: 0px;
}
#home-hero h3{
  margin-bottom: 0px;
}
#home-hero h2{
  margin-bottom: 0.5rem;
  font-family: CircularStd-Bold;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 640px){
  #home-hero h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px){
  #home-hero h2{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  #home-hero h2{
    margin-bottom: 1rem;
  }
}
.banner{
  position: relative;
  display: flex;
  height: 300px;
  overflow: hidden;
}
@media (min-width: 640px){
  .banner{
    height: 400px;
  }
}
@media (min-width: 1024px){
  .banner{
    height: 535px;
  }
}
.banner .banner__filter1{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity));
  opacity: 0.5;
  mix-blend-mode: darken;
}
.scrolling header > .banner .banner__filter1 > div{
  padding-top: 0px;
}
.banner .banner__filter2{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 101 / var(--tw-bg-opacity));
  opacity: 0.9;
  mix-blend-mode: overlay;
}
.scrolling header > .banner .banner__filter2 > div{
  padding-top: 0px;
}
.banner img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling header > .banner img > div{
  padding-top: 0px;
}
.banner__text{
  z-index: 30;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .banner__text{
    position: absolute;
    bottom: 6rem;
    left: 4rem;
    padding: 0px;
  }
}
@media (min-width: 1024px){
  .banner__text{
    left: 10rem;
  }
}
.banner__text h2{
  margin-bottom: 0.75rem;
  font-family: CircularStd-Bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 640px){
  .banner__text h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.banner__text h1{
  margin-bottom: 2rem;
  font-family: CircularStd-Bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .banner__text h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.banner__text h1 {
  line-height: 0.9;
}
.nice-select .list {
  max-height: 300px;
  overflow-y: scroll;
  max-width: 100%;
}
/* BreadCrumbs*/
.breadcrumbs li{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.breadcrumbs li:last-child{
  font-family: CircularStd-Bold;
  font-weight: 700;
}
.breadcrumbs li:nth-child(2) {
  display: none;
}
.breadcrumbs li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity));
}
section .border-dashed.opacity-80 {
  border-top: 1px dashed gray;
  opacity: 0.5;
}
/* CONTENT REGLES GLOBAL -------------------------------*/
.padding{
  padding: 2rem;
}
@media (min-width: 640px){
  .padding{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
section{
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  section{
    margin: 1.5rem;
  }
}
section {
  /* Listes */
  /* Listes blanc */
}
section ol, section ul{
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style-image: url("../images/icone/arrow.svg");
}
section ol li, section ul li{
  margin-left: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  line-height: 1.5rem;
  /* a {
      @apply text-secondary-base hover:text-secondary-light visited:text-secondary-dark active:text-secondary-dark;
  } */
}
section ol.white-list, section ul.white-list {
  list-style-image: url("../images/icone/arrow-white.svg");
}
section ol.white-list li, section ol.white-list li p, section ul.white-list li, section ul.white-list li p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Listes blanc */
ol.white-list, ul.white-list {
  list-style-image: url("../images/icone/arrow-white.svg");
}
ol.white-list li, ol.white-list li p, ul.white-list li, ul.white-list li p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* ANIMATIONS ----------------------------------------*/
.hover-scale{
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover-scale: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));
}
/* COMPOSANTS */
.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: 1536px){
  .container{
    max-width: 1536px;
  }
}
/* buttons */
input[type=submit],
.btn{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(140 198 63 / var(--tw-bg-opacity));
  padding: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: CircularStd-Bold;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
input[type=submit]:hover,
.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 217 69 / var(--tw-bg-opacity));
}
input[type=submit]:focus,
.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input[type=submit]:active,
.btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(122 176 60 / var(--tw-bg-opacity));
}
input[type=submit]:hover,
.btn:hover {
  cursor: pointer;
}
.btn.btn-arrow{
  position: relative;
  padding-right: 3.3rem;
}
.btn.btn-arrow::after {
  content: url("../images/icone/fleche.svg");
  font-size: 23px;
  position: absolute;
  top: 50%;
  right: 1rem;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn.btn-arrow:hover:after {
  right: 20px;
}
.btn.btn-arrow:hover input{
  --tw-bg-opacity: 1;
  background-color: rgb(153 217 69 / var(--tw-bg-opacity));
}
/* FORMulaire Contact -------------------*/
form > :not([hidden]) ~ :not([hidden]){
  --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));
}
form .form-element{
  display: flex;
  flex-direction: column;
  vertical-align: baseline;
}
form label{
  margin-bottom: 0.25rem;
  font-family: CircularStd-Bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  min-height: 17px;
}
form input, form textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
form input:focus, form textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(140 198 63 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
form button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
form textarea {
  min-height: 250px;
}
form .flex-50{
  display: flex;
}
form .flex-50 > div{
  min-height: 0px;
  width: 100%;
  min-width: 0px;
}
.scrolling header > form .flex-50 > div > div{
  padding-top: 0px;
}
@media (min-width: 640px){
  form .flex-50 > div{
    width: 50%;
  }
}
form .checkbox-item{
  position: relative;
  display: block;
  font-family: Arial;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
form .checkbox-item input {
  opacity: 0;
}
form .checkbox-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 17px;
  background-image: url("../images/icone/box.svg");
  background-repeat: no-repeat;
}
form .checkbox-item .checkradio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 19px;
  background-image: url("../images/icone/rond.svg");
  background-repeat: no-repeat;
}
form .checkbox-item:hover input ~ .checkmark{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
form .checkbox-item input:checked ~ .checkmark {
  background-image: url("../images/icone/box-coche.svg");
}
form .checkbox-item input:checked ~ .checkradio {
  background-image: url("../images/icone/rond-coche.svg");
}
/* tables */
table{
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
table tr{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
table tr th{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 67 101 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  vertical-align: bottom;
}
table tr td{
  white-space: nowrap;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tr td:first-child{
  white-space: normal;
  border-left-width: 0px;
}
table tr td:last-child{
  border-right-width: 0px;
}
table tr.bottom td{
  border-top-width: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 67 101 / var(--tw-border-opacity));
}
.table-responsive{
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
/* SNIPPETS ----------------------------------------*/
.bigger p,
p.bigger{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 640px){
  .bigger p,
p.bigger{
    font-family: Arial;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}
/* IMAGES ------------------------- */
.snippet-image img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.snippet-image-left img{
  margin-right: auto;
}
.snippet-image-right img{
  margin-left: auto;
}
/* LAYOUTS ------------------- */
.container-flex{
  display: flex;
}
.container-flex > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.section-img-txt__inner{
  margin-top: 0px;
  display: grid;
}
@media (min-width: 640px){
  .section-img-txt__inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .section-img-txt__inner{
    margin-top: 1.5rem;
  }
}
.section-img-txt__inner > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-img-txt__inner .image-editable{
  position: relative;
  height: 20rem;
}
@media (min-width: 640px){
  .section-img-txt__inner .image-editable{
    height: auto;
  }
}
.section-img-txt__inner .image-editable img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling header > .section-img-txt__inner .image-editable img > div{
  padding-top: 0px;
}
.section-img-txt__inner__text {
  /*@apply p-8 lg:px-24 lg:py-14;*/
  padding: 2rem;
}
@media (min-width: 640px){
  .section-img-txt__inner__text{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.colonnes-2{
  display: grid;
}
@media (min-width: 1024px){
  .colonnes-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.publication{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px){
  .publication{
    flex-direction: row;
  }
}
.publication .image-editable {
  width: 142px;
  height: 200px;
  margin-bottom: 2rem;
}
@media (min-width: 640px){
  .publication .image-editable{
    margin-bottom: 0px;
  }
}
.publication .image-editable img{
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover; /*max width none ?*/
}
.publication h3{
  margin-bottom: 1rem;
}
.document{
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.document p{
  padding-bottom: 0.5rem;
}
.document div:first-child{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  min-width: 30px;
}
.membre{
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.membre__img-wrap{
  height: 100%;
  min-width: 100px;
  overflow: hidden;
  border-radius: 9999px;
}
@media (min-width: 1024px){
  .membre__img-wrap{
    min-width: 130px;
  }
}
.membre__img-wrap img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling header > .membre__img-wrap img > div{
  padding-top: 0px;
}
.membre__txt-wrap{
  padding-left: 1rem;
}
@media (min-width: 640px){
  .membre__txt-wrap{
    padding-left: 2rem;
  }
}
.membre__txt-wrap {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.membre__txt-wrap a{
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.membre__txt-wrap a:visited{
  color: rgb(122 176 60 );
}
.membre__txt-wrap a:hover{
  --tw-text-opacity: 1;
  color: rgb(153 217 69 / var(--tw-text-opacity));
}
.membre__txt-wrap a:active{
  --tw-text-opacity: 1;
  color: rgb(122 176 60 / var(--tw-text-opacity));
}
.membre__txt-wrap__fonction{
  padding-bottom: 0.5rem;
  font-family: CircularStd-Bold;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.membre__txt-wrap h4{
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.membre__txt-wrap__fonction{
  padding-bottom: 0.5rem;
  font-family: CircularStd-Bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.membre__txt-wrap__texte{
  padding-bottom: 0px;
}
.googlemap{
  margin-bottom: 1.5rem;
}
.googlemap iframe{
  height: 11rem;
  width: 100%;
}
.scrolling header > .googlemap iframe > div{
  padding-top: 0px;
}
@media (min-width: 768px){
  .googlemap iframe{
    height: 20rem;
  }
}
/* Séparations */
.vertical-space{
  height: 2rem;
}
@media (min-width: 640px){
  .vertical-space{
    height: 3rem;
  }
}
hr.border-dashed.opacity-80{
  margin-bottom: 1rem;
}
/* ELEMENTS */
.snippet-list-nb ol {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: decimal;
}
.snippet-list-nb ol li{
  margin-left: 0px;
  padding-left: 0px;
}
/* ACCORDIONS ------------------------ */
.tab{
  width: 100%;
  overflow: hidden;
  border-top-width: 1px;
  border-style: dashed;
}
section .tab.opacity-80 {
  border-top: 1px dashed gray;
  opacity: 0.5;
}
hr.tab.opacity-80{
  margin-bottom: 1rem;
}
.scrolling header > .tab > div{
  padding-top: 0px;
}
.tab-title{
  position: relative;
  margin: 0px;
  display: block;
  cursor: pointer;
  padding: 1.25rem;
  font-family: CircularStd-Bold;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.tab-title h2{
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}
/* Tab content - closed */
.tab-content {
  max-height: 0;
  transition: max-height 0.35s;
}
/* :checked - resize to full height */
.miki_editing .tab-content,
.tab input:checked ~ .tab-content {
  max-height: none;
}
/* Label formatting when open */
.tab input:checked + label{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.35s;
  color: grey;
}
/* Icon formatting - closed */
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: url("../images/icone/fleche-black.svg");
  transform: rotate(90deg);
  opacity: 0.75;
}
/* Icon formatting - open */
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotate(-90deg);
}
/* HEADER -------------------------------*/
header {
  z-index: 10000;
  /* Mobile burger open -----------*/
}
header .logo{
  margin-bottom: 0.75rem;
}
header .top-buttons{
  position: absolute;
  right: 0px;
  top: 1rem;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
header .nav-item{
  width: 100%;
  white-space: nowrap;
  border-top-width: 2px;
  border-style: dashed;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
}
section header .nav-item.opacity-80 {
  border-top: 1px dashed gray;
  opacity: 0.5;
}
hrheader .nav-item.opacity-80{
  margin-bottom: 1rem;
}
.scrolling header > header .nav-item > div{
  padding-top: 0px;
}
@media (min-width: 1024px){
  header .nav-item{
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
}
header .nav-item:first-child{
  border-style: none;
}
header .nav-item .nav-item-wrap{
  display: flex;
  justify-content: flex-start;
  border-color: transparent;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
header .nav-item .nav-item-wrap:active{
  --tw-text-opacity: 1;
  color: rgb(0 34 51 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  header .nav-item .nav-item-wrap{
    flex-direction: column;
    justify-content: flex-start;
    border-bottom-width: 8px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
header .nav-item.active .nav-item-wrap{
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  header .nav-item.active .nav-item-wrap{
    --tw-border-opacity: 1;
    border-color: rgb(140 198 63 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
header .nav-item:hover .nav-item-wrap{
  --tw-text-opacity: 1;
  color: rgb(0 67 101 / var(--tw-text-opacity));
}
header .sous-menu{
  top: 100%;
  max-height: 0px;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  white-space: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){
  header .sous-menu{
    position: absolute;
    display: none;
    max-height: 3000px;
    width: 80%;
    --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));
    flex-direction: row;
    padding: 0.75rem;
    padding-left: 0px;
  }
}
header .sous-menu__title{
  font-family: CircularStd-Bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 34 51 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  header .sous-menu__title{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 67 101 / var(--tw-text-opacity));
  }
}
header .sous-menu__text{
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.9;
}
@media (min-width: 1024px){
  header .sous-menu__text{
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
header .sous-menu li.active{
  --tw-text-opacity: 1;
  color: rgb(0 34 51 / var(--tw-text-opacity));
}
header .sous-menu li.active .sous-menu__title{
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
}
header .sous-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(0 67 101 / var(--tw-text-opacity));
}
header .sous-menu li:hover .sous-menu__title{
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity));
}
header .sous-menu > li{
  border-style: dashed;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
section header .sous-menu > li.opacity-80 {
  border-top: 1px dashed gray;
  opacity: 0.5;
}
hrheader .sous-menu > li.opacity-80{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  header .sous-menu > li{
    width: 50%;
    border-top-width: 2px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
header .sous-menu li:nth-child(odd){
  border-style: dashed;
}
section header .sous-menu li:nth-child(odd).opacity-80 {
  border-top: 1px dashed gray;
  opacity: 0.5;
}
hrheader .sous-menu li:nth-child(odd).opacity-80{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  header .sous-menu li:nth-child(odd){
    border-right-width: 2px;
  }
}
header .sous-menu li:nth-child(1), header .sous-menu li:nth-child(2) {
  border-top: none;
}
@media (min-width: 1024px){
  header .nav-item:hover .sous-menu{
    display: flex;
  }
}
header #burger-menu:hover span{
  --tw-bg-opacity: 1;
  background-color: rgb(140 198 63 / var(--tw-bg-opacity));
}
header #burger-menu:active span, header #burger-menu:focus span{
  --tw-bg-opacity: 1;
  background-color: rgb(122 176 60 / var(--tw-bg-opacity));
}
header nav{
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){
  header nav{
    max-height: 100%;
    overflow: visible;
  }
}
header nav.show{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  max-height: 1000px;
}
header .sous-menu.show {
  max-height: 1000px;
}
/* Sticky Mode -----------*/
.scrolling header{
  position: sticky;
  top: 0px;
  border-color: transparent;
}
.scrolling header > .w-full > div{
  padding-top: 0px;
}
.scrolling header .logo img{
  height: 5rem;
}
@media (min-width: 640px){
  .scrolling header .logo img{
    height: 5rem;
  }
}
.scrolling header .top-buttons{
  top: 0px;
}
.scrolling header .top-buttons .search{
  margin-top: 0px;
}
/* Search */
.search__button{
  cursor: pointer;
}
.search__field{
  max-width: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.search__field.show{
  max-width: 28rem;
}
.search input[type=search]{
  margin-left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
}
.search svg, .search .search__faq{
  position: relative;
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: linear;
}
.search.show svg, .search.show .search__faq {
  left: 71px;
}
/* FOOTER -------------------------------*/
footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(153 217 69 / var(--tw-text-opacity));
}
footer nav .nav-item{
  margin-bottom: 2rem;
}
@media (min-width: 640px){
  footer nav .nav-item{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px){
  footer nav .nav-item{
    margin-bottom: 0px;
    width: auto;
  }
}
footer nav .nav-item {
  min-width: 200px;
}
footer nav .nav-item .sous-menu {
  line-height: 1.2rem;
}
/* ACCUEIL adaptations */
.template-accueil section:first-child{
  margin-top: 0px;
}
@media (min-width: 768px){
  .template-accueil section:first-child{
    margin-top: 1.5rem;
  }
}
.template-accueil section:last-child{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  .template-accueil section:last-child{
    margin-bottom: 1.5rem;
  }
}
.template-accueil .liens-annexes img{
  padding-bottom: 1rem;
}
.template-accueil footer{
  margin-top: 0px;
}
@media (min-width: 768px){
  .template-accueil footer{
    margin-top: 1.5rem;
  }
}
/* PRESENTATION visite-menu et adaptations */
#menu_right {
  /* Premier niveau */
  /* deuxieme niveau */
  /* Ouvrir / Fermer Mobile */
}
#menu_right ul {
  list-style-image: none;
}
#menu_right .menuright-title{
  display: block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 101 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#menu_right .menuright-title:after {
  content: url("../images/icone/fleche.svg");
  position: absolute;
  right: 1rem;
  --tw-rotate: 90deg;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px){
  #menu_right .menuright-title:after{
    display: none;
  }
}
#menu_right .menuright-title.close::after{
  --tw-rotate: -90deg;
  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));
}
#menu_right nav > ul > li > div > span > a,
#menu_right nav > ul > li > span > a{
  font-family: CircularStd-Bold;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  text-decoration-line: none;
}
#menu_right .submenu li{
  margin: 0px;
  padding: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.25rem;
}
#menu_right #targetclose ~ #visite-nav {
  transition: all 0.35s;
  overflow: hidden;
  max-height: 3000px;
}
#menu_right #targetclose.close ~ #visite-nav {
  max-height: 0;
  max-height: 0px;
}
@media (min-width: 1024px){
  #menu_right #targetclose.close ~ #visite-nav{
    max-height: 3000px;
  }
}
/* Diverses adaptations de pages */
.page-articles-de-presse section h4:first-child{
  margin-top: 0px;
}
/* ARTICLES DE PRESSE */
.publication-article{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px){
  .publication-article{
    flex-direction: row;
  }
}
.publication-article__img-wrap {
  width: 200px;
  min-width: 200px;
}
.publication-article__img-wrap img{
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  .publication-article__img-wrap img{
    margin-bottom: 0px;
  }
}
.page-recherche .search-results ol{
  list-style-type: none;
  list-style-image: none;
}
.page-recherche .search-results ol li{
  margin-left: 0px;
  padding-left: 0px;
}
.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;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-top-28{
  top: -7rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-12{
  left: 3rem;
}
.left-2\/3{
  left: 66.666667%;
}
.left-24{
  left: 6rem;
}
.left-8{
  left: 2rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-12{
  top: 3rem;
}
.top-28{
  top: 7rem;
}
.top-36{
  top: 9rem;
}
.top-40{
  top: 10rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.col-start-2{
  grid-column-start: 2;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-40{
  height: 10rem;
}
.h-full{
  height: 100%;
}
.h-homeBanner{
  height: 400px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-full{
  min-height: 100%;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-24{
  width: 6rem;
}
.w-3\/12{
  width: 25%;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-60{
  width: 15rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-full{
  min-width: 100%;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-60{
  max-width: 15rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.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;
}
.gap-16{
  gap: 4rem;
}
.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-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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-primary-base{
  --tw-border-opacity: 1;
  border-color: rgb(140 198 63 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-secondary-base{
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 101 / var(--tw-bg-opacity));
}
.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.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;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-40{
  padding-right: 10rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-base{
  font-family: Arial;
}
.font-bold{
  font-family: CircularStd-Bold;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.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-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-primary-base{
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(153 217 69 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.mix-blend-darken{
  mix-blend-mode: darken;
}
.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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  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;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.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);
}
.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;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
/* MODE EDIT MIKI --------------------------------- */
.miki_editing .section-img-txt .image-editable{
  overflow: hidden;
}
@media (min-width: 640px){
  .miki_editing .section-img-txt .image-editable{
    height: 100%;
  }
}
.miki_editing .section-img-txt .image-editable img{
  position: relative;
}
.miki_editing .drag__handle.ui-sortable-handle{
  z-index: 30;
}
.miki_edit.drag-container{
  z-index: 40;
}
.hover\:border:hover{
  border-width: 1px;
}
.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-primary-light:hover{
  --tw-text-opacity: 1;
  color: rgb(153 217 69 / var(--tw-text-opacity));
}
.hover\:text-secondary-base:hover{
  --tw-text-opacity: 1;
  color: rgb(0 67 101 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-95:hover{
  opacity: 0.95;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-28{
    height: 7rem;
  }
  .sm\:pl-8{
    padding-left: 2rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px){
  .md\:bottom-24{
    bottom: 6rem;
  }
  .md\:left-16{
    left: 4rem;
  }
  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:h-homeBanner_md{
    height: 830px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/6{
    width: 33.333333%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * 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\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:font-extralight{
    font-weight: 200;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:left-40{
    left: 10rem;
  }
  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-4\/12{
    width: 33.333333%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:flex-grow{
    flex-grow: 1;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\: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));
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:font-light{
    font-weight: 300;
  }
}
