@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  pointer-events: all;
  text-rendering: optimizeSpeed;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/bg-particles.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 0;
  /* Pour que ce soit derrière le contenu */
}

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

/* Set Sections to take all width available */
section {
  width: 100%;
}

/* Make HR easier to work with */
hr {
  display: block;
  margin: rem(16) 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

a:not(.formations):not(.emplois-link):not(.teams):not(.perspectives):not(.btn) {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:not(.formations):not(.emplois-link):not(.teams):not(.perspectives):not(.btn):hover {
  opacity: 0.5;
}

select {
  /* Réinitialiser l'apparence native */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 0rem center;
  background-size: 0.65rem;
  padding-right: 2rem;
  /* Pour laisser de l'espace au chevron */
}

/* Version avec chevron noir */
.select-black {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width='12'%20height='8'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline%20points='1,1%206,6%2011,1'%20stroke='%23000'%20stroke-width='2'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Version avec chevron blanc */
.select-white {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width='12'%20height='8'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline%20points='1,1%206,6%2011,1'%20stroke='%23fff'%20stroke-width='2'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* le contrôle fermé : texte blanc, fond transparent ou dark */
.select-element-white {
  color: #fff;
  /* texte du <select> fermé               */
}

/* toutes les options dans la liste : texte noir + fond blanc
   (lisible sous Windows/Linux Chrome/Edge) */
.select-element-white option {
  color: #000 !important;
  /* Chrome/Edge/Firefox/Android           */
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.list-el:after {
  content: "-";
  padding-left: 0.2rem;
}

#tinymce ol,
#tinymce ul,
.article_content-elements-paragraph ol,
.article_content-elements-paragraph ul,
.note ol,
.note ul {
  padding: revert-layer !important;
}
#tinymce ul li,
.article_content-elements-paragraph ul li,
.note ul li {
  list-style: disc !important;
}
#tinymce ol li,
.article_content-elements-paragraph ol li,
.note ol li {
  list-style: decimal !important;
}
#tinymce h1,
.article_content-elements-paragraph h1,
.note h1 {
  font-size: 3.25rem;
  line-height: 3.5rem;
  padding: 1rem 0 0.25rem 0;
}
#tinymce h2,
.article_content-elements-paragraph h2,
.note h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  padding: 1rem 0 0.25rem 0;
}
#tinymce h3,
.article_content-elements-paragraph h3,
.note h3 {
  font-size: 2rem;
  line-height: 2rem;
  padding: 1rem 0 0.25rem 0;
}
#tinymce h4,
.article_content-elements-paragraph h4,
.note h4 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  padding: 1rem 0 0.25rem 0;
}
#tinymce h5,
.article_content-elements-paragraph h5,
.note h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem 0 0.25rem 0;
}
#tinymce img,
.article_content-elements-paragraph img,
.note img {
  margin: 1.5rem 0;
}

@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-Thin.otf");
  src: url("../fonts/poppins/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Thin.woff2") format("woff2"), url("../fonts/poppins/Poppins-Thin.woff") format("woff"), url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-Regular.otf");
  src: url("../fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-Medium.otf");
  src: url("../fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-SemiBold.otf");
  src: url("../fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-Bold.otf");
  src: url("../fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url("../fonts/roboto/Roboto-Regular.otf");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url("../fonts/roboto/Roboto-Medium.otf");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url("../fonts/roboto/Roboto-Bold.otf");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Neue-Montreal;
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-thin.otf");
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/pp-neue-montreal/ppneuemontreal-thin.woff2") format("woff2"), url("../fonts/pp-neue-montreal/ppneuemontreal-thin.woff") format("woff"), url("../fonts/pp-neue-montreal/ppneuemontreal-thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Neue-Montreal;
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-book.otf");
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-book.eot?#iefix") format("embedded-opentype"), url("../fonts/pp-neue-montreal/ppneuemontreal-book.woff2") format("woff2"), url("../fonts/pp-neue-montreal/ppneuemontreal-book.woff") format("woff"), url("../fonts/pp-neue-montreal/ppneuemontreal-book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Neue-Montreal;
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-bold.otf");
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pp-neue-montreal/ppneuemontreal-bold.woff2") format("woff2"), url("../fonts/pp-neue-montreal/ppneuemontreal-bold.woff") format("woff"), url("../fonts/pp-neue-montreal/ppneuemontreal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.roboto-bold {
  font-family: "roboto";
  font-weight: 700;
}

.roboto-medium {
  font-family: "roboto";
  font-weight: 600;
}

.roboto-normal {
  font-family: "roboto";
  font-weight: 400;
}

.bg-black {
  background-color: #2b312c;
}

.bg-green {
  background-color: #28ef91;
}

.bg-dark-green {
  background-color: #00a37a;
}

.bg-gray {
  background-color: #898c8a;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.text-light-gray {
  color: #f2f2f2;
}

.text-dark-gray {
  color: #464b47;
}

.text-gray {
  color: #898c8a;
}

.text-green {
  color: #28ef91;
}

.text-dark-green {
  color: #00a37a;
}

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0px;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: "roboto", "poppins", Helvetica, Arial, sans-serif;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  border-radius: 0px;
  margin: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Button Controls
-----------------------------------------------*/
input[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid gray;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0;
  margin-right: 0.6em;
  border-radius: 0px;
}
input[type=checkbox]:checked {
  background-image: url("../svg/check-solid.svg");
  background-size: 69%;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=radio] {
  width: 0.9375rem;
  height: 1.625rem;
  margin: 0;
  border-radius: 0px;
}

/* File Uploads
-----------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
  position: relative;
}

select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

.gform_wrapper input,
.gform_wrapper textarea {
  background-color: #464b47 !important;
  border-radius: 8px;
  height: 50px;
  color: white;
  padding: 10px !important;
  font-size: 14px !important;
  margin: 0px !important;
}
.gform_wrapper input:focus-visible,
.gform_wrapper textarea:focus-visible {
  outline: none;
}

.form .gform_confirmation_message_2,
.gform_confirmation_message_2 {
  color: white;
}

.gform_wrapper .gform_fields {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gform_wrapper .half {
  width: 50%;
  padding-right: 8px;
}

.gform_wrapper .gfield--type-name,
.gform_wrapper .gfield--type-textarea {
  width: 100% !important;
}

.gfield--type-fileupload {
  width: 100% !important;
}

.ginput_container_fileupload {
  background-color: #464b47 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  height: 50px;
}

.gform_fileupload_rules {
  padding-top: 0px !important;
  margin: 0px !important;
  color: #898c8a;
}

.gform_button_select_files {
  padding: 0.813em;
  background-color: #2b312c;
  border-radius: 9999px;
  display: inline-block;
  font-size: 0.813em !important;
}

.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 10px !important;
}

.ginput_container_fileupload .gform_fileupload_multifile {
  width: auto;
  min-width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gform_drop_instructions {
  display: none !important;
}

.gform_drop_area {
  margin-bottom: 0px !important;
}

.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  border: none !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gform_legacy_markup_wrapper .validation_message,
.gform_legacy_markup_wrapper div.validation_error,
.gform_submission_error.hide_summary {
  color: #28ef91 !important;
}

.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea,
.gform_legacy_markup_wrapper div.validation_error {
  border-color: #28ef91 !important;
  border-width: 1px !important;
}

.gform_legacy_markup_wrapper div.validation_error {
  width: calc(100% - 16px) !important;
}

.gform_submission_error.hide_summary {
  font-size: 14px !important;
}

.gform_legacy_markup_wrapper {
  margin-top: 0px !important;
}

.form-contact .gfield--type-name {
  margin-top: 0px !important;
}

@media screen and (max-width: 1023px) {
  .gform_wrapper .half {
    width: 100%;
    padding-right: 0px;
    margin: 0px !important;
  }

  .ginput_container.ginput_container_phone {
    margin: 2px 0px !important;
  }

  .gfield--type-textarea,
.gfield--type-fileupload {
    margin-top: 4px !important;
  }
}
.form.newsletter .gform_wrapper form {
  position: relative;
}
.form.newsletter .gform_wrapper .gform_submission_error.hide_summary {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 0 1rem;
}
.form.newsletter .gform_wrapper .gform-body {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  background-color: #f2f2f2 !important;
  border-radius: 10px;
}
.form.newsletter .gform_wrapper .gform-body .gform_fields {
  width: 100%;
}
.form.newsletter .gform_wrapper .full {
  width: 60%;
  padding: 0;
  margin: 0;
}
.form.newsletter .gform_wrapper .gfield--type-submit {
  width: 40%;
  margin: 0;
}
.form.newsletter .gform_wrapper .gfield--type-submit input {
  position: relative;
  background-color: #2b312c !important;
  color: white;
  border-radius: 9999px;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form.newsletter .gform_wrapper .gfield--type-submit input:hover {
  background-color: #28ef91 !important;
  color: #2b312c;
}
.form.newsletter .gform_wrapper.gform_legacy_markup_wrapper .gform_footer {
  display: none;
}
.form.newsletter .gform_wrapper .ginput_container_email {
  margin-top: 0 !important;
  position: relative;
}
.form.newsletter .gform_wrapper .field_validation_below {
  margin-bottom: 0 !important;
  padding-right: 8px !important;
}
.form.newsletter .gform_wrapper input {
  background-color: #f2f2f2 !important;
  width: 100%;
  color: #2b312c;
}
.form.newsletter .gform_wrapper .gform_legacy_markup_wrapper.gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.form.newsletter .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.form.newsletter .gform_wrapper .validation_message {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

.ginput_preview {
  font-size: 14px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0;
}
.ginput_preview .gfield_fileupload_filesize {
  color: #898c8a;
  margin: 0 0.8rem;
}
.ginput_preview .gfield_fileupload_percent {
  color: #28ef91;
  margin: 0 0.8rem;
}
.ginput_preview .gform_delete {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
}

/* Garder le fond transparent même en auto-complétion  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  /* couleur voulue */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  /* garde la couleur de texte normale */
  color: #fff !important;
  -webkit-text-fill-color: white !important;
  /* TRUC ► on “fige” la transition interne de Chrome */
  -webkit-transition: background-color 99999s ease-out !important;
  transition: background-color 99999s ease-out !important;
}

@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal !important;
  }
}
.btn-form-submit #custom-submit {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-form-submit:hover #custom-submit {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: white;
  padding-right: 5%;
}
.btn-form-submit:hover .button_circle {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: white;
}

