.cta__image, .cta__content, .masonry__wrapper, .team__content, .errorPage__image:before, .errorPage__image, .headers__content, .headers__slider .splide__content:before, .headers__image-wrapper, .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.masonry__item:hover .barre, .masonry__item:focus .barre, .masonry__item:hover .images__cover, .masonry__item:focus .images__cover, .masonry__item:hover .masonry__wrapper, .masonry__item:focus .masonry__wrapper, .team__content, .breadcrumbs__links:hover, .breadcrumbs__links:focus, .pagination__arrows:hover, .pagination__active, .footer .link:hover, .footer .link:focus, .nav .link.active:before, .menu .dropdown .link span, .menu .dropdown .link, .menu__bg, a__icones .icones, a.link__icones .icones, a__white:hover, a__white:focus, a__white:focus-visible, a.link__white:hover, a.link__white:focus, a.link__white:focus-visible, a__light:hover, a__light:focus, a__light:focus-visible, a.link__light:hover, a.link__light:focus, a.link__light:focus-visible, a:hover, a:focus, a:focus-visible, a.link:hover, a.link:focus, a.link:focus-visible, #topButton, .button:hover, .button:focus {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -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 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.m-0 {
  margin: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-8 {
  height: 2rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.w-full {
  width: 100%;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.transform {
  -webkit-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));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.\!justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.\!gap-20 {
  gap: 5rem !important;
}
.gap-6 {
  gap: 1.5rem;
}
.\!gap-y-0 {
  row-gap: 0px !important;
}
.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.p-10 {
  padding: 2.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!filter {
  -webkit-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) !important;
          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) !important;
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: 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);
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
::-moz-selection {
  background-color: var(--color2-100);
  color: var(--color1-500);
}
::selection {
  background-color: var(--color2-100);
  color: var(--color1-500);
}

html {
  overflow-x: hidden;
  font-weight: 200;
  font-size: 16px;
  font-family: var(--font-family1);
  scroll-behavior: smooth;
  color: var(--color1-500);
}

