@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;600;700&display=swap");@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/* Importer le CSS du design-system */
/* Utiliser la police montserrat */
/* ! tailwindcss v3.3.2 | 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.
*/
html {
  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, -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 */
  font-variation-settings: normal;
  /* 6 */
}
/*
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::-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:  ;
}
::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:  ;
}
.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;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
.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;
}
.static{
  position: static;
}
.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));
}
.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);
}
.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;
}
/* general Styling */
:root {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /* Couleurs principales à redéfinir */
  --text-color: var(--defined-text-color, #003440);
  --primary-color: var(--defined-primary-color, #fdb631);
  --secondary-color: var(--defined-secondary-color, #00a2a4);
  --error-color: var(--defined-error-color, #ef4444);
  --light-color: var(--defined-light-color, #cbe2e2);
  --tooltip-bg-color: var(--defined-tooltip-bg-color, #fdb631);
  --tooltip-text-color: var(--defined-tooltip-text-color, #003440);
  /* Pour les ombres  */
  --shadow-color: var(--defined-shadow-color, #e8eeef);
  --error-shadow-color: var(--defined-error-shadow-color, #fee2e2);
  color: var(--text-color);
}
*::-moz-selection {
  background-color: var(--text-color) !important;
  color: #fff !important;
}
*::selection {
  background-color: var(--text-color) !important;
  color: #fff !important;
}
.shadow {
  --tw-shadow-color: var(--shadow-color);
  --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color);
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/**************************** * Article styles * *****************************/
article.article__MEC p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  article.article__MEC p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
article.article__MEC iframe{
  width: 100%;
  max-width: 100%;
}
article.article__MEC .cta{
  display: flex;
  justify-content: center;
}
article.article__MEC a:not(.title__anchor){
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
/* Use the cta image instead */
a[href="/projet#!/qualification"] {
  display: none;
}
article.article__MEC h2,
h3,
h4{
  margin-top: 0.5rem;
}
article.article__MEC h2{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
article.article__MEC h3,
h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 52 64 / var(--tw-text-opacity));
}
/*************************************** * Images Alignement * * ***************************************/
/* Common */
article.article__MEC figure.image > .image-wrapper{
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 1024px){
  article.article__MEC figure.image > .image-wrapper{
    width: 50%;
  }
}
article.article__MEC figure.image > .image-wrapper > img{
  width: 100%;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
/* Center */
article.article__MEC figure{
  margin-left: auto;
  margin-right: auto;
}
article.article__MEC
  figure.image:not(.image-style-align-left):not(.image-style-align-right)
  > .image-wrapper{
  width: 100%;
}
@media (min-width: 1024px){
  article.article__MEC
  figure.image:not(.image-style-align-left):not(.image-style-align-right)
  > .image-wrapper{
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Left */
@media (min-width: 768px){
  article.article__MEC figure.image.image-style-align-left > .image-wrapper{
    float: left;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0px;
    margin-left: 0px;
  }
}
/* Right */
@media (min-width: 768px){
  article.article__MEC figure.image.image-style-align-right > .image-wrapper{
    float: right;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0px;
    margin-right: 0px;
  }
}
/*************************************** * Table Styling * * ***************************************/
article.article__MEC table{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 52 64 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 238 239 / var(--tw-bg-opacity)) !important;
}
article.article__MEC table td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 52 64 / var(--tw-border-opacity));
}
article.article__MEC table td,
th{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
article.article__MEC table thead{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 226 226 / var(--tw-bg-opacity)) !important;
  text-align: left !important;
}
/*************************************** * List Styling * * ***************************************/
article.article__MEC ul,
ol{
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  article.article__MEC ul,
ol{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
article.article__MEC ol {
  counter-reset: my-counter;
  padding-left: 1.5rem;
}
article.article__MEC li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
}
article.article__MEC ol li {
  counter-increment: my-counter;
}
article.article__MEC strong{
  font-weight: 800;
}
article.article__MEC img{
  border-radius: 0.375rem;
}
article.article__MEC ul li::before {
  content: "\2022";
  margin-left: -1em;
  display: inline-block;
  width: 1em;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
article.article__MEC ol li::before {
  content: counter(my-counter) "-";
  margin-left: -1em;
  margin-right: 0.25em;
  display: inline-block;
  width: 1em;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
article.article__MEC blockquote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(203 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 239 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-style: italic;
}
ul.list__MEC li::before {
  content: "\2022";
  margin-left: -1em;
  display: inline-block;
  width: 1em;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.title__anchor:hover:before {
  content: "#";
  margin-left: -1rem;
  margin-right: 0.05rem;
  display: inline-block;
}
article.article__MEC .fondavis{
  padding: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 52 64 / var(--tw-text-opacity)) !important;
}
article.article__MEC .video-embed-field-provider-youtube,
.video-embed-field-provider-youtube iframe,
.fondavis iframe,
iframe{
  width: 100%;
  max-width: 100%;
}
article.article__MEC .styled{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 182 49 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
article.article__MEC .styled:hover{
  --tw-shadow: 2px 2px 14px rgba(255, 217, 71, 0.4);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/*************************************** * Button Styling * * ***************************************/
.mec-btn{
  cursor: pointer;
  border-radius: 0.5rem;
  font-weight: 700;
}
.mec-btn:disabled{
  cursor: not-allowed;
}
.mec-btn.mec-btn--sm{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mec-btn.mec-btn--md{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mec-btn.mec-btn--lg{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.mec-btn.mec-btn--primary {
  background-color: var(--primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-btn.mec-btn--primary:hover{
  --tw-shadow: 2px 2px 14px rgba(255, 217, 71, 0.4);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-btn.mec-btn--secondary {
  background-color: var(--secondary-color);
  --tw-shadow: 2px 2px 14px var(--shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-btn.mec-btn--secondary:hover{
  --tw-shadow: 2px 2px 14px rgba(0, 162, 164, 0.5);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-btn.mec-btn--light {
  background-color: var(--light-color);
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.mec-btn.mec-btn--light:hover{
  --tw-shadow: 2px 2px 14px rgba(203, 226, 226, 0.5);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-btn--cta{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  align-self: center;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
.mec-cta-button-wrapper{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mec-btn--cta__icon__wrapper{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.mec-btn--cta__icon__wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.mec-btn--cta__icon__wrapper{
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mec-btn--cta__icon__wrapper small{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px){
  .mec-btn--cta__icon__wrapper small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.mec-btn--cta__icon__wrapper__icon{
  height: 1rem;
}
.mec-btn--cta .mec-btn--cta__text{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .mec-btn--cta .mec-btn--cta__text{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/*************************************** * Typography * * ***************************************/
.mec-heading{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 640px){
  .mec-heading.mec-heading--1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .mec-heading.mec-heading--1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .mec-heading.mec-heading--1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 640px){
  .mec-heading.mec-heading--2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .mec-heading.mec-heading--2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .mec-heading.mec-heading--2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 640px){
  .mec-heading.mec-heading--3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .mec-heading.mec-heading--3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .mec-heading.mec-heading--3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 640px){
  .mec-heading.mec-heading--4{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .mec-heading.mec-heading--4{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .mec-heading.mec-heading--4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 640px){
  .mec-heading.mec-heading--5{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .mec-heading.mec-heading--5{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .mec-heading.mec-heading--5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 640px){
  .mec-heading.mec-heading--6{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .mec-heading.mec-heading--6{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .mec-heading.mec-heading--6{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/*************************************** * HeadTitle * * ***************************************/
.mec-head-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-head-title.mec-head-title--thin{
  font-weight: 100;
}
.mec-head-title.mec-head-title--broken{
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  --tw-rotate: -3deg;
  --tw-skew-x: -3deg;
  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: column;
}
.mec-head-title.mec-head-title--broken > :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));
}
.mec-head-title.mec-head-title--primary .mec-head-title__simple-label {
  background-color: var(--primary-color);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.mec-head-title.mec-head-title--secondary .mec-head-title__simple-label {
  background-color: var(--secondary-color);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.mec-head-title a .mec-head-title__simple-label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 64 / var(--tw-bg-opacity));
}
.group:hover .mec-head-title a .mec-head-title__simple-label{
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 64 / var(--tw-bg-opacity));
}
.mec-head-title__first-label{
  align-self: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 164 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-head-title__second-label{
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(253 182 49 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-head-title__second-label.aligned{
  max-width: -moz-min-content;
  max-width: min-content;
}
.mec-head-title div{
  position: relative;
  width: 100%;
  align-self: flex-end;
}
.mec-head-title div .mec-head-title__second-label{
  position: absolute;
  left: 33.333333%;
}
@media (min-width: 640px){
  .mec-head-title div .mec-head-title__second-label{
    left: 50%;
  }
}
/***************************************
*               Footer                 *
****************************************/
.mec-footer-shell{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-footer-shell a,
.mec-footer-shell button{
  cursor: pointer;
  text-decoration-line: underline;
}
@media (min-width: 768px){
  .mec-footer-shell a,
.mec-footer-shell button{
    text-decoration-line: none;
  }

  .mec-footer-shell a:hover,
.mec-footer-shell button:hover{
    text-decoration-line: underline;
  }
}
.mec-footer-legal{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 164 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 58.5px;
  padding-right: 58.5px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .mec-footer-legal > :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));
  }

  .mec-footer-legal{
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1600px){
  .mec-footer-legal{
    gap: 0.5rem;
  }
}
.mec-footer-legal__mentions{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 1280px){
  .mec-footer-legal__mentions{
    gap: 0px;
  }
}
.mec-footer-legal__mentions small{
  width: 100%;
  text-align: center;
}
@media (min-width: 1280px){
  .mec-footer-legal__mentions small{
    width: auto;
  }
}
.mec-footer-legal__links{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .mec-footer-legal__links{
    flex-direction: row;
  }

  .mec-footer-legal__links > :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));
    --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)));
  }
}
/* Force the appearance of OneTrust Cookie Button */
.mec-footer-legal__links button.ot-sdk-show-settings{
  visibility: visible !important;
  z-index: 0 !important;
  display: inline-block !important;
  height: auto !important;
  width: auto !important;
  overflow: auto !important;
}
/*************************************** * Header * * ***************************************/
.mec-header-shell{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .mec-header-shell{
    height: 115px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.mec-header-shell__wave{
  position: absolute;
  left: 0px;
  right: 0px;
  height: 6rem;
  width: 100%;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-header-shell__wave-shadow{
  color: rgb(209 213 219 / 0.5);
  --tw-blur: blur(4px);
  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);
}
.mec-header-shell__wave-mobile{
  bottom: -45%;
}
@media (min-width: 768px){
  .mec-header-shell__wave-mobile{
    display: none;
  }
}
.mec-header-shell__wave-shadow-mobile{
  bottom: -50%;
}
@media (min-width: 768px){
  .mec-header-shell__wave-shadow-mobile{
    display: none;
  }
}
.mec-header-shell__wave-desktop{
  bottom: -65%;
  display: none;
}
@media (min-width: 768px){
  .mec-header-shell__wave-desktop{
    display: block;
  }
}
@media (min-width: 1024px){
  .mec-header-shell__wave-desktop{
    bottom: -25%;
    height: 2.5rem;
  }
}
.mec-header-shell__wave-shadow-desktop{
  bottom: -70%;
  display: none;
}
@media (min-width: 768px){
  .mec-header-shell__wave-shadow-desktop{
    display: block;
  }
}
@media (min-width: 1024px){
  .mec-header-shell__wave-shadow-desktop{
    bottom: -30%;
    height: 2.5rem;
  }
}
.mec-header-shell__menu{
  margin-top: 0px;
  display: flex;
  height: 6rem;
  width: 100%;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .mec-header-shell__menu{
    padding-left: 58.5px;
    padding-right: 58.5px;
  }
}
.mec-header-shell__menu__logo{
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1024px){
  .mec-header-shell__menu__logo{
    justify-content: flex-start;
  }
}
.mec-header-shell__menu__logo__link{
  width: 100px;
}
@media (min-width: 1024px){
  .mec-header-shell__menu__logo__link{
    width: 120px;
  }
}
@media (min-width: 1280px){
  .mec-header-shell__menu__logo__link{
    width: 160px;
  }
}
.mec-header-shell__menu__logo__link img{
  height: 40%;
}
.mec-header-shell__menu__right{
  display: none;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-end;
}
@media (min-width: 1024px){
  .mec-header-shell__menu__right{
    display: flex;
  }
}
/*************************************** * Icons * * ***************************************/
.mec-icon {
  fill: currentColor;
}
.mec-icon.mec-icon--not-filled {
  fill: none;
  stroke: currentColor;
}
/*************************************** * Card * * ***************************************/
.mec-card{
  border-radius: 0.375rem;
  padding: 1.5rem;
  --tw-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-card.mec-card--link{
  cursor: pointer;
}
.mec-card.mec-card--animated{
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mec-card.mec-card--animated: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));
  --tw-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 0px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-card.mec-card--animated:active{
  --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));
  --tw-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 0px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .mec-card.mec-card--animated: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));
  }

  .mec-card.mec-card--animated:active{
    --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));
  }
}
/*************************************** * Dropdown * * ***************************************/
.mec-dropdown{
  position: relative;
}
.mec-dropdown__menu{
  position: absolute;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mec-dropdown__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.mec-dropdown__menu{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-dropdown__menu:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-dropdown__menu.mec-dropdown__menu--align-left{
  right: 0px;
}
.mec-dropdown__menu.mec-dropdown__menu--align-right{
  left: 0px;
}
.mec-dropdown__menu__item{
  width: 100%;
  flex: 1 1 0%;
}
.mec-dropdown__menu__item__link{
  display: flex;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  align-items: center;
}
.mec-dropdown__menu__item__link > :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)));
}
.mec-dropdown__menu__item__link{
  border-radius: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  font-weight: 500;
}
.mec-dropdown__menu__item__link.active{
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 239 / var(--tw-bg-opacity));
}
.mec-dropdown__menu__item__link__icon{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 226 226 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.mec-dropdown__menu__item__link__icon .mec-icon{
  height: 1.25rem;
  width: 1.25rem;
}
/* Animations */
.mec-dropdown-menu-enter-animation{
  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: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mec-dropdown-menu-enter-from-animation{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  opacity: 0;
}
.mec-dropdown-menu-enter-to-animation{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}
.mec-dropdown-menu-leave-animation{
  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: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.mec-dropdown-menu-leave-from-animation{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}
.mec-dropdown-menu-leave-to-animation{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  opacity: 0;
}
/*************************************** * IconButton * * ***************************************/
.mec-iconbutton{
  display: flex;
  max-width: -moz-min-content;
  max-width: min-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
}
.mec-iconbutton.mec-iconbutton--primary{
  --tw-bg-opacity: 1;
  background-color: rgb(253 182 49 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-iconbutton.mec-iconbutton--primary:hover{
  --tw-shadow: 2px 2px 14px rgba(255, 217, 71, 0.4);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-iconbutton.mec-iconbutton--primary:focus{
  --tw-shadow: 2px 2px 14px rgba(255, 217, 71, 0.4);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-iconbutton.mec-iconbutton--primary .mec-iconbutton__icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-iconbutton.mec-iconbutton--secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 164 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-iconbutton.mec-iconbutton--secondary:hover{
  --tw-shadow: 2px 2px 14px rgba(0, 162, 164, 0.5);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-iconbutton.mec-iconbutton--secondary:focus{
  --tw-shadow: 2px 2px 14px rgba(0, 162, 164, 0.5);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-iconbutton.mec-iconbutton--secondary .mec-iconbutton__icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-iconbutton.mec-iconbutton--light{
  --tw-bg-opacity: 1;
  background-color: rgb(203 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.mec-iconbutton.mec-iconbutton--light:hover{
  --tw-shadow: 2px 2px 14px rgba(203, 226, 226, 0.5);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-iconbutton.mec-iconbutton--light:focus{
  --tw-shadow: 2px 2px 14px rgba(203, 226, 226, 0.5);
  --tw-shadow-colored: 2px 2px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-iconbutton.mec-iconbutton--light .mec-iconbutton__icon{
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.mec-iconbutton.mec-iconbutton--sm{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.mec-iconbutton__icon{
  height: 1.25rem;
  width: 1.25rem;
}
.mec-iconbutton.mec-iconbutton--sm .mec-iconbutton__icon{
  height: 2rem;
  width: 2rem;
}
/*************************************** * HeaderWithMenu * * ***************************************/
.mec-header-with-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px){
  .mec-header-with-menu{
    min-height: 115px;
  }
}
.mec-header-with-menu__nav{
  margin-top: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav{
    padding-left: 58.5px;
    padding-right: 58.5px;
  }
}
.mec-header-with-menu__nav__logo{
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav__logo{
    justify-content: flex-start;
  }
}
.mec-header-with-menu__nav__logo__link{
  width: 100px;
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav__logo__link{
    width: 160px;
  }
}
.mec-header-with-menu__nav__logo__link img{
  height: 40%;
}
/* Hamburger menu */
@media (min-width: 1280px){
  .mec-header-with-menu__nav__hamburger{
    display: none;
  }
}
.mec-header-with-menu__nav__hamburger__icon{
  height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 52 64 / var(--tw-text-opacity));
}
/* Mobile menu */
.mec-header-with-menu__nav-mobile{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav-mobile{
    display: none;
  }
}
.mec-header-with-menu__nav-mobile__list{
  display: flex;
  flex-direction: column;
}
.mec-header-with-menu__nav-mobile__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.mec-header-with-menu__nav-mobile__list{
  opacity: 0;
}
.mec-header-with-menu__nav-mobile__list__cta{
  margin-top: 2rem !important;
}
.mec-header-with-menu__nav-mobile__list-item__label{
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.mec-header-with-menu__nav-mobile__list-item__label__link:hover{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* If the item is a dropdown */
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__label{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 164 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__label__link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__label__icon{
  height: 1.25rem;
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__children-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding-top: 0.25rem;
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__children-list__item{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__children-list__item__icon_wrapper{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 226 226 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown
  .mec-header-with-menu__nav-mobile__list-item__children-list__item__icon{
  height: 1.25rem;
  width: 1.25rem;
}
/* Element right placed  */
.mec-header-with-menu__nav-right{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav-right{
    gap: 2rem;
  }
}
.mec-header-with-menu__nav-right__links{
  display: none;
  flex-direction: row;
  align-items: center;
}
.mec-header-with-menu__nav-right__links > :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));
}
@media (min-width: 1024px){
  .mec-header-with-menu__nav-right__links{
    gap: 1rem;
  }
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav-right__links{
    display: flex;
    gap: 2rem;
  }
}
.mec-header-with-menu__nav-right__links__item{
  margin-bottom: 0px;
}
.mec-header-with-menu__nav-right__links__item__link{
  white-space: nowrap;
}
@media (min-width: 1280px){
  .mec-header-with-menu__nav-right__links__item__link{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.mec-header-with-menu__nav-right__links__item.is-active
  .mec-header-with-menu__nav-right__links__item__link{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.mec-header-with-menu__nav-right__links__item.is-dropdown{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.mec-header-with-menu__nav-right__links__item.is-dropdown > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.mec-header-with-menu__nav-right__links__item.is-dropdown
  .mec-header-with-menu__nav-right__links__item__icon{
  height: 1.25rem;
}
.mec-header-with-menu__nav-right__links__item.is-dropdown.is-active
  .mec-header-with-menu__nav-right__links__item__icon{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.mec-header-with-menu__nav-right__links__item.is-dropdown
  .mec-dropdown
  > button{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}
/* Si c'est un bouton, on ne doit pas pouvoir cliquer sur le lien */
button.mec-header-with-menu__nav-mobile__list-item__label.is-dropdown > a{
  pointer-events: none;
}
/* Waves */
.mec-header-with-menu__wave{
  position: relative;
  width: 100%;
}
/* Waves SVG */
.mec-header-with-menu__wave svg{
  margin-top: -1px;
  width: 100%;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
/* Wave Mobile */
@media (min-width: 768px){
  .mec-header-with-menu__wave-mobile{
    display: none;
  }
}
/* Wave Desktop */
.mec-header-with-menu__wave-desktop svg{
  display: none;
  height: 3rem;
}
@media (min-width: 768px){
  .mec-header-with-menu__wave-desktop svg{
    display: block;
  }
}
@media (min-width: 1024px){
  .mec-header-with-menu__wave-desktop svg{
    height: 3.5rem;
  }
}
.mec-header-with-menu__nav-mobile__list-item.is-dropdown.mec-dropdown-open
  .mec-header-with-menu__nav-mobile__list-item__label{
  --tw-bg-opacity: 1;
  background-color: rgb(88 183 184 / var(--tw-bg-opacity));
}
/*************************************** * Sidebar * * ***************************************/
.mec-sidebar{
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 239 / var(--tw-bg-opacity));
}
.mec-sidebar__header{
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1024px){
  .mec-sidebar__header{
    display: none;
  }
}
.mec-sidebar__header__btn-close{
  align-self: flex-end;
  padding: 0.5rem;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.mec-sidebar__header__btn-close: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(2px + 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);
}
.mec-sidebar__header__btn-close .icon{
  height: 1.75rem;
}
.mec-sidebar.open .mec-sidebar__header{
  display: flex;
}
@media (min-width: 1024px){
  .mec-sidebar.open .mec-sidebar__header{
    display: none;
  }
}
.mec-sidebar__list{
  display: flex;
  flex-direction: column;
}
.mec-sidebar__footer{
  position: relative;
}
/*************************************** * Tooltip * ***************************************/
.mec-tooltip {
  color: var(--tooltip-text-color);
  top: 0px;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
}
.mec-tooltip-parent{
  z-index: 100;
  max-width: 350px;
}
.mec-tooltip-icon {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5rem;
  vertical-align: super;
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.mec-tooltip-icon::before {
  background-color: var(--tooltip-text-color);
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mec-tooltip-icon .mec-icon {
  color: var(--tooltip-bg-color) !important;
  height: 1.25rem;
  min-height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  padding: 0px;
}
.mec-tooltip__content {
  background-color: var(--tooltip-bg-color);
  z-index: 30;
  border-radius: 0.375rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: italic;
  text-decoration-line: none;
}
.mec-tooltip__arrow {
  position: absolute;
  background: var(--tooltip-bg-color);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
/*************************************** * Input * * ***************************************/
.mec-input{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.mec-input:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-input.mec-input--horizontal{
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem;
}
.mec-input.mec-input--vertical{
  flex-direction: column;
  align-items: flex-start;
}
.mec-field__label{
  position: relative;
  display: flex;
  gap: 0.25rem;
}
.mec-field__label .mec-tooltip-icon{
  position: absolute;
  top: -0.5rem;
  right: -1.25rem;
}
@media (min-width: 640px){
  .mec-field__label .mec-tooltip-icon{
    right: -1.5rem;
  }
}
.mec-field__label__txt {
  line-height: 40px;
  white-space: normal;
  flex-grow: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 640px){
  .mec-field__label__txt{
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (min-width: 768px){
  .mec-field__label__txt{
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.mec-field__label__txt__hinText{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mec-field__label__txt.mec-field__label__txt--error {
  color: var(--error-color);
}
.mec-input__field-group{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .mec-input__field-group{
    align-items: flex-end;
  }
}
.mec-input__field-group__error {
  color: var(--error-color);
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: right;
  font-weight: 400;
  font-style: italic;
}
.mec-input.mec-input--vertical .mec-input__field-group{
  align-items: flex-start;
}
.mec-input__field-group__field_wrapper{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mec-input__field-group__reset{
  top: 0px;
  order: -9999;
  height: 100%;
  width: 2rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  padding: 0.25rem;
}
.mec-input__field-group__reset:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.mec-input.mec-input--vertical .mec-input__field-group__reset{
  order: 9999 !important;
}
.mec-input.mec-input--error .mec-input__field-group__reset:focus {
  border-color: var(--error-color);
}
.mec-input__field-group__field{
  display: flex;
  width: 100%;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  --tw-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* pour définir le shadow */
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color);
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-input__field-group__field:focus-within {
  border-color: var(--secondary-color);
  --tw-shadow-color: var(--shadow-color);
}
.mec-input__field-group__field input {
  color: var(--secondary-color);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.mec-input__field-group__field input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-input__field-group__field input:last-child{
  padding-right: 1rem;
}
.mec-input--disabled .mec-input__field-group__field{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-input--disabled .mec-input__field-group__field input{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.mec-input__field-group__field__appendix{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
}
.mec-input__field-group__field__arrows{
  display: flex;
  flex-direction: column;
}
.mec-input__field-group__field__arrows .mec-icon {
  color: var(--secondary-color);
  height: 1rem;
  width: 1rem;
}
.mec-input__field-group__field__arrows button{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.mec-input.mec-input--error .mec-icon {
  color: var(--error-color);
}
.mec-input__field-group__field__arrows button:first-child {
  border-top-right-radius: 0.375rem;
}
.mec-input__field-group__field__arrows button:last-child {
  border-bottom-right-radius: 0.375rem;
}
/* Variants */
.mec-input.mec-input--error .mec-input__field-group__field {
  /* pour définir le shadow */
  --shadow-color: var(--error-shadow-color);
}
.mec-input.mec-input--error .mec-input__field-group__field:focus-within {
  --tw-shadow-color: var(--error-shadow-color);
  border-color: var(--error-color);
}
.mec-input.mec-input--error {
  color: var(--error-color);
}
.mec-input.mec-input--error input {
  color: var(--error-color);
}
.mec-input.mec-input--small input{
  width: 2.5rem;
}
.mec-input.mec-input--medium input{
  width: 5rem;
}
.mec-input.mec-input--large input{
  width: 100%;
}
/*************************************** * Radio * * ***************************************/
.mec-radio{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.mec-radio.mec-radio--horizontal{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.mec-radio.mec-radio--horizontal .mec-radio__field_group{
  flex-direction: row;
  align-self: flex-end;
}
.mec-radio.mec-radio--vertical{
  flex-direction: column;
  align-items: flex-start;
}
.mec-radio__field_group{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px){
  .mec-radio__field_group{
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.mec-radio__field_group__item {
  color: var(--secondary-color);
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mec-radio__field_group__item:focus-within{
  border-radius: 0.375rem;
}
@media (min-width: 768px){
  .mec-radio__field_group__item{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.mec-radio__field_group__item:focus-within {
  border-color: var(--secondary-color);
}
.mec-radio__field_group__item input[type="radio"]{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mec-radio__field_group__item label:after {
  content: "";
  position: absolute;
  inset: 0px;
  cursor: pointer;
}
/** Checkbox */
.mec-radio__field_group__item
  input[type="radio"]
  + .mec-radio__field_group__item_radio{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mec-radio__field_group__item
  input[type="radio"]:checked
  + .mec-radio__field_group__item_radio {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.mec-radio__field_group__item
  input[type="radio"]
  + .mec-radio__field_group__item_radio:after{
  display: none;
}
.mec-radio__field_group__item
  input[type="radio"]:checked
  + .mec-radio__field_group__item_radio:after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mec-radio__field_group__item
  input[type="radio"]:checked
  ~ span:not(.mec-radio__field_group__item_radio){
  font-weight: 600;
}
.mec-radio.mec-radio--vertical .mec-radio__field_group{
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-left: 1rem;
}
/*************************************** * Range * * ***************************************/
.mec-range{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mec-range input[type="range"]{
  position: relative;
  height: 0.25rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.mec-range__slider{
  position: relative;
  height: 0.25rem;
  width: 100%;
}
.mec-range__slider__fill {
  background-color: var(--secondary-color);
  position: absolute;
  left: 0px;
  top: 14px;
  height: 100%;
  border-radius: 0.375rem;
}
/** handle on chrome & safari **/
.mec-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  z-index: 100;
  border-color: var(--secondary-color);
  position: relative;
  height: 30px;
  width: 30px;
  cursor: ew-resize;
  appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* Firefox only */
.mec-range input[type="range"]::-moz-range-track{
  position: absolute;
  height: 0.25rem;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
@-moz-document url-prefix() {
  .mec-range .mec-range__slider .mec-range__slider__fill {
    display: none !important;
  }
}
.mec-range input[type="range"]::-moz-range-progress {
  background-color: var(--secondary-color);
  border-radius: 0.375rem;
}
.mec-range input[type="range"]::-moz-range-thumb {
  border-color: var(--secondary-color);
  position: relative;
  top: -15px;
  height: 30px;
  width: 30px;
  cursor: ew-resize;
  -moz-appearance: none;
       appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/*************************************** * Toggle * * ***************************************/
.mec-toggle{
  display: flex;
  gap: 1.5rem;
}
.mec-toggle.mec-toggle--horizontal{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mec-toggle.mec-toggle--vertical{
  flex-direction: column;
  align-items: flex-start;
}
.mec-toggle__field_group{
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.mec-toggle__field_group:focus-within{
  --tw-shadow-color: #E8EEEF;
  --tw-shadow: var(--tw-shadow-colored);
}
.mec-toggle__field_group__button{
  display: flex;
  cursor: pointer;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-style: italic;
}
.mec-toggle__field_group__button:first-child:focus,
.mec-toggle__field_group__button:nth-child(2):focus {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  border-width: 2px;
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-toggle__field_group__button--checked {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-style: normal;
}
.mec-toggle__field_group__button:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 1px;
}
.mec-toggle__field_group__button:nth-child(2){
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-width: 1px;
}
/*************************************** * Select * * ***************************************/
.mec-select{
  display: flex;
  gap: 1rem;
}
.mec-select.mec-select--horizontal{
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 640px){
  .mec-select.mec-select--horizontal{
    flex-direction: row;
    justify-content: space-between;
  }
}
.mec-select.mec-select--vertical{
  flex-direction: column;
  align-items: flex-start;
}
.mec-select__field{
  width: 100%;
}
@media (min-width: 640px){
  .mec-select.mec-select--small .mec-select__field{
    width: 10rem;
  }

  .mec-select.mec-select--medium .mec-select__field{
    width: 14rem;
  }

  .mec-select.mec-select--large .mec-select__field{
    width: 20rem;
  }
}
.mec-select__field__wrapper{
  position: relative;
  margin-top: 0.25rem;
}
.mec-select__empty-label{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.mec-select__field__wrapper__button{
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  text-align: left;
}
@media (min-width: 640px){
  .mec-select__field__wrapper__button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.mec-select__field__wrapper__button {
  color: var(--secondary-color);
  /* pour définir le shadow */
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: 0px 0px 10px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-select__field__wrapper__button:focus,
.mec-select__field__wrapper__button:focus-visible {
  --tw-shadow-color: var(--shadow-color);
}
.mec-select__field__wrapper:focus-within .mec-select__field__wrapper__button {
  border-color: var(--secondary-color);
  --tw-shadow-color: var(--shadow-color);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-select__field__wrapper__button :first-child{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mec-select__field__wrapper__button :nth-child(2){
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}
.mec-select__field__wrapper__button .icon {
  color: var(--secondary-color);
  height: 1.25rem;
  width: 1.25rem;
}
.mec-select__field__wrapper__options{
  position: absolute;
  margin-top: 0.25rem;
  max-height: 15rem;
  width: 100%;
  overflow: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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(1px + 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(203 226 226 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
}
.mec-select__field__wrapper__options:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .mec-select__field__wrapper__options{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.mec-select__field__wrapper__options__item {
  color: var(--text-color);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
}
.mec-select__field__wrapper__options__item.mec-select__field__wrapper__options__item--active {
  color: var(--secondary-color);
  background-color: var(--light-color);
}
.mec-select__field__wrapper__options__item.mec-select__field__wrapper__options__item--selected {
  color: white;
  background-color: var(--secondary-color);
}
.mec-select__field__wrapper__options__item__label{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.mec-select__field__wrapper__options__item__label.mec-selected{
  font-weight: 500;
}
.mec-select__field__wrapper__options__item__icon {
  color: var(--secondary-color);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
}
.mec-select__field__wrapper__options__item.mec-select__field__wrapper__options__item--selected
  .mec-select__field__wrapper__options__item__icon {
  color: white;
}
.mec-select .mec-icon{
  height: 1.25rem;
  width: 1.25rem;
}
.opacity-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: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.opacity-transition.leave-from{
  opacity: 1;
}
.opacity-transition.leave-to{
  opacity: 0;
}
/*************************************** * autocomplete * * ***************************************/
.mec-select.autocomplete .mec-select__field__wrapper__input {
  color: var(--secondary-color);
  /*pour définir le shadow*/
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: 0px 0px 10px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
}
@media (min-width: 640px){
  .mec-select.autocomplete .mec-select__field__wrapper__input{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.mec-select.autocomplete .mec-select__field__wrapper__input--full-width input{
  width: 100%;
  max-width: 100%;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.25rem !important;
}
.mec-select.autocomplete .mec-select__field__wrapper__input__placeholder{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.mec-select.autocomplete
  .mec-select__field__wrapper__input
  .mec-select__field__wrapper__input__indicator_separator {
  background-color: var(--secondary-color);
  position: static !important;
  display: inline-block !important;
  height: calc(100% - 14px);
  width: 1px;
  align-self: auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mec-select.autocomplete
  .mec-select__field.mec-select__field--error
  .mec-select__field__wrapper__input
  .mec-select__field__wrapper__input__indicator_separator {
  background-color: var(--error-color);
}
.mec-select.autocomplete
  .mec-select__field__wrapper__input
  .mec-select__field__wrapper__input__indicator_container{
  position: static !important;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-right: 0px !important;
}
.mec-select.autocomplete
  .mec-select__field__wrapper__input--full-width.is-loading
  input{
  padding-right: 2rem !important;
}
.mec-select.autocomplete .mec-select__field__wrapper__input--full-width{
  width: 100%;
  max-width: 100%;
  grid-template-columns: none;
}
.mec-select.autocomplete .mec-select__field__wrapper__value-container{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1.5rem;
}
.mec-select.autocomplete .loading-indicator{
  display: flex;
  align-items: center;
}
.mec-select.autocomplete .chevron-indicator{
  position: static !important;
}
.mec-select.autocomplete
  .mec-select__field.mec-select__field--error
  .chevron-indicator {
  color: var(--error-color);
}
.mec-select.autocomplete
  .mec-select__field__wrapper__input
  .loading-indicator
  :nth-child(2){
  position: static;
  display: inline-block;
  height: 1em;
  width: 1em;
  padding: 0px;
}
.mec-select.autocomplete .mec-select__field__wrapper__input input:first-child {
  color: var(--secondary-color);
  width: 100%;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mec-select.autocomplete .mec-select__field__wrapper__input input:first-child:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-select.autocomplete .mec-select__field__wrapper__input :nth-child(2) {
  color: var(--secondary-color);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}
.mec-select.autocomplete .icon {
  color: var(--secondary-color);
  height: 1.25rem;
  width: 1.25rem;
}
.mec-select.autocomplete .empty{
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 52 64 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .mec-select.autocomplete .empty{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.mec-select.autocomplete:focus-within .mec-select__field__wrapper__input {
  border-color: var(--secondary-color);
  --tw-shadow-color: var(--shadow-color);
}
.mec-select.autocomplete .mec-select__field.mec-select__field--error input {
  color: var(--error-color);
}
.mec-select.autocomplete .mec-select__field.mec-select__field--error .icon {
  color: var(--error-color);
}
.mec-select.autocomplete .mec-select__field{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mec-select.autocomplete
  .mec-select__field.mec-select__field--error
  .mec-select__field__wrapper__input {
  color: var(--error-color);
  border-color: var(--error-color);
  --tw-shadow-color: var(--error-shadow-color);
}
.mec-select__field__error_txt {
  color: var(--error-color);
  text-align: left;
  font-weight: 100;
  font-style: italic;
}
@media (min-width: 768px){
  .mec-select__field__error_txt{
    text-align: right;
  }
}
.mec-select__field.mec-select__field--error:focus-within
  .mec-select__field__wrapper__input {
  border-color: var(--secondary-color);
}
/*************************************** * Loader * * ***************************************/
.mec-loader--primary {
  --bg-color: var(--primary-color);
}
.mec-loader--secondary {
  --bg-color: var(--secondary-color);
}
.mec-loader--dark {
  --bg-color: #003440;
}
.mec-loader.mec-loader--stairs {
  position: relative;
  width: 75px;
  height: 100px;
}
.mec-loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--bg-color);
  border-radius: 50%;
  animation: ball 3s infinite;
}
.mec-loader__stair {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: var(--bg-color);
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.mec-loader__stair1 {
  left: 0;
  transform: scale(1, 0.2);
  animation: stair1 3s infinite;
}
.mec-loader__stair2 {
  left: 15px;
  transform: scale(1, calc(0.2 * 2));
  animation: stair2 3s infinite;
}
.mec-loader__stair3 {
  left: 30px;
  transform: scale(1, calc(0.2 * 3));
  animation: stair3 3s infinite;
}
.mec-loader__stair4 {
  left: 45px;
  transform: scale(1, calc(0.2 * 4));
  animation: stair4 3s infinite;
}
.mec-loader__stair5 {
  left: 60px;
  transform: scale(1, calc(0.2 * 5));
  animation: stair5 3s infinite;
}
@keyframes ball {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(8px, -14px);
  }

  10% {
    transform: translate(15px, -10px);
  }

  17% {
    transform: translate(23px, -24px);
  }

  20% {
    transform: translate(30px, -20px);
  }

  27% {
    transform: translate(38px, -34px);
  }

  30% {
    transform: translate(45px, -30px);
  }

  37% {
    transform: translate(53px, -44px);
  }

  40% {
    transform: translate(60px, -40px);
  }

  50% {
    transform: translate(60px, 0);
  }

  57% {
    transform: translate(53px, -14px);
  }

  60% {
    transform: translate(45px, -10px);
  }

  67% {
    transform: translate(37px, -24px);
  }

  70% {
    transform: translate(30px, -20px);
  }

  77% {
    transform: translate(22px, -34px);
  }

  80% {
    transform: translate(15px, -30px);
  }

  87% {
    transform: translate(7px, -44px);
  }

  90% {
    transform: translate(0, -40px);
  }

  100% {
    transform: translate(0, 0);
  }
}
@keyframes stair1 {
  0% {
    transform: scale(1, 0.2);
  }

  40% {
    transform: scale(1, 0.2);
  }

  50% {
    transform: scale(1, 1);
  }

  90% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes stair2 {
  0% {
    transform: scale(1, 0.4);
  }

  40% {
    transform: scale(1, 0.4);
  }

  50% {
    transform: scale(1, 0.8);
  }

  90% {
    transform: scale(1, 0.8);
  }

  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes stair3 {
  0% {
    transform: scale(1, 0.6);
  }

  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes stair4 {
  0% {
    transform: scale(1, 0.8);
  }

  40% {
    transform: scale(1, 0.8);
  }

  50% {
    transform: scale(1, 0.4);
  }

  90% {
    transform: scale(1, 0.4);
  }

  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes stair5 {
  0% {
    transform: scale(1, 1);
  }

  40% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 0.2);
  }

  90% {
    transform: scale(1, 0.2);
  }

  100% {
    transform: scale(1, 1);
  }
}
.mec-loader__bar {
  width: 10px;
  height: 70px;
  background: transparent;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  animation: bar 1.2s linear infinite;
}
.mec-loader.mec-loader--bar {
  display: flex;
  gap: 0.05rem;
}
.mec-loader__bar1 {
  animation-delay: 0.1s;
}
.mec-loader__bar2 {
  animation-delay: 0.2s;
}
.mec-loader__bar3 {
  animation-delay: 0.3s;
}
.mec-loader__bar4 {
  animation-delay: 0.4s;
}
.mec-loader__bar5 {
  animation-delay: 0.5s;
}
.mec-loader__bar6 {
  animation-delay: 0.6s;
}
.mec-loader__bar7 {
  animation-delay: 0.7s;
}
.mec-loader__bar8 {
  animation-delay: 0.8s;
}
@keyframes bar {
  0% {
    transform: scaleY(0.1);
    background: none;
  }

  50% {
    transform: scaleY(1);
    background: var(--bg-color, #00a2a4);
  }

  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}
.mec-loader.mec-loader--chart {
  height: 120px;
  width: 160px;
  display: flex;
  gap: 0.25rem;
  border-left: 1px solid var(--bg-color);
  border-bottom: 1px solid var(--bg-color);
  padding: 10px;
  box-sizing: border-box;
}
@keyframes chart {
  50% {
    height: 100px;
    margin-top: 0;
  }
}
.mec-loader__chart {
  height: 10px;
  width: 30px;
  background-color: var(--bg-color);
  display: inline-block;
  margin-top: 90px;
  animation: chart 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.mec-loader__chart1 {
  animation-delay: 0.25s;
}
.mec-loader__chart2 {
  animation-delay: 0.5s;
}
.mec-loader__chart3 {
  animation-delay: 0.75s;
}
.mec-loader__chart4 {
  animation-delay: 1s;
}
/* Utiliser la police montserrat */
/* ! tailwindcss v3.3.2 | 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.
*/
html {
  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, -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 */
  font-variation-settings: normal; /* 6 */
}
/*
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::-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:  ;
}
::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:  ;
}
.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;
  }
}
.mec-wcard :is(.visible){
  visibility: visible;
}
.mec-wcard :is(.fixed){
  position: fixed;
}
.mec-wcard :is(.\!z-\[500\]){
  z-index: 500 !important;
}
.mec-wcard :is(.z-\[100\]){
  z-index: 100;
}
.mec-wcard :is(.mx-auto){
  margin-left: auto;
  margin-right: auto;
}
.mec-wcard :is(.my-auto){
  margin-top: auto;
  margin-bottom: auto;
}
.mec-wcard :is(.mb-2){
  margin-bottom: 0.5rem;
}
.mec-wcard :is(.mb-6){
  margin-bottom: 1.5rem;
}
.mec-wcard :is(.flex){
  display: flex;
}
.mec-wcard :is(.table){
  display: table;
}
.mec-wcard :is(.hidden){
  display: none;
}
.mec-wcard :is(.h-\[720px\]){
  height: 720px;
}
.mec-wcard :is(.max-h-\[500px\]){
  max-height: 500px;
}
.mec-wcard :is(.w-full){
  width: 100%;
}
.mec-wcard :is(.min-w-full){
  min-width: 100%;
}
.mec-wcard :is(.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));
}
.mec-wcard :is(.flex-col){
  flex-direction: column;
}
.mec-wcard :is(.items-center){
  align-items: center;
}
.mec-wcard :is(.justify-end){
  justify-content: flex-end;
}
.mec-wcard :is(.justify-center){
  justify-content: center;
}
.mec-wcard :is(.gap-2){
  gap: 0.5rem;
}
.mec-wcard :is(.gap-4){
  gap: 1rem;
}
.mec-wcard :is(.overflow-y-hidden){
  overflow-y: hidden;
}
.mec-wcard :is(.overflow-y-scroll){
  overflow-y: scroll;
}
.mec-wcard :is(.whitespace-nowrap){
  white-space: nowrap;
}
.mec-wcard :is(.rounded-b-3xl){
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.mec-wcard :is(.rounded-l-md){
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.mec-wcard :is(.rounded-r-md){
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.mec-wcard :is(.border-2){
  border-width: 2px;
}
.mec-wcard :is(.border-none){
  border-style: none;
}
.mec-wcard :is(.border-\[var\(--secondary-color\)\]){
  border-color: var(--secondary-color);
}
.mec-wcard :is(.p-2){
  padding: 0.5rem;
}
.mec-wcard :is(.px-4){
  padding-left: 1rem;
  padding-right: 1rem;
}
.mec-wcard :is(.px-8){
  padding-left: 2rem;
  padding-right: 2rem;
}
.mec-wcard :is(.py-2){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mec-wcard :is(.py-8){
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mec-wcard :is(.text-center){
  text-align: center;
}
.mec-wcard :is(.\!text-lg){
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.mec-wcard :is(.text-2xl){
  font-size: 1.5rem;
  line-height: 2rem;
}
.mec-wcard :is(.text-base){
  font-size: 1rem;
  line-height: 1.5rem;
}
.mec-wcard :is(.font-bold){
  font-weight: 700;
}
.mec-wcard :is(.uppercase){
  text-transform: uppercase;
}
.mec-wcard :is(.italic){
  font-style: italic;
}
.mec-wcard :is(.text-secondary-100){
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
}
.mec-wcard :is(.underline){
  text-decoration-line: underline;
}
.mec-wcard :is(.shadow-lg){
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-wcard :is(.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);
}
.mec-wcard :is(.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;
}
:root {
    /* Initialisation - default  */
    --svg-1-color: var(--defined-svg-1-color, #dbeaeb);
    --svg-2-color: var(--defined-svg-2-color, #cbe2e3);
}
/* Redéfinition des classes de base  */
.text-primary-100 {
    color: var(--primary-color);
}
.text-secondary-100 {
    color: var(--secondary-color);
}
.mec-wiclose-modal{
  height: 1.5rem;
    color: var(--text-color);
}
@media (min-width: 1024px){
  .mec-close-btn{
    display: none;
  }
}
/* =====================================================================================================
************************************* CSS Class du design-system ***************************************
======================================================================================================== */
.mec-select__field__wrapper__options {
    z-index: 1000;
}
/* .mec-select__field {
    @apply w-1/3;
} */
.mec-tooltip-parent {
    /* Tooptip text-color */
    color: var(--tooltip-text-color);
    z-index: 1000 !important;
}
/* =====================================================================================================
*************************************** Widget Card Components *****************************************
======================================================================================================== */
.mec-wcard{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mec-wcard * {
    word-break: normal;
}
/* =====================================================================================================
*************************************** Header du widget : header-shell  *******************************
======================================================================================================== */
.mec-header-shell{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
    position: absolute !important;
}
.mec-header-shell__menu__right{
  display: block !important;
}
.mec-header-shell__menu{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .mec-header-shell__menu{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.mec-header-shell__menu__logo{
  justify-content: flex-start !important;
}
/* =====================================================================================================
*************************************** wcard-body *****************************************************
======================================================================================================== */
.mec-defined-text-secondary-100 {
    color: var(--p-color);
}
/* =====================================================================================================
*************************************** mec-wcard-footer ***************************************************
======================================================================================================== */
.mec-wcard-footer{
  display: flex;
  height: 100px;
  justify-content: center;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}
@media (min-width: 768px){
  .mec-wcard-footer{
    justify-content: flex-start;
  }
}
@media (min-width: 1024px){
  .mec-wcard-footer{
    text-align: left;
  }
}
.svg-1 {
    fill: var(--svg-1-color);
}
.svg-2 {
    fill: var(--svg-2-color);
}
/* =====================================================================================================
*************************************** mec-wcard-footer : wave ***************************************************
======================================================================================================== */
.mec-wcard-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.mec-wave{
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  display: none;
  border-bottom-right-radius: 1.5rem;
  padding: 0px;
}
@media (min-width: 640px){
  .mec-wave{
    display: inline-block;
  }
}
.mec-wave {
    max-width: none;
    max-height: none;
}
/* =====================================================================================================
*************************************** mec-wcard-footer : Tunel btn ***************************************
======================================================================================================== */
.mec-tunel-btn{
  z-index: 30;
}
@media (min-width: 768px){
  .mec-tunel-btn{
    margin-right: 3rem;
  }
}
@media (min-width: 1024px){
  .mec-tunel-btn{
    display: block;
  }
}
/* =====================================================================================================
****************************************  NavigationBtn  ***********************************************
======================================================================================================== */
.mec-navigation-btn{
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-transform: capitalize;
    background-color: var(--secondary-color) !important;
}
.mec-navigation-btn:hover {
    background-color: var(--secondary-color);
    --tw-shadow: var(--secondary-color) !important;
}
.mec-navigation-btn-item{
  height: 1rem;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mec-navigation-btn-dropdown{
  display: block;
}
/* =====================================================================================================
***************************** STYLE DES CALCULETTES : CLASSES PARTAGEES ********************************
======================================================================================================== */
.mec-calculette-container{
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .mec-calculette-container{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.mec-calculette-form{
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){
  .mec-calculette-form{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px){
  .mec-calculette-form{
    grid-column: span 12 / span 12;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
  }
}
.mec-calculette-form-container{
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .mec-calculette-form-container{
    gap: 1.5rem;
  }
}
.mec-mb-6{
  margin-bottom: 1.5rem;
}
.mec-resultat-container{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding: 0px;
}
@media (min-width: 768px){
  .mec-resultat-container{
    grid-column: span 12 / span 12;
    gap: 0.5rem;
  }
}
.mec-resultat-container-box{
  display: grid;
  gap: 1.25rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  text-align: center;
}
@media (min-width: 640px){
  .mec-resultat-container-box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .mec-resultat-container-box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mec-heading-result-group{
  display: flex;
  flex-direction: column;
}
.mec-heading-result-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-style: italic;
}
.mec-heading-result-value{
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
    color: var(--secondary-color);
}
.mec-dropdown__menu {
    min-width: -moz-max-content;
    min-width: max-content;
}
/* =====================================================================================================
*******************************  CALCULETTE : MODE CAPACITE D'EMPRUNT **********************************
======================================================================================================== */
.mec-heading-result-value-emprunt{
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
    color: var(--secondary-color);
}
/* =====================================================================================================
*******************************  CALCULETTE : MODE FRAIS DE NOTAIRES ***********************************
======================================================================================================== */
.mec-resultat-container-box-notaire{
  margin-top: 1.5rem;
  display: grid;
  gap: 1.25rem;
  text-align: center;
}
@media (min-width: 640px){
  .mec-resultat-container-box-notaire{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .mec-resultat-container-box-notaire{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mec-calculette-form-notaire{
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  padding: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px){
  .mec-calculette-form-notaire{
    grid-column: span 12 / span 12;
    padding-top: 2.5rem;
  }
}
.mec-heading-result-value-notaire{
  margin-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
    color: var(--secondary-color);
}
/* =====================================================================================================
*************************************  CALCULETTE : ESTIMER PTZ ****************************************
======================================================================================================== */
.mec-resultat-container-box-ptz{
  margin-bottom: 0.5rem;
  display: grid;
  gap: 1.25rem;
  text-align: center;
}
@media (min-width: 640px){
  .mec-resultat-container-box-ptz{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.calculette-container-ptz{
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .calculette-container-ptz{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-top: 1rem;
  }
}
.mec-calculette-form-container-ptz-et-mensualite{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  row-gap: 1.5rem;
}
/* =====================================================================================================
*************************************  CALCULETTE : MENSUALITE *****************************************
======================================================================================================== */
.mec-calculette-container-mensualite{
  display: block;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .mec-calculette-container-mensualite{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-top: 1rem;
  }
}
.mec-hidden-show-details-btn{
  margin-top: 0px;
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
@media (min-width: 768px){
  .mec-hidden-show-details-btn{
    grid-column: span 12 / span 12;
  }
}
.mec-hidden-show-details-label{
  text-align: center;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.svg-show-details {
    transform: scaleY(-1) !important;
}
.mec-resultat-container-mensualite{
  margin-top: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px){
  .mec-resultat-container-mensualite{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px){
  .mec-resultat-container-mensualite{
    grid-column: span 12 / span 12;
    gap: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/* =====================================================================================================
************************* TABLEAU D'AMORTISSEMENT DES CHARGES : MENSUALITE *****************************
======================================================================================================== */
.mec-table-result{
  position: relative;
  max-height: 20rem;
  overflow-x: auto;
  overflow-y: auto;
  word-break: keep-all;
  border-radius: 0.375rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .mec-table-result{
    border-radius: 0.5rem;
  }
}
.mec-table-result * {
    word-break: normal;
}
.mec-table-result--container{
  width: 100%;
  min-width: 400px;
  overflow-x: scroll;
  text-align: left;
}
.mec-table-result--container-notaire{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  overflow-x: scroll;
  text-align: left;
}
@media (min-width: 640px){
  .mec-table-result--container-notaire{
    max-width: 100%;
  }
}
.mec-table-result--head{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: var(--secondary-color);
}
.mec-table-result--head-th{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mec-table-result--body-tr{
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mec-table-result--body-tr:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.mec-table-result--body-th{
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
}
.mec-table-result--body-td{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mec-table-result--body-td--mensualite{
  padding-left: 1rem;
  padding-right: 1rem;
}
.th-left-title{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.th-left-title-head{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: var(--secondary-color);
}
/* =====================================================================================================
********************************************* DIVIDER **************************************************
======================================================================================================== */
.mec-divider-heading {
    color: var(--text-color);
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    font-style: italic;
}
.mec-divider-animation{
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.mec-divider{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 75%;
  text-align: center;
}
@media (min-width: 400px) {
    .xs\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}
.mec-divider span {
    /* display: table-cell; */
    position: relative;
}
.mec-divider span:first-child,
.mec-divider span:last-child{
  display: none;
}
@media (min-width: 640px){
  .mec-divider span:first-child,
.mec-divider span:last-child{
    display: table-cell;
  }
}
.mec-divider span:first-child,
.mec-divider span:last-child {
    width: 50%;
    top: 13px; /* adjust vertical align */ /* line width */
    background-size: 100% 2px; /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
/* Divider Left : Couleur du degradé linéaire pour */
.mec-divider span:first-child {
    background-image: linear-gradient(
        90deg,
        transparent,
        var(--secondary-color)
    );
}
/* Padding entre le text et les dividers line */
.mec-divider span:nth-child(2) {
    color: #000;
    padding: 0px 5px;
    width: auto;
    display: table-cell;
    white-space: normal;
}
@media (min-width: 640px){
  .mec-divider span:nth-child(2){
    white-space: nowrap;
  }
}
/* Divider Right : Couleur du degradé linéaire pour */
.mec-divider span:last-child {
    /* color changes in here */
    background-image: linear-gradient(
        90deg,
        var(--secondary-color),
        transparent
    );
}
/* =====================================================================================================
********************************* HintText : mec-hintText-font-medium **************************************
======================================================================================================== */
.mec-hintText-font-medium{
  font-weight: 500;
}
/* =====================================================================================================
********************************** MODE D'INTEGRATION DU WIDGET ****************************************
======================================================================================================== */
/* =====================================================================================================
******************************* IFRAME : MODE D'INTEGRATION DU WIDGET **********************************
======================================================================================================== */
.mec-wiframe{
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 100vh;
  width: 100%;
  justify-content: center;
  border-radius: 1.5rem;
  border-style: none;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* =====================================================================================================
******************************* MODAL : MODE D'INTEGRATION DU WIDGET ***********************************
======================================================================================================== */
.mec-modal-container{
  position: relative;
  z-index: 99999999;
}
.mec-modal-disposition{
  position: fixed;
  inset: 0px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
.mec-modal-card{
  position: fixed;
  inset: 0px;
  overflow-y: auto;
}
.mec-modal-card-content{
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.mec-modal-box{
  width: 100%;
  max-width: 48rem;
  border-radius: 1rem;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  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));
}
/* =====================================================================================================
***************************** MODAL-BTN : MODE D'INTEGRATION DU WIDGET *********************************
======================================================================================================== */
.mec-modal-btn{
  margin-right: 0.25rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mec-transition-enter{
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mec-transition-enter-from{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  opacity: 0;
}
.mec-transition-enter-to{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}
.mec-transition-leave{
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.mec-transition-leave-from{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}
.mec-transition-leave-to{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  opacity: 0;
}
.mec-modal-mentions-content{
  max-height: 500px;
  overflow-y: scroll;
}
.mec-modal-mentions-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.mec-modal-mentions-wcard{
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
.mec-mentions-text-button {
    color: var(--text-color);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration-line: underline;
}
.mec-calculette-range{
  margin-bottom: 1.5rem;
}
.mec-calculette-loading-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mec-calculette-error-text{
  text-align: center;
    color: var(--error-color);
}
.mec-calcullette-message-text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mec-calculette-mention-text{
  display: flex;
  justify-content: center;
}
.mec-calculette-mention-text button{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
}
.mec-calculette-text-empty{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.mec-calculette-ptz-text-empty{
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.mec-calculette-ptz-result-text-montant{
  margin-bottom: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
    color: var(--secondary-color);
}
.mec-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(0 162 164 / var(--tw-text-opacity));
    color: var(--secondary-color);
}
.mec-text-primary{
  --tw-text-opacity: 1;
  color: rgb(253 182 49 / var(--tw-text-opacity));
    color: var(--primary-color);
}
.mec-calculette-ptz-text-empty{
  text-align: left;
}
.mec-calculette-ptz-text-empty-wrapper{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.mec-calculette-ptz-text-empty-wrapper p{
  margin: 0px;
  padding: 0px;
}
.mec-calculette-form-container-ptz-et-mensualite .mec-select{
  width: 100%;
}
.mec-resultat-container-box-ptz{
  padding-left: 3rem;
  padding-right: 3rem;
}
.mec-calculette-ptz-text-empty{
  text-align: center;
}
.mec-calculette-ptz-result-text-duree{
  margin-bottom: 1rem;
  text-align: center;
  font-style: italic;
}
.mec-calculette-ptz-text-error{
  margin-bottom: 0.75rem;
}
.mec-calculette-ptz-text-error .mec-heading{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-style: italic;
}
@media (min-width: 640px){
  .mec-wcard :is(.sm\:block){
    display: block;
  }
}
@media (min-width: 768px){
  .mec-wcard :is(.md\:flex){
    display: flex;
  }
  .mec-wcard :is(.md\:hidden){
    display: none;
  }
}