h1,
.title-1 {
  font: 700 2.5rem "Neue-Montreal", Helvetica, Arial, sans-serif;
  color: #2b312c;
}
@media only screen and (min-width: 600px) {
  h1,
.title-1 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
.title-1 {
    font-size: 3.75rem;
  }
}

h2,
.title-2 {
  font: 600 2rem "Neue-Montreal", Helvetica, Arial, sans-serif;
  color: #2b312c;
}
@media only screen and (min-width: 600px) {
  h2,
.title-2 {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2,
.title-2 {
    font-size: 4.375rem;
  }
}

h3,
.title-3 {
  font: 600 1.875rem "Neue-Montreal", Helvetica, Arial, sans-serif;
  color: #2b312c;
}
@media only screen and (min-width: 600px) {
  h3,
.title-3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3,
.title-3 {
    font-size: 3.125rem;
  }
}

h4,
.title-4 {
  font: 600 1.5625rem "Neue-Montreal", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h4,
.title-4 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  h4,
.title-4 {
    font-size: 2.5rem;
  }
}

h5,
.tabs-title,
.title-5 {
  font: 500 2.1875rem "Neue-Montreal", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h5,
.tabs-title,
.title-5 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h5,
.tabs-title,
.title-5 {
    font-size: 3.125rem;
  }
}

h6,
.drawer-title,
.title-6 {
  font: 500 1.125rem "Neue-Montreal", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h6,
.drawer-title,
.title-6 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h6,
.drawer-title,
.title-6 {
    font-size: 1.25rem;
  }
}

body {
  font: 500 1rem/1.25 "roboto", "poppins", Helvetica, Arial, sans-serif;
  color: #2b312c;
}

p,
.paragraph {
  font: 400 1rem "roboto", "poppins", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  p,
.paragraph {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  p,
.paragraph {
    font-size: 1.125rem;
  }
}

.list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0;
}
.list li:before {
  content: "";
  display: block;
  margin-right: 0.5em;
  list-style: decimal;
}
.list .checkmark li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list .checkmark li:before {
  content: "✓";
  display: block;
  margin-right: 0.5em;
}

::-moz-selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

::selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

.page-wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ======================================================================
   0 · VARIABLES & CUSTOM PROPS
   ====================================================================== */
:root {
  --dot-size: 1.25rem;
  --max-block-size: calc(var(--dot-size) * 5);
  --dot-color: #00a37a;
  --dot-color-transition-1: #28ef99;
  --dot-color-transition-2: #63ffb6;
  --delay: 0ms;
}

/* ======================================================================
      1 · KEYFRAMES  (aucun état ici)
      ====================================================================== */
@-webkit-keyframes animateBg {
  0% {
    background-position: 0 0;
    background-size: 150% 150%;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 100%;
    background-size: 125% 125%;
  }
  75% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
    background-size: 150% 150%;
  }
}
@keyframes animateBg {
  0% {
    background-position: 0 0;
    background-size: 150% 150%;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 100%;
    background-size: 125% 125%;
  }
  75% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
    background-size: 150% 150%;
  }
}
@-webkit-keyframes rollFromLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  25%, 75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@keyframes rollFromLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  25%, 75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-webkit-keyframes rollFromWrapperRight {
  from {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes rollFromWrapperRight {
  from {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes rollFromWrapperLeft {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes rollFromWrapperLeft {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes rollFromWrapperBottom {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes rollFromWrapperBottom {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes popUpEffect {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popUpEffect {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeElement {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeElement {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes y-grow {
  25% {
    block-size: var(--max-block-size);
    background: var(--dot-color-transition-1);
  }
  50% {
    block-size: var(--dot-size);
    background: var(--dot-color-transition-2);
  }
}
@keyframes y-grow {
  25% {
    block-size: var(--max-block-size);
    background: var(--dot-color-transition-1);
  }
  50% {
    block-size: var(--dot-size);
    background: var(--dot-color-transition-2);
  }
}
@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
/* ======================================================================
      2 · ÉTATS INITIAUX (nécessaires aux scripts JS)
      ====================================================================== */
/* vidéo zoom */
.video-scroll {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: border-radius 0.4s ease, -webkit-transform 0.4s ease;
  transition: border-radius 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, border-radius 0.4s ease;
  transition: transform 0.4s ease, border-radius 0.4s ease, -webkit-transform 0.4s ease;
  will-change: transform;
}

@media (max-width: 1279px) {
  .video-scroll {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* cursor */
.lerp-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 9999px;
  color: #fff;
  background: rgba(43, 49, 44, 0.52);
  backdrop-filter: blur(37px) brightness(0.99);
  -webkit-backdrop-filter: blur(37px) brightness(0.99);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none !important;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 9999;
}

/* Splitting */
[data-splitting] .word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  overflow: hidden;
  padding-bottom: 0.08em;
}
[data-splitting] .word-content {
  display: inline-block;
  will-change: transform;
}

.splitting .word-content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* Motion base states */
.fade,
.fade-el {
  opacity: 0;
}

.image-zoom {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.line-green,
.line-green-left,
.line-green-right {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.line-green {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.line-green-left {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.line-green-right {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.wrapper-item-el,
.wrapper-el-right {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.wrapper-el-left {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.wrapper-el-bottom {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.pop-up-effect {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.circle-percent {
  -webkit-transition: stroke-dashoffset 1s ease-out;
  transition: stroke-dashoffset 1s ease-out;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}

.opacity-0-el {
  opacity: 0 !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* parallax image helper */
.parallax {
  display: block;
  width: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ======================================================================
      3 · UTILITAIRES / COMPONENTS (hover, buttons, loader, etc.)
      ====================================================================== */
a .anim-btn {
  -webkit-transition: 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
}
a .anim-btn:hover {
  opacity: 0.8;
}

.loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 180px;
  /* hauteur mini pour éviter le saut de page */
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fade-post {
  opacity: 0;
  -webkit-animation: fadePost 0.3s ease-in-out forwards;
          animation: fadePost 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fade-btn-load {
  opacity: 0;
  -webkit-animation: fadePost 0.3s ease-in-out forwards;
          animation: fadePost 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadePost {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadePost {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ======================================================================
   HOVER AVEC CROIX – version intacte
   ====================================================================== */
.el-hover-cross {
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.el-hover-cross .cross {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.el-hover-cross:hover {
  background-color: #fff;
  /* change le fond */
  width: 100%;
  /* étire l’élément */
}
.el-hover-cross:hover .cross {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* fait pivoter la croix */
}

.blog-hover-cross {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-hover-cross .cross {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.blog-hover-cross:hover .cross {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* même rotation, pas de width/bg */
}

/* loader dots */
.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--dot-size) / 2);
  block-size: var(--max-block-size);
  height: 100%;
}

.dot {
  inline-size: 5px;
  block-size: var(--dot-size);
  border-radius: calc(var(--dot-size) / 2);
  background: var(--dot-color);
  -webkit-animation: y-grow 2s infinite ease-in-out;
          animation: y-grow 2s infinite ease-in-out;
  -webkit-animation-delay: calc(var(--delay) * 1ms);
          animation-delay: calc(var(--delay) * 1ms);
}

@media (max-width: 1024px) {
  :root {
    --dot-size: 1rem;
  }

  .dot {
    inline-size: 4px;
  }
}
/* team / emplois hovers */
.member:hover p {
  color: #fff;
}

.emplois-content:hover .job span {
  color: #fff;
}

.job-image,
.team-image {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.emplois-link:hover .job-image,
.team-member:hover .team-image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ======================================================================
      4 · DÉCORS FIXES (gradients, tsParticles)
      ====================================================================== */
#background-wrapper,
#background-wrapper-green {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: 150% 150%;
  -webkit-animation: animateBg 30s ease-in-out infinite;
          animation: animateBg 30s ease-in-out infinite;
}

#background-wrapper {
  background: radial-gradient(circle at 50% 50%, #00a37a 0%, #2b312c 75%);
}

#background-wrapper-green {
  background: radial-gradient(circle at 50% 50%, #01c291 0%, #00a37a 75%);
}

#tsparticles {
  position: relative;
  z-index: 1;
}

/* ======================================================================
      5 · CARDS SCROLL, STICKY ZONE, CHART
      ====================================================================== */
/* cards z‑index & scale */
.card-0 {
  z-index: 10;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-1 {
  z-index: 9;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.card-2 {
  z-index: 8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.card-3 {
  z-index: 7;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

/* cards containers */
.cards-element-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 0;
}

.sticky-zone {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* circular chart */
.single-chart {
  width: 25%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.circle-bg {
  fill: none;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.circular-chart.green .circle {
  stroke: #28ef91;
}

.percentage {
  fill: #fff;
  font-size: 0.5em;
  text-anchor: middle;
}

canvas {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0;
}

.head-banner {
  position: relative;
  z-index: 1;
  background: #00092d;
  background: -webkit-gradient(linear, left top, right top, from(#00092d), to(#000963));
  background: linear-gradient(90deg, #00092d 0%, #000963 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: height;
  overflow: hidden;
  z-index: 999;
}
.head-banner__container {
  margin: auto;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 1280px) {
  .head-banner__container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1536px) {
  .head-banner__container {
    max-width: 1536px;
  }
}
@media screen and (min-width: 1920px) {
  .head-banner__container {
    max-width: 1920px;
  }
}
@media only screen and (min-width: 1024px) {
  .head-banner__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.head-banner__container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .head-banner__container-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.head-banner__container-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .head-banner__container-image {
    position: relative;
  }
  .head-banner__container-image::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    bottom: 0;
    right: -40px;
    background-color: #ffffff7c;
  }
}
.head-banner__logo {
  width: 80%;
  max-width: 320px;
}
.head-banner__text {
  font-size: 16px;
  letter-spacing: 0.5;
  color: white;
}
@media only screen and (min-width: 600px) {
  .head-banner__text {
    font-size: 20px;
  }
}
.head-banner__link {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #ed6e46;
  font-size: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.head-banner__link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0;
  background-color: #ed6e46;
}
.head-banner__off {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.head-banner__off svg {
  width: 12px;
  height: 12px;
}

header h3 {
  font-family: "roboto", "poppins", Helvetica, Arial, sans-serif;
}

.bg-card {
  background-color: rgba(242, 242, 242, 0.11);
}

.bg-menu-main {
  /* Couleur de fond #2B312C avec ~52% d’opacité -> alpha 0.52 */
  background-color: rgba(43, 49, 44, 0.52);
  /* Applique un flou de 37px et
        un très léger ajustement de luminosité à 0.99 (~ -1%) */
  backdrop-filter: blur(37px) brightness(0.99);
  -webkit-backdrop-filter: blur(37px) brightness(0.99);
}

.active {
  color: #28ef91;
}

.bg-active .burger-line {
  background-color: #28ef91;
}

.header--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.5s ease, transform 0.8s ease;
  transition: opacity 0.5s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  pointer-events: auto;
}

.header--hide {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.5s ease, transform 0.8s ease;
  transition: opacity 0.5s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  pointer-events: auto;
}

/* Le conteneur du sous-menu */
.submenu-open {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  /* On part “fermé” */
}

/* Quand on ajoute .open, on force une min-height plus grande */
.submenu-open.open {
  height: 410px;
  /* Ajuste à la taille de ton contenu */
}

/* Les items en cascade */
.sub-item {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* Quand .submenu-open a .open, on affiche en cascade */
.submenu-open.open .sub-items-container .sub-item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* Stagger via nth-child pour un décalage progressif */
.submenu-open.open .sub-items-container .sub-item:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.submenu-open.open .sub-items-container .sub-item:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.submenu-open.open .sub-items-container .sub-item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.submenu-open.open .sub-items-container .sub-item:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.submenu-open.open .sub-items-container .sub-item:nth-child(5) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.submenu-open.open .sub-items-container .sub-item:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

/* etc. */
/* Optionnel : si tu veux un fade-out “en cascade” */
.submenu-open.closing .sub-item {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

/* On fige la min-height le temps du fade-out */
.submenu-open.closing {
  min-height: 410px;
}

.menu-open {
  overflow: hidden;
}

.menu-open .menu-main {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  pointer-events: none;
}

.menu-open.open .menu-main {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  pointer-events: auto;
}

.menu-open .menu-main-mobile {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.menu-open.open .menu-main-mobile {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.burger-line {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: -1px;
}

/* Quand le bouton est actif (menu ouvert) */
.bg-active .line-1 {
  -webkit-transform: rotate(15deg) translate(0, 3px);
          transform: rotate(15deg) translate(0, 3px);
}

.bg-active .line-2 {
  -webkit-transform: rotate(-15deg) translate(0, -3px);
          transform: rotate(-15deg) translate(0, -3px);
}

@media screen and (max-width: 1024px) {
  .submenu-open.open {
    height: 100%;
    /* Ajuste à la taille de ton contenu */
    display: inline-block;
  }

  .submenu-open {
    -webkit-transition: none;
    transition: none;
    display: none;
  }

  .wpml-ls-legacy-list-horizontal {
    padding: 0px;
  }
  .wpml-ls-legacy-list-horizontal a {
    padding: 0px;
  }
}
@media screen and (min-width: 1950px) {
  .submenu-open.open {
    height: 480px;
    /* Ajuste à la taille de ton contenu */
  }
}
/* Tablette (≈ 768 → 1280 px de large) + paysage
   + hauteur comprise entre 500 px et 700 px  */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) and (min-height: 500px) and (max-height: 700px) {
  .mobile-logo {
    width: 80%;
  }

  .menu-mobile .lg\:pt-40 {
    padding-top: 5rem !important;
  }
}
.cursors {
  padding: 150px 0;
}
.cursors__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cursors__introduction {
  width: 75%;
  margin-right: 25%;
  margin-bottom: 75px;
}
.cursors__subtitle {
  margin-bottom: 20px;
}
.cursors__text {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.cursors__button {
  border-radius: 0 !important;
}
.cursors__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cursors__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 20px);
  margin: 10px;
  height: 200px;
  background-color: black;
  color: #ffffff;
}

.cursor__ball {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
  height: 100px;
  width: 100px;
}
.cursor__ball svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball circle {
  shape-rendering: geometricPrecision;
  fill: #ccc;
  fill-opacity: 0;
  stroke: #ccc;
  stroke-width: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball--big svg {
  width: 100px;
  height: 100px;
}
.cursor__ball--small circle {
  fill-opacity: 1;
  stroke-width: 0;
}
.cursor__text {
  height: 100px;
  width: 100px;
}
.cursor__text p {
  color: #ffffff;
  opacity: 0;
  mix-blend-mode: difference;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image {
  width: 200px;
  height: 200px;
}
.cursor__image div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image div img {
  width: 100%;
}
.cursor--animate .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--expand .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--text .cursor__ball--small svg {
  opacity: 0;
}
.cursor--text .cursor__text p {
  opacity: 1;
}
.cursor--image .cursor__ball--small svg,
.cursor--image .cursor__ball--big svg {
  opacity: 0;
}
.cursor--image .cursor__image div {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor--other .cursor__ball--big svg circle {
  fill-opacity: 1;
  fill: #dafba1;
  stroke: #dafba1;
}

@media only screen and (min-width: 1024px) {
  .cursors__introduction {
    width: 33.33333%;
    margin-right: 16.66666%;
  }
  .cursors__content {
    width: 50%;
  }
}
.module-dropdown__content--opened {
  height: 0;
}

.move-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-lightbox {
  display: none;
}

.form-lightbox--active {
  display: inline-block !important;
}

/* Tablette (≈ 768 → 1280 px de large) + paysage
+ hauteur comprise entre 500 px et 700 px  */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) and (min-height: 500px) and (max-height: 700px) {
  .description {
    font-size: 22px;
  }
}
.preloader {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  z-index: 9999;
}

.preloader__container {
  width: 60%;
  max-width: 300px;
  text-align: center;
  color: #fff;
}

/* .preloader__bar {
	width: 100%;

	background: rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	overflow: hidden;
	margin-bottom: 12px;
}
.preloader__fill {
	width: 0%;
	height: 100%;
	background: #00a37a;
	transition: width 0.2s ease-out;
} */
.preloader__label {
  font-size: 0.9rem;
}

.preloader--hide {
  -webkit-animation: fadeOut 0.3s ease-in-out forwards;
          animation: fadeOut 0.3s ease-in-out forwards;
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.article_content-elements-paragraph ul li,
.article_content-elements-paragraph ol li {
  opacity: 1;
}
.article_content-elements-paragraph ol > li:first-of-type > ol,
.article_content-elements-paragraph ul > li:first-of-type > ul {
  opacity: 0.6;
  margin-bottom: 1rem;
}

.alignright {
  margin-left: auto;
}

.alignleft {
  margin-right: auto;
}

.aligncenter {
  margin: auto;
}

.expertise-card {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: background-color 0.05s linear, -webkit-transform 0.05s linear;
  transition: background-color 0.05s linear, -webkit-transform 0.05s linear;
  transition: transform 0.05s linear, background-color 0.05s linear;
  transition: transform 0.05s linear, background-color 0.05s linear, -webkit-transform 0.05s linear;
  will-change: transform;
}

.expertises-container {
  /* Sur mobile / petit écran */
  height: calc(var(--cards-count) * 80vh + 160px);
}

@media (max-width: 380px) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 100vh + 160px);
  }
}
@media (min-width: 1024px) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 60vh + 160px);
  }
}
@media (min-width: 1280px) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 80vh + 160px);
  }
}
@media (min-width: 1536) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 80vh + 160px);
  }
}
/* Tablette (≈ 768 → 1280 px de large) + paysage
+ hauteur comprise entre 500 px et 700 px  */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) and (min-height: 500px) and (max-height: 700px) {
  .home-header-element {
    height: 100vh;
  }

  .expertise-card {
    height: 90vh;
  }

  #expertises-card-0 {
    top: 10px !important;
  }
  #expertises-card-1 {
    top: 15px !important;
  }
  #expertises-card-2 {
    top: 20px !important;
  }
  #expertises-card-3 {
    top: 25px !important;
  }
  #expertises-card-4 {
    top: 30px !important;
  }
  #expertises-card-5 {
    top: 35px !important;
  }
  #expertises-card-6 {
    top: 40px !important;
  }

  .title-card {
    font-size: 30px;
  }

  .expertises-container {
    height: calc(var(--cards-count) * 90vh + 160px);
  }

  .testimonials.lg\:-bottom-44 {
    bottom: -8rem;
  }
  .testimonials.lg\:left-1\/3 {
    left: 20px;
  }
}
.expertises-container {
  position: relative;
}
.expertises-container .expertise-card {
  background-color: #faf7f7;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  will-change: background-color;
}

/* Tablette (≈ 768 → 1280 px de large) + paysage
+ hauteur comprise entre 500 px et 700 px  */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) and (min-height: 500px) and (max-height: 700px) {
  .single-expertises #parent-cards {
    width: 50%;
  }
  .single-expertises .cards {
    height: 120vh;
  }
  .single-expertises .cards .title-expertise {
    padding-top: 0px;
  }
  .single-expertises .card {
    width: 350px;
  }
  .single-expertises .expertise-page .description {
    font-size: 20px;
  }
}
/* Tablette (≈ 768 → 1280 px de large) + paysage
+ hauteur comprise entre 500 px et 700 px  */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) and (min-height: 500px) and (max-height: 700px) {
  .title-section-line {
    font-size: 40px;
  }
}
.expertise-card {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: background-color 0.05s linear, -webkit-transform 0.05s linear;
  transition: background-color 0.05s linear, -webkit-transform 0.05s linear;
  transition: transform 0.05s linear, background-color 0.05s linear;
  transition: transform 0.05s linear, background-color 0.05s linear, -webkit-transform 0.05s linear;
  will-change: transform;
}

.expertises-container {
  /* Sur mobile / petit écran */
  height: calc(var(--cards-count) * 80vh + 160px);
}

@media (max-width: 380px) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 100vh + 160px);
  }
}
@media (min-width: 1024px) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 60vh + 160px);
  }
}
@media (min-width: 1280px) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 80vh + 160px);
  }
}
@media (min-width: 1536) {
  /* = Tailwind "xl:" breakpoint */
  .expertises-container {
    height: calc(var(--cards-count) * 80vh + 160px);
  }
}
/* Tablette (≈ 768 → 1280 px de large) + paysage
+ hauteur comprise entre 500 px et 700 px  */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) and (min-height: 500px) and (max-height: 700px) {
  .page-template-tp-about .main-content {
    padding-top: 30vh;
  }
  .page-template-tp-about .card {
    height: 400px;
  }
  .page-template-tp-about .card .image {
    height: 100%;
  }
}
.formations-content:hover * {
  color: white !important;
}

.formations-content:hover .categories {
  border-color: white !important;
}

.styleguide {
  background-color: #ffffff;
}
.styleguide__container, .styleguide__title-container, .styleguide__list-container, .styleguide__text-container {
  padding-top: 2em;
  padding-bottom: 2em;
}
.styleguide__container--black, .styleguide__title-container--black, .styleguide__list-container--black, .styleguide__text-container--black {
  background-color: #2b312c;
}
.styleguide__container--green, .styleguide__title-container--green, .styleguide__list-container--green, .styleguide__text-container--green {
  background-color: #898c8a;
}
.styleguide__name {
  color: #2b312c;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.styleguide__intro {
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.styleguide__wysiwyg-title {
  color: #2b312c;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.page-template-tp-policy-privacy .main-content ul,
.page-template-tp-policy-privacy .main-content li {
  list-style: initial !important;
  padding: revert !important;
}

@media print {
  @page {
    size: portrait;
  }
  *,
*::before,
*::after {
    color: #000 !important;
  }

  body {
    max-width: 670px;
  }

  html {
    font-size: 10px !important;
  }
}
.wolfpack-container {
  position: relative;
  z-index: 2;
}

[data-wolfpack] {
  pointer-events: all;
}

[data-wolfpack-section] {
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

body {
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}
body.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.dragging [data-wolfpack] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

[data-scrollbar] {
  pointer-events: all;
  width: 10px;
  height: 100%;
  position: absolute;
  z-index: 111;
  top: 0px;
  right: 0px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
[data-scrollbar]:hover {
  opacity: 1;
}
[data-scrollbar].scrollbar--show {
  opacity: 1;
}
[data-scrollbar].scrollbar--show :hover {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scrollbar-thumb] {
  width: 8px;
  height: 100px;
  margin-right: 0 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0.5;
  background-color: #000;
  border-radius: 150px;
}

[data-marquee-container] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

[data-marquee-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee linear infinite running;
          animation: marquee linear infinite running;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
[data-stay] {
  position: absolute;
}

[data-cursor-container] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: none;
}

[data-cursor-pointer] {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: fixed;
  z-index: 111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-cursor-pointer] svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

[data-cursor] {
  cursor: none;
}

@media only screen and (max-width: 1024px) {
  html,
body {
    cursor: auto;
  }

  [data-cursor-container] {
    display: none;
  }

  [data-scrollbar] {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
[data-separate-characters] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-separate-characters] .separate-character__letter {
  display: inline-block;
}

[data-separate-words] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-separate-words] .separate-words__word {
  display: inline-block;
}

[data-form] input,
[data-form] textarea,
[data-form] select,
[data-form] label {
  cursor: none;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.height-calc {
  height: 100vh;
}
/*# sourceMappingURL=main.css.map */