.wrapper, .headers__content, .imageCol2, .imageCol3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wrapper .container, .headers__content .container, .imageCol2 .container, .imageCol3 .container {
  width: 100%;
}
@media (min-width: 640px) {
  .wrapper, .headers__content, .imageCol2, .imageCol3 {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .wrapper, .headers__content, .imageCol2, .imageCol3 {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .wrapper, .headers__content, .imageCol2, .imageCol3 {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .wrapper, .headers__content, .imageCol2, .imageCol3 {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .wrapper, .headers__content, .imageCol2, .imageCol3 {
    max-width: 1536px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper, .headers__content, .imageCol2, .imageCol3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ancres {
  padding-top: 11rem !important;
  margin-top: -8rem !important;
}

.text-color1-100 {
  color: var(--color1-100);
}

.bg-color1-100 {
  background-color: var(--color1-100);
}

.text-color1-200 {
  color: var(--color1-200);
}

.bg-color1-200 {
  background-color: var(--color1-200);
}

.text-color1-300 {
  color: var(--color1-300);
}

.bg-color1-300 {
  background-color: var(--color1-300);
}

.text-color1-400 {
  color: var(--color1-400);
}

.bg-color1-400 {
  background-color: var(--color1-400);
}

.text-color1-500 {
  color: var(--color1-500);
}

.bg-color1-500 {
  background-color: var(--color1-500);
}

.text-color1-600 {
  color: var(--color1-600);
}

.bg-color1-600 {
  background-color: var(--color1-600);
}

.text-color1-700 {
  color: var(--color1-700);
}

.bg-color1-700 {
  background-color: var(--color1-700);
}

.text-color1-800 {
  color: var(--color1-800);
}

.bg-color1-800 {
  background-color: var(--color1-800);
}

.text-color1-900 {
  color: var(--color1-900);
}

.bg-color1-900 {
  background-color: var(--color1-900);
}

.text-color2-100 {
  color: var(--color2-100);
}

.bg-color2-100 {
  background-color: var(--color2-100);
}

.text-color2-200 {
  color: var(--color2-200);
}

.bg-color2-200 {
  background-color: var(--color2-200);
}

.text-color2-300 {
  color: var(--color2-300);
}

.bg-color2-300 {
  background-color: var(--color2-300);
}

.text-color2-400 {
  color: var(--color2-400);
}

.bg-color2-400 {
  background-color: var(--color2-400);
}

.text-color2-500 {
  color: var(--color2-500);
}

.bg-color2-500 {
  background-color: var(--color2-500);
}

.text-color2-600 {
  color: var(--color2-600);
}

.bg-color2-600 {
  background-color: var(--color2-600);
}

.text-color2-700 {
  color: var(--color2-700);
}

.bg-color2-700 {
  background-color: var(--color2-700);
}

.text-color2-800 {
  color: var(--color2-800);
}

.bg-color2-800 {
  background-color: var(--color2-800);
}

.text-color2-900 {
  color: var(--color2-900);
}

.bg-color2-900 {
  background-color: var(--color2-900);
}

.text-color3-100 {
  color: var(--color3-100);
}

.bg-color3-100 {
  background-color: var(--color3-100);
}

.text-color3-200 {
  color: var(--color3-200);
}

.bg-color3-200 {
  background-color: var(--color3-200);
}

.text-color3-300 {
  color: var(--color3-300);
}

.bg-color3-300 {
  background-color: var(--color3-300);
}

.text-color3-400 {
  color: var(--color3-400);
}

.bg-color3-400 {
  background-color: var(--color3-400);
}

.text-color3-500 {
  color: var(--color3-500);
}

.bg-color3-500 {
  background-color: var(--color3-500);
}

.text-color3-600 {
  color: var(--color3-600);
}

.bg-color3-600 {
  background-color: var(--color3-600);
}

.text-color3-700 {
  color: var(--color3-700);
}

.bg-color3-700 {
  background-color: var(--color3-700);
}

.text-color3-800 {
  color: var(--color3-800);
}

.bg-color3-800 {
  background-color: var(--color3-800);
}

.text-color3-900 {
  color: var(--color3-900);
}

.bg-color3-900 {
  background-color: var(--color3-900);
}

:root {
  --color1-100: #d5d5d5;
  --color1-200: #ababab;
  --color1-300: gray;
  --color1-400: #565656;
  --color1-500: #2c2c2c;
  --color1-600: #232323;
  --color1-700: #1a1a1a;
  --color1-800: #121212;
  --color1-900: #090909;
  --color2-100: #fddddd;
  --color2-200: #fbbabb;
  --color2-300: #fa9898;
  --color2-400: #f87576;
  --color2-500: #f65354;
  --color2-600: #c54243;
  --color2-700: #943232;
  --color2-800: #622122;
  --color2-900: #311111;
  --color3-100: #d0d0d8;
  --color3-200: #a1a1b1;
  --color3-300: #72728a;
  --color3-400: #434363;
  --color3-500: #14143c;
  --color3-600: #101030;
  --color3-700: #0c0c24;
  --color3-800: #080818;
  --color3-900: #04040c;
  --font-family1: futura-pt, sans-serif;
  --font-family2: ailerons, sans-serif;
}

/* _dividers
========================================================================== */
hr,
hr.divider,
hr.separateur {
  border: none;
}

.tags {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tags input {
  display: none;
}
.tags input:checked ~ label {
  color: white;
  background-color: var(--color2-500);
}
.tags label,
.tags > * {
  padding: 0.5rem 1rem;
  border: 0.3rem solid var(--color2-500);
  text-transform: uppercase;
  height: auto;
  display: block;
}

.titles {
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  color: var(--color2-500);
}
.titles__ontitle {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.titles__barreBottom {
  display: block;
  width: 2.2rem;
  height: 5px;
  background: var(--color2-500);
}
.titles__subtitle {
  font-size: 0.6em;
  line-height: 1em;
  margin: 0;
}
.titles__h1, .titles__h2, .titles__h3, .titles__h4 {
  line-height: 1.1em;
  margin: 0.1em 0;
}
.titles__h1 {
  font-size: clamp(1.4em, 5vw, 3em);
  font-family: var(--font-family2);
}
.titles__h2 {
  font-size: 1.5em;
}
.titles__h3 {
  font-size: 1.2em;
}
.titles__h4 {
  font-size: 0.8em;
  line-height: 1.8em;
}
.titles__center, .text-center .titles {
  margin: 0 auto 2rem auto;
}
.titles__center .titles__ontitle, .text-center .titles .titles__ontitle {
  text-align: center;
}
.titles__right {
  margin: 0 0 2rem auto;
}
.titles__shadow, .titles__border {
  padding: 2rem;
}
.titles__shadow {
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 11px 4px #e6e6e6;
          box-shadow: 0px 0px 11px 4px #e6e6e6;
}
.titles__border {
  border: 1px solid var(--color1-500);
}

/* _icons
========================================================================== */
[class*=" icon-"] {
  line-height: 1;
  z-index: 1;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: currentColor;
}

[type=button],
.button {
  -webkit-appearance: none;
}

.button {
  background-color: var(--color2-500);
  padding: 1rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family1);
  font-size: 1rem;
  border-radius: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  position: relative;
}
.button:after, .button:before {
  content: "";
  width: 0%;
  background: var(--color1-500);
  height: 53%;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.button:after {
  top: -1px;
  left: 0;
}
.button:hover:after, .button:hover:before, .button:focus:after, .button:focus:before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
}
.button__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: white;
}
.button__border {
  border: 0.15rem solid var(--color1-500);
}
.button__icones {
  padding: 1rem;
}
.button .icones {
  width: 1rem;
  height: 1rem;
  z-index: 10;
}
.button__secondary {
  background-color: var(--color2-500);
}
.button__secondary.button__border {
  border-color: var(--color1-500);
}
.button:hover, .button:focus {
  background: var(--color2-500);
  color: white;
  border-color: var(--color1-500);
}
.button__light {
  background: white;
  color: var(--color2-500);
  border-color: var(--color1-500);
}
.button__light .button__content {
  color: var(--color2-500);
}
.button__light:hover .button__content {
  color: white;
}

.button__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}

#topButton {
  bottom: 2.5rem;
  right: 2.5rem;
  visibility: hidden;
  background: var(--color2-500);
  padding: 0.5rem;
  color: white;
  width: 3rem;
  height: 3rem;
  z-index: 9999;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #topButton {
    visibility: visible;
  }
}
#topButton.hide {
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}

.list, .list__bullet, .footer__list {
  margin: 0.5rem 0;
}
.list__bullet .list__item, .footer__list .list__item, .footer__list li,
.list__bullet li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 1.2rem;
}
.list__bullet .list__item:before, .footer__list .list__item:before, .footer__list li:before,
.list__bullet li:before {
  content: "";
  height: 0.4rem;
  width: 0.4rem;
  background-color: var(--color2-500);
  margin-right: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overlay {
  opacity: 0.6;
}

.images__cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.imageCol, .imageCol2, .imageCol3 {
  gap: 2rem 3rem !important;
}
.imageCol img, .imageCol2 img, .imageCol3 img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .imageCol2, .imageCol3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.headers {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: auto;
  width: 100%;
  color: white;
}
@media screen and (min-width: 640px) {
  .headers {
    padding: 6rem 0rem;
  }
}
.headers__image {
  position: relative;
}
.headers__image .wrapper > *, .headers__image .headers__content > *, .headers__image .imageCol2 > *, .headers__image .imageCol3 > * {
  z-index: 10;
  position: relative;
}
.headers__image .titles {
  margin: 0;
}
.headers__image .titles__center, .headers__image .text-center .titles, .text-center .headers__image .titles {
  margin: auto;
}
.headers__slider {
  position: relative;
}
.headers__slider .splide__pagination {
  z-index: 50;
}
.headers__slider .pagination.splide__pagination__page {
  background: white;
}
.headers__slider .splide__list {
  min-height: 800px;
}
@media screen and (max-width: 639px) {
  .headers__slider .splide__list {
    min-height: 1000px;
  }
}
.headers__slider .splide__content {
  height: 100%;
  position: relative;
}
.headers__slider .splide__content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color3-800);
  opacity: 0.6;
}
.headers__content {
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}

.forms {
  color: var(--color1-500);
}
.forms.grid {
  gap: 1rem;
}
.forms .grid {
  gap: 1rem;
}
.forms__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--color2-500);
  text-transform: uppercase;
}
.forms__input, .forms__textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  border: none;
  border-bottom: 0.1rem solid var(--color2-500);
}
.forms__input:focus, .forms__textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  border-color: var(--color2-500);
}
.forms__textarea {
  resize: none;
  min-height: 10rem;
  width: 100%;
}
.forms__message {
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  color: currentColor;
}
.forms__checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: currentColor;
}
.forms__checkbox-inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.8rem;
}
.forms__checkbox-input {
  width: 1rem;
  height: 1rem;
  color: currentColor;
}
.forms__checkbox-input:focus {
  outline-offset: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.forms__checkbox .forms__label {
  color: var(--color1-500);
  text-transform: initial;
  display: inline;
  padding: 0 0.5rem;
}
.forms__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.forms__select [x-cloak] {
  display: none;
}
.forms__select-all {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.forms__select .forms__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.forms__mutiSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
}
.forms__mutiSelect-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.forms__mutiSelect-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.forms__mutiSelect-input input {
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.forms__mutiSelect-chevrons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  margin: -1rem;
  color: white;
  background: var(--color1-500);
}
.forms__mutiSelect-chevrons [type=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.forms__mutiSelect-dropdown {
  width: 100%;
}
.forms__mutiSelect-dropdown-wrapper {
  position: absolute;
  left: 0;
  z-index: 40;
  width: 100%;
  background: white;
  -webkit-box-shadow: var(--shadow-b);
          box-shadow: var(--shadow-b);
}
.forms__mutiSelect-dropdown-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow-y: auto;
}
.forms__mutiSelect-dropdown-option {
  overflow: auto;
}
.forms__mutiSelect-dropdown-item {
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color1-500);
  cursor: pointer;
}
.forms__mutiSelect-dropdown-item:last-child {
  border-bottom: none;
}
.forms__mutiSelect .forms__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.forms__mutiSelect .forms__input-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem;
  margin: 0.25rem;
}
.forms__mutiSelect .forms__input-selected {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.forms__mutiSelect .forms__input-icones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5rem;
}
.forms__file {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.forms__file + label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.forms__file + label:after {
  display: none;
}
.forms .quantity {
  position: relative;
}
.forms .quantity input {
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 2px solid var(--color1-500);
  width: 90px;
}
.forms .quantity input:focus {
  outline: 0;
}
.forms input[type=number]::-webkit-inner-spin-button,
.forms input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forms .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.forms .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: white;
  font-size: 10px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--color1-500);
}
.forms .quantity-button--up {
  position: absolute;
  height: 50%;
  top: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -5 24 24' width='24' fill='currentColor'%3E%3Cpath d='M5.314 7.071l-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z'%3E%3C/path%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -5 24 24' width='24' fill='currentColor'%3E%3Cpath d='M5.314 7.071l-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.forms .quantity-button--down {
  position: absolute;
  bottom: 0;
  height: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -5 24 24' width='24' fill='currentColor'%3E%3Cpath d='M5.314 7.071l-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z'%3E%3C/path%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -5 24 24' width='24' fill='currentColor'%3E%3Cpath d='M5.314 7.071l-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.forms__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.forms__inline .quantity input,
.forms__inline .quantity-nav {
  height: 100%;
  border: none;
}
.forms__inline .button {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.forms__inline .button__content {
  margin: auto;
}
.forms__inline .quantity-button {
  height: 25px;
}
.forms__inline .quantity-button--up {
  -webkit-transform: rotate(270deg) translate(-30%, -100%);
      -ms-transform: rotate(270deg) translate(-30%, -100%);
          transform: rotate(270deg) translate(-30%, -100%);
}
.forms__inline .quantity-button--down {
  -webkit-transform: rotate(90deg) translate(-30%, 100%);
      -ms-transform: rotate(90deg) translate(-30%, 100%);
          transform: rotate(90deg) translate(-30%, 100%);
}
.forms [type=submit] {
  min-width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.forms .grid__col-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .forms .grid__col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.filters__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters__header {
  background: var(--color3-800);
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .filters__header {
    padding: 3rem;
    max-width: 80rem;
    margin: auto;
    margin-bottom: 4rem;
  }
}
.filters__header .titles {
  color: white;
}
.filters .filter {
  border: 0.15rem solid white;
  color: white;
}
.filters .filter--selected {
  border-color: var(--color2-500);
  background-color: var(--color2-500);
}

.cardfilter.show {
  display: block;
}
.cardfilter.hide {
  display: none;
}

.cards {
  display: grid;
  gap: 0 2rem;
}
@media screen and (min-width: 640px) {
  .cards__content {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cards__inverse .cards__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.badges {
  position: absolute;
  top: 0;
  left: 0;
}

.grid__col-2 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid__col-3 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid__col-4 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid__col-5 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid__col-6 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid__col-7 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid__col-8 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid__col-9 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid__col-10 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid__col-11 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid__col-12 {
  gap: 2rem 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid__col-dense {
  grid-auto-flow: dense;
}
.grid__cel {
  padding: calc(2rem / 2);
}
@media screen and (max-width: 639px) {
  .grid__col-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid__product {
  gap: 5rem;
  margin: 3rem auto !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex__col-2 > * {
  width: calc( 50% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-3 > * {
  width: calc( 33.3333333333% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-4 > * {
  width: calc( 25% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-5 > * {
  width: calc( 20% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-6 > * {
  width: calc( 16.6666666667% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-7 > * {
  width: calc( 14.2857142857% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-8 > * {
  width: calc( 12.5% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-9 > * {
  width: calc( 11.1111111111% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-10 > * {
  width: calc( 10% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-11 > * {
  width: calc( 9.0909090909% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__col-12 > * {
  width: calc( 8.3333333333% - 2rem);
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__cel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: calc(2rem / 2);
  background-color: var(--color2-500);
}
.flex__maxContent .flex__cel {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}

.grid-flex, .imageCol, .imageCol2, .imageCol3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grid-flex .col, .imageCol .col, .imageCol2 .col, .imageCol3 .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
  min-width: 300px;
}

a, a.link {
  display: inline-block;
  color: var(--color2-500);
}
a:hover, a:focus, a:focus-visible, a.link:hover, a.link:focus, a.link:focus-visible {
  color: var(--color2-300);
  outline: none;
}
a__crypte:after, a.link__crypte:after {
  content: attr(data-name) "@" attr(data-domain);
}
a__light, a.link__light {
  color: var(--color2-300);
}
a__light:hover, a__light:focus, a__light:focus-visible, a.link__light:hover, a.link__light:focus, a.link__light:focus-visible {
  color: var(--color2-500);
}
a__white, a.link__white {
  color: white;
}
a__white:hover, a__white:focus, a__white:focus-visible, a.link__white:hover, a.link__white:focus, a.link__white:focus-visible {
  color: var(--color2-500);
}
a__icones, a.link__icones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a__icones .icones, a.link__icones .icones {
  margin-right: 0.3rem;
}
a__icones:hover .icones, a__icones:focus .icones, a.link__icones:hover .icones, a.link__icones:focus .icones {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.menu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .menu {
    background: var(--color3-800);
  }
}
.menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: initial;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
@media screen and (min-width: 1024px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .menu .wrapper .container, .menu .imageCol2 .container, .menu .imageCol3 .container, .menu .headers__content .container {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 640px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1536px) {
  .menu .wrapper, .menu .imageCol2, .menu .imageCol3, .menu .headers__content {
    max-width: 1536px;
  }
}
@media screen and (min-width: 768px) {
  .menu + * {
    margin-top: -105px;
  }
}
.menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.menu__logo img {
  display: block;
  width: auto;
  height: 2rem;
}
.menu__bg {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--color3-800);
  bottom: 100%;
  top: 0;
}
.menu.show .menu__bg {
  bottom: 0;
}
.menu.show.hide .menu__bg {
  bottom: 100%;
}
.menu .link {
  padding: 0.5rem;
  color: white;
}
.menu .dropdown .link {
  color: var(--color2-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color3-800);
}
.menu .dropdown .link span {
  width: 0;
  background: var(--color2-500);
  display: block;
  height: 0.1rem;
  margin-right: 0.5rem;
}
.menu .dropdown .link:hover {
  color: var(--color2-500);
}
.menu .dropdown .link:hover span {
  width: 2rem;
}

#navCheck {
  position: absolute;
  left: -999;
  top: -999;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  #navCheck:checked ~ .nav {
    padding: 1rem 2rem;
    height: 100%;
    width: 100%;
  }
}

#navCheck ~ .buttons .menu__button .icones__close {
  display: none;
}

#navCheck:checked ~ .buttons .menu__button .icones__burger {
  display: none;
}

#navCheck:checked ~ .buttons .menu__button .icones__close {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu__button {
    display: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    height: 0;
    overflow: auto;
    padding: 0;
  }
}
.nav__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  text-decoration: none;
  color: white;
}
.nav__item:hover {
  color: #e6e6e6;
}
.nav .link.active {
  position: relative;
}
.nav .link.active:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: var(--color2-500);
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav .link.active:hover:before {
  left: 0.2rem;
}

.dropdown {
  position: relative;
}
@media screen and (min-width: 768px) {
  .dropdown {
    z-index: -1;
  }
}
.dropdown__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem;
  border: none;
  font-size: inherit;
  color: white;
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3px;
  z-index: 2;
}
.dropdown__list {
  position: absolute;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  overflow: hidden;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1;
  background: white;
  padding: 1rem;
}
.dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  color: var(--color2-500);
  background-color: rgba(112, 102, 204, 0.1);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dropdown__item:first-child {
  border-radius: 3px 3px 0 0;
}
.dropdown__item:hover {
  background-color: var(--color2-500);
}
.dropdown__item span {
  height: 1rem;
  width: 1rem;
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.65rem;
  color: #fff;
  background-color: #7066cc;
  border-radius: 50%;
}
.dropdown:hover .dropdown__btn {
  color: var(--color2-500);
}
.dropdown:hover .dropdown__list {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  visibility: visible;
  opacity: 1;
}
.dropdown .link.active:before {
  display: none;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background: var(--color2-500);
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.footer {
  background: var(--color3-800);
  color: white;
}
.footer .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .footer .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer .grid__cel:first-child {
    grid-column: span 3/span 3;
  }
}
@media screen and (min-width: 1024px) {
  .footer .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .footer .grid__cel:first-child {
    grid-column: span 1/span 1;
  }
}
.footer__logo {
  max-height: 115px;
  margin-bottom: 1.3rem;
}
.footer__list li {
  padding: 0.1rem 1rem;
}
.footer__list li::before {
  background: var(--color2-500);
}
.footer__copyright {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .footer__copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__copyright .footer__social {
    direction: rtl;
  }
  .footer__copyright *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.footer__social .icones {
  width: 1.3rem;
  height: 1.3rem;
}
.footer .titles {
  margin-bottom: 1.7rem;
  color: white;
}
.footer .titles__barreBottom {
  background: white;
}
.footer .link {
  color: white;
}
.footer .link:hover, .footer .link:focus {
  color: var(--color2-500);
}

.slider {
  max-width: 100vw;
  margin: auto;
}
.slider .splide.default {
  max-width: 60rem;
  margin: auto;
}
.slider .splide__pagination {
  bottom: initial;
  gap: 1rem;
  margin: 1rem auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0;
}
.slider .splide__arrows {
  display: none;
}
.slider .splide__arrow {
  background: transparent;
  color: var(--color2-500);
  opacity: 1;
}
.slider .splide__arrow .icones {
  width: 2.5rem;
  height: 2.5rem;
}

.pagination.splide__pagination__page {
  background: var(--color1-500);
  border-radius: 0;
  height: 3px;
  opacity: 1;
  width: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.pagination.splide__pagination__page.is-active {
  background: var(--color2-500);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  height: 15px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  color: var(--color1-500);
  background: white;
  font-size: 1.2rem;
}
.pagination__active {
  color: var(--color2-500);
  position: relative;
}
.pagination__active:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: var(--color2-500);
}
.pagination__arrows {
  padding: 0;
}
.pagination__arrows:hover {
  color: var(--color1-700);
}
.pagination__bullets {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
}
.pagination__bullets .pagination__item {
  padding: 0;
  border: 2px solid var(--color1-500);
  margin: 0 0.5rem;
  position: relative;
}
.pagination__bullets .pagination__item:before {
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  background: var(--color2-500);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination__bullets .pagination__item:hover::before {
  width: 10px;
  height: 10px;
}
.pagination__bullets .pagination__active {
  background: transparent;
}
.pagination__bullets .pagination__active:before {
  width: 10px;
  height: 10px;
}
.pagination__bullets .pagination__item:not(.pagination__active, .pagination__arrows):hover {
  background: transparent;
}

.header .splide__pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 1rem;
}

.sections__max48 {
  max-width: 48rem;
  margin: auto;
}
.sections__max74, .imageCol2, .imageCol3, .forms {
  max-width: 74rem;
  margin: auto;
}

.map {
  min-height: 20rem;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}
.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__items::after {
  display: block;
  content: "";
  width: 0.5rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='5' height='15' viewBox='0 0 5 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.63636 0H5L1.36364 15H0L3.63636 0Z' fill='%23C4C4C4'/%3E %3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg width='5' height='15' viewBox='0 0 5 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.63636 0H5L1.36364 15H0L3.63636 0Z' fill='%23C4C4C4'/%3E %3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  margin: 0 0.5rem;
  background-color: var(--color2-500);
}
.breadcrumbs__items:last-child {
  color: var(--color2-500);
}
.breadcrumbs__items:last-child:after {
  display: none;
}
.breadcrumbs__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1rem;
}
.breadcrumbs__links {
  color: white;
}
.breadcrumbs__links:hover, .breadcrumbs__links:focus {
  color: var(--color2-500);
}

.errorPage {
  position: relative;
  color: white;
}
.errorPage__image:before {
  content: "";
  background: var(--color3-800);
  opacity: 0.6;
}
.errorPage__content {
  position: relative;
  z-index: 5;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.errorPage__statut {
  font-size: 9rem;
  line-height: 10rem;
  color: var(--color2-500);
  font-weight: 500;
}
.errorPage__buttons {
  margin-top: 1rem;
}

/* _video
========================================================================== */
/* Video
   ========================================================================== */
.video.video-js {
  width: 100%;
  max-height: 550px;
  height: 100%;
  aspect-ratio: 1;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video.video-js .vjs-big-play-button {
  font-size: 3em;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color2-500);
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  display: block;
  -webkit-transform: translate(20%);
      -ms-transform: translate(20%);
          transform: translate(20%);
}
.video.video-js .vjs-icon-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  position: relative;
  color: white !important;
}
.video.video-js:hover .vjs-big-play-button {
  background-color: var(--color2-800);
}

.vjs-playing .vjs-big-play-button {
  display: none !important;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
  margin: auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .team {
    max-width: 64rem;
  }
}
.team__image {
  z-index: 0;
  height: 100%;
}
.team__content {
  padding: 4rem;
  background: rgba(57, 30, 31, 0.7882352941);
  z-index: 5;
  color: white;
  background-blend-mode: darken;
  text-align: center;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team__item {
  padding: 0;
  background: white;
  position: relative;
  overflow: hidden;
  width: calc(33.3333333333% - 2rem);
  min-width: 250px;
  min-height: 450px;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
@media screen and (max-width: 639px) {
  .team__item {
    min-width: 300px;
  }
}
.team__item:hover .team__content, .team__item:focus .team__content {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.team .titles {
  margin: 0 auto;
}

.masonry {
  display: grid;
  gap: 1rem;
}
.masonry__item {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.masonry__item.row-span-1 {
  height: auto;
}
@media screen and (max-width: 639px) {
  .masonry__item.row-span-1 {
    height: 300px;
  }
}
.masonry__item .titles {
  margin-bottom: 0.5rem;
}
.masonry__item:hover .masonry__wrapper, .masonry__item:focus .masonry__wrapper {
  height: 100%;
}
.masonry__item:hover .images__cover, .masonry__item:focus .images__cover {
  -webkit-transform: translateX(10px) scale(1.1);
      -ms-transform: translateX(10px) scale(1.1);
          transform: translateX(10px) scale(1.1);
}
.masonry__item:hover .barre, .masonry__item:focus .barre {
  width: 100%;
}
.masonry__wrapper {
  top: initial;
  height: 0;
  overflow: hidden;
}
.masonry__content {
  width: 80%;
  margin: auto;
  background: white;
  padding: 2rem;
  z-index: 5;
  position: absolute;
  bottom: 0%;
  -webkit-transform: translateX(-50%) translateY(-20%);
      -ms-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%);
  left: 50%;
  max-height: 200px;
  overflow: hidden;
}
.masonry .barre {
  height: 0.2rem;
  background: white;
  width: 0;
  position: absolute;
  bottom: 20%;
}

.cta {
  position: relative;
  min-height: 500px;
  color: currentColor;
}
.cta__content {
  margin: auto;
  text-align: center;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50rem;
  padding: 0 2rem;
}
.cta__overlay {
  background: var(--color3-800);
  opacity: 0.8;
}
.cta .titles {
  color: currentColor;
}

.testimonial {
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.testimonial__content {
  background: white;
  z-index: 5;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .testimonial__content {
    padding: 3rem;
    margin: 3rem 0;
  }
}
.testimonial__image {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .testimonial__image {
    left: -20%;
    width: 120%;
  }
}

.article {
  position: relative;
}
.article__image {
  height: 400px;
  display: block;
  background: var(--color2-500);
}
.article__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0;
  gap: 1rem;
}
.article__infos > * {
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.article__infos > * p:after {
  content: ",";
  padding: 0 0.2rem;
}
.article__infos > * p:last-child:after {
  content: "";
}
.article .titles {
  margin-bottom: 0;
}
.article__description {
  margin: 1rem 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-center p {
  text-align: center;
}
.text-center .button__group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-right .titles {
  margin-left: auto;
  margin-right: 0;
}
.text-right li {
  direction: rtl;
  padding-right: 1.2rem;
  padding-left: 0;
}
.text-right li::before {
  left: initial;
  right: 0;
}
.text-right .button__group {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*# sourceMappingURL=index.css.map */