@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap);
@charset "UTF-8";
/* BASE */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
* {
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
  text-underline-offset: 4px;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
html::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.item-link{
  border-color: transparent;
}
/* COMPOSANTS */
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1780px){
  .container{
    max-width: 1780px;
  }
}
/* SITE LAYOUT ======================================= */
@media (min-width: 768px){
  .layout-wrap{
    display: flex;
    flex-direction: row-reverse;
  }
}
.layout-wrap .theWindow{
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow: clip;
}
@media (min-width: 768px){
  .layout-wrap .theWindow{
    padding-right: 100px;
  }
}
@media (min-width: 1280px){
  .layout-wrap .theWindow{
    padding-right: 115px;
  }
}
@media (min-width: 1536px){
  .layout-wrap .theWindow{
    padding-right: 130px;
  }
}
.layout-wrap .myHeader{
  position: fixed;
  bottom: 0px;
  width: 100%;
}
@media (min-width: 768px){
  .layout-wrap .myHeader{
    right: 0px;
    display: block;
    height: 100%;
    min-height: 100vh;
    width: 100px;
  }
}
@media (min-width: 1280px){
  .layout-wrap .myHeader{
    width: 115px;
  }
}
@media (min-width: 1536px){
  .layout-wrap .myHeader{
    width: 130px;
  }
}
.layout-wrap .myHeader__wrap{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){
  .layout-wrap .myHeader__wrap{
    height: 100vh;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.layout-wrap main{
  width: 100%;
}
/* CONTENT LAYOUTS ======================================= */
.content-grid{
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.content-grid__container{
  grid-column-start: 1;
  grid-column-end: 11;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px){
  .content-grid__container{
    grid-column-start: 3;
    grid-column-end: 10;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-grid__container.margin-left{
    grid-column-start: 3;
    grid-column-end: 11;
  }
  .content-grid__container.margin-left.margin-right, .content-grid__container.margin-left .margin-right{
    margin-right: calc(100% / 8);
  }
}
@media (min-width: 1024px){
  .content-grid__container .col .margin-right{
    margin-right: 0px;
  }
}
.content-grid__container.full-page{
  grid-column: 1 / -1;
}
@media (min-width: 768px){
  .content-grid__container.full-page{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
section{
  position: relative;
}
.template-only-footer .page-content{
  margin-top: 3rem;
}
@media (min-width: 1536px){
  .template-only-footer .page-content{
    margin-top: 4rem;
  }
}
.container-text{
  max-width: 650px;
}
@media (min-width: 1280px){
  .container-text{
    max-width: 750px;
  }
}
.container-flex{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.container-flex .btn{
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 1280px){
  .container-flex .btn{
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
.center-absolute{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.center-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.col{
  display: grid;
  gap: 3.5rem;
}
.col--2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col--3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col--4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col--5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.col > *{
  position: relative;
}
.col > * .image--full{
  position: absolute;
}
.col-fluid{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.col-fluid--2{
  max-width: 1560px;
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 640px){
  .col-fluid--2{
    -moz-columns: 2;
         columns: 2;
  }
}
.col-fluid--3{
  max-width: 2340px;
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 640px){
  .col-fluid--3{
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1536px){
  .col-fluid--3{
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .col-fluid p.bigger{
    -moz-column-break-after: column;
         break-after: column;
  }
}
@media (min-width: 640px){
  .col--2 .col-fluid--2{
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 1536px){
  .col--2 .col-fluid--2{
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (max-width: 1536px) {
  .col--4, .col--5{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1280px) {
  .col--3, .col--4, .col--5{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .col--2, .col--3, .col--4, .col--5{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@font-face {
  font-family: "stoner";
  src: url("../fonts/stoner/Stoner-ExtraBold.eot");
  src: url("../fonts/stoner/Stoner-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/stoner/stoner-extrabold-webfont.woff2") format("woff2"), url("../fonts/stoner/stoner-extrabold-webfont.woff") format("woff"), url("../fonts/stoner/Stoner-ExtraBold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stoner";
  src: url("../fonts/stoner/StonerHeavy.eot");
  src: url("../fonts/stoner/StonerHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/stoner/StonerHeavy.woff2") format("woff2"), url("../fonts/stoner/StonerHeavy.woff") format("woff"), url("../fonts/stoner/StonerHeavy.ttf") format("truetype"), url("../fonts/stoner/StonerHeavy.svg#StonerHeavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixel Operator";
  src: url("../fonts/pixels/PixelOperator-Bold.eot");
  src: url("../fonts/pixels/PixelOperator-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pixels/PixelOperator-Bold.woff2") format("woff2"), url("../fonts/pixels/PixelOperator-Bold.woff") format("woff"), url("../fonts/pixels/PixelOperator-Bold.ttf") format("truetype"), url("../fonts/pixels/PixelOperator-Bold.svg#PixelOperator-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixel Operator";
  src: url("../fonts/pixels/PixelOperator.eot");
  src: url("../fonts/pixels/PixelOperator.eot?#iefix") format("embedded-opentype"), url("../fonts/pixels/PixelOperator.woff2") format("woff2"), url("../fonts/pixels/PixelOperator.woff") format("woff"), url("../fonts/pixels/PixelOperator.ttf") format("truetype"), url("../fonts/pixels/PixelOperator.svg#PixelOperator") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html{
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: clamp(16px, 1.3vw, 20px);
}
h1, h2, h3, h4, h5, h6{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 {
  font-size: clamp(5.5rem, 8vw, 10rem);
}
.template-article-news h1,
h2{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .template-article-news h1,
h2{
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.6rem;
  }
}
.template-article-news h1,
h2 {
  -webkit-hyphens: auto;
          hyphens: auto;
}
h3{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.pixel-subtitle{
  font-family: Pixel Operator;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: clamp(3rem, 5vw, 10rem);
    line-height: clamp(3.2rem, 5.5vw, 10rem);
  }
}
h1, h2{
  margin-bottom: 1.25rem;
}
h3, h4{
  margin-bottom: 1rem;
}
.head-section p{
  max-width: 850px;
  font-family: Pixel Operator;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .head-section p{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
p,
.p-style{
  margin-bottom: 1rem;
  font-size: 1.15rem;
  line-height: 1.65rem;
  max-width: 780px;
}
p.bigger,
.p-style.bigger{
  font-size: 1.2rem;
  font-weight: 700;
}
#page-content p a{
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
#page-content p a:hover{
  text-decoration-line: underline;
}
.article__description ul,
ul.list1{
  list-style-type: none;
  font-size: 1.20rem;
  line-height: 1.75rem;
}
.article__description ul li,
ul.list1 li{
  position: relative;
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-left: 2rem;
  max-width: 780px;
}
.article__description ul li::before,
ul.list1 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: .7rem;
  height: 6px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding: 0px;
}
ul.list-num{
  list-style-type: none;
  font-size: 1.20rem;
  line-height: 1.75rem;
}
ul.list-num li{
  position: relative;
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-left: 2rem;
  max-width: 780px;
  counter-increment: item;
}
ul.list-num li::before {
  content: counter(item);
  position: absolute;
  left: 0px;
  top: -1px;
  display: inline-block;
  padding: 0px;
  font-family: Pixel Operator;
  font-size: 1.50rem;
  font-weight: 700;
}
ul.list-num li:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 1.2rem;
  height: 3px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
p a, .p-style a, ul.list1 a{
  font-family: Pixel Operator;
  text-decoration-line: underline;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: clamp(16px, 0.75vw, 21px);
  }
}
a.btn,
button.btn{
  display: table;
  font-family: Pixel Operator;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
a.btn:hover,
button.btn:hover{
  text-decoration-line: none;
}
a.btn--big,
button.btn--big{
  text-decoration-line: none;
}
a.btn--big .btn-big__wrap,
button.btn--big .btn-big__wrap{
  display: table;
  height: 72px;
}
@media (min-width: 768px){
  a.btn--big .btn-big__wrap,
button.btn--big .btn-big__wrap{
    height: 90px;
  }
}
a.btn--big .btn-big__wrap > span,
button.btn--big .btn-big__wrap > span{
  display: table-cell;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  border-top-width: 8px;
  border-bottom-width: 8px;
}
@media (min-width: 768px){
  a.btn--big .btn-big__wrap > span,
button.btn--big .btn-big__wrap > span{
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
a.btn--big svg,
button.btn--big svg{
  height: 72px;
  width: 32px;
}
@media (min-width: 768px){
  a.btn--big svg,
button.btn--big svg{
    height: 90px;
    width: 40px;
  }
}
a.btn--big svg rect,
button.btn--big svg rect{
  fill: #111111;
}
a.btn--big svg polygon,
button.btn--big svg polygon{
  fill: #fff;
}
a.btn--big svg:last-child,
button.btn--big svg:last-child{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
a.btn--big:hover span,
button.btn--big:hover span{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
a.btn--big:hover svg polygon,
button.btn--big:hover svg polygon{
  fill: #111111;
}
a.btn--svgIcone,
button.btn--svgIcone{
  display: flex;
  align-items: center;
}
a.btn--svgIcone svg,
button.btn--svgIcone svg{
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.75rem;
}
label{
  pointer-events: none;
  margin-top: 0.5rem;
  display: table;
  width: 100%;
  font-family: Pixel Operator;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  cursor: auto;
}
label .input-wrap, label .nice-select{
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
label input, label textarea, label a, label .nice-select{
  pointer-events: auto;
}
label span.required{
  --tw-text-opacity: 1;
  color: rgb(230 28 36 / var(--tw-text-opacity, 1));
}
input, textarea, .nice-select{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-family: Pixel Operator;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input::-moz-placeholder, textarea::-moz-placeholder, .nice-select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
input::placeholder, textarea::placeholder, .nice-select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
input:focus, input:active, textarea:focus, textarea:active, .nice-select:focus, .nice-select:active{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
textarea{
  min-height: 120px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.badge {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul,
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-top: 10px;
}
.badge li:first-child {
  margin-top: 0;
}
.page-content .nice-select{
  bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.page-content .nice-select, .page-content .nice-select .list{
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-content .nice-select .current{
  text-decoration-line: underline;
}
.page-content .nice-select:hover .current{
  text-decoration-line: none;
}
.page-content .nice-select .list{
  margin-top: 0px;
  width: 100%;
}
.page-content .nice-select .list .option{
  font-weight: 700;
}
.page-content .nice-select .list .option.selected.focus, .page-content .nice-select .list .option.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.page-content .nice-select .option.selected.focus,
.page-content .nice-select .option.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-content .nice-select .option:hover,
.page-content .nice-select .option.focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
form .form-element .input-wrap{
  position: relative;
}
form .form-element .input-wrap::before {
  content: "";
  height: 10px;
  width: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1));
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 20;
  display: inline-block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
form .form-element .input-wrap::after {
  content: "";
  height: 50px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  position: absolute;
  top: 100%;
  right: 20px;
  z-index: 0;
  display: inline-block;
}
form .form-element .input-wrap input{
  position: relative;
  z-index: 10;
}
form .form-element .input-wrap--textarea::before{
  top: 24px;
}
form .form-element .input-wrap--last::after{
  background-color: transparent;
}
form .form-element--correct .input-wrap::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 69 / var(--tw-bg-opacity, 1));
}
form .form-element--error .input-wrap::before{
  --tw-bg-opacity: 1;
  background-color: rgb(230 28 36 / var(--tw-bg-opacity, 1));
}
form .form-element--focused label{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
form .form-element--focused label input, form .form-element--focused label textarea{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
form .form-element--focused label input::-moz-placeholder, form .form-element--focused label textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
form .form-element--focused label input::placeholder, form .form-element--focused label textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
form .form-element--focused .input-wrap::before{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.menu-fullpage__contact label{
  color: transparent;
}
.menu-fullpage__contact a.btn,
.menu-fullpage__contact button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.image--left img{
  margin-right: auto;
}
.image--right img{
  margin-left: auto;
}
.image--center img{
  margin-left: auto;
  margin-right: auto;
}
.image--full{
  height: 100%;
  width: 100%;
  -moz-column-break-before: column;
       break-before: column;
  -moz-column-break-after: column;
       break-after: column;
}
.image--full img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--square{
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.image--square img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--parallax{
  height: 300px;
  overflow: hidden;
}
@media (min-width: 768px){
  .image--parallax{
    height: 430px;
  }
}
.image--parallax img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--shadow{
  position: relative;
}
.image--shadow:after {
  content: "";
  position: absolute;
  left: -2.5rem;
  bottom: -2.5rem;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.fancybox__container {
  z-index: 99999;
}
/* pour les vidéos responsive */
.video-editable .video-wrapper{
  position: relative;
  height: 0px;
  padding-bottom: 56.25; /* 16:9 */
}
.video-editable .video-wrapper iframe,
.video-editable .video-wrapper object,
.video-editable .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-editable--square .video-wrapper{
  padding-bottom: 100%; /* 1:1 */
}
.video-projects{
  width: 100%;
}
.video-projects__wrap{
  position: relative;
  padding-bottom: 100%;
}
.video-projects__wrap video{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-projects #video-project{
  z-index: 0;
}
.video-projects #video-transition{
  visibility: hidden;
  z-index: 10;
}
.video--playInView video{
  pointer-events: none;
}
.laptop-videoBanner{
  width: 100%;
}
.laptop-videoBanner video{
  width: 100%;
  transform-origin: center;
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .laptop-videoBanner video{
    transform-origin: left;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.svg-logo__snow{
  fill: transparent;
}
.svg-logo__toSnow, .svg-logo__ground{
  fill: #111111;
}
.icone-expert{
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform-style: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.icone-expert svg:not(.svg-device),
.icone-expert > div{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.icone-expert rect{
  visibility: hidden;
}
.darkmode .svg-logo__snow, .darkmode .svg-logo__toSnow{
  fill: #fff;
}
.darkmode .svg-logo__ground{
  fill: transparent;
}
.darkmode .no-darkmode .svg-logo__snow{
  fill: transparent;
}
.darkmode .no-darkmode .svg-logo__ground, .darkmode .no-darkmode .svg-logo__toSnow{
  fill: #111111;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.projects-head{
  display: grid;
  height: 100vh;
  width: 100%;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.projects-head__wrap{
  grid-column-start: 2;
  grid-column-end: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-head .swiper-projects{
  position: relative;
  width: 100%;
  max-width: 1800px;
  overflow: hidden;
}
.projects-head .swiper-projects .whiteBg{
  position: absolute;
  top: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  height: calc(100% - 80px);
  width: 87.5%;
}
.projects-head .swiper-projects .swiper-slide__wrap{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.projects-head .swiper-projects .swiper-slide__wrap > *{
  width: 50%;
}
.projects-head .swiper-projects .swiper-slide__video{
  position: relative;
  padding-right: 1.25rem;
  top: 80px;
}
.projects-head .swiper-projects .swiper-slide__video__wrap{
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.projects-head .swiper-projects .swiper-slide__video__wrap video{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-head .swiper-projects .swiper-slide__video__wrap .pixel{
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.projects-head .swiper-projects .swiper-slide__content{
  overflow: hidden;
  padding-top: 80px;
}
.projects-head .swiper-projects .swiper-slide__content__wrap{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 1.25rem;
}
.projects-head .swiper-projects .swiper-slide__content__wrap > *{
  padding-right: 2.5rem;
}
.projects-head .swiper-projects .swiper-slide__content .category{
  margin-left: auto;
  display: block;
  width: 100%;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.projects-head .swiper-projects .swiper-slide__content .category span{
  opacity: 0;
}
.projects-head .swiper-projects .swiper-slide__content h2{
  margin-top: 1.25rem;
  font-family: Pixel Operator;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
}
.projects-head .swiper-projects .swiper-slide__content .writing{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.projects-head .swiper-projects .swiper-slide__content .writing p{
  margin-bottom: 2.5rem;
}
.projects-head .swiper-projects .swiper-slide__content .writing__cursor{
  top: 0px;
  height: 1rem;
  width: 3px;
}
.projects-head .swiper-projects .swiper-navigation{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 80px;
}
.projects-head .swiper-projects .swiper-navigation, .projects-head .swiper-projects .swiper-navigation a.btn{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.projects-head .swiper-projects .swiper-navigation__wrap{
  position: relative;
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.projects-head .swiper-projects .swiper-navigation__wrap .swiper-pagination{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.projects-head .swiper-projects .swiper-navigation__wrap .swiper-button{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.projects-head .swiper-projects .swiper-navigation__wrap .swiper-button__next, .projects-head .swiper-projects .swiper-navigation__wrap .swiper-button__prev{
  font-family: Pixel Operator;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
}
.swiper-actu{
  overflow: hidden;
  text-align: left;
}
.swiper-actu .swiper-button{
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.swiper-actu .swiper-button__next, .swiper-actu .swiper-button__prev, .swiper-actu .swiper-button__all{
  position: relative;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.swiper-actu .swiper-button__next:hover, .swiper-actu .swiper-button__prev:hover, .swiper-actu .swiper-button__all:hover{
  text-decoration-line: none;
}
.swiper-actu .swiper-button__next a, .swiper-actu .swiper-button__prev a, .swiper-actu .swiper-button__all a{
  white-space: nowrap;
}
.swiper-actu .swiper-button__separation{
  width: 100%;
  border-bottom-width: 4px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
@media (min-width: 768px){
  .swiper-actu .swiper-button__separation{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.swiper-actu .swiper-slide__link{
  display: flex;
  flex-direction: column-reverse;
}
.swiper-actu .swiper-slide__wrap{
  position: relative;
  margin-bottom: 0.5rem;
  width: 100%;
}
.swiper-actu .swiper-slide__titles{
  font-weight: 900;
}
.swiper-actu .swiper-slide__titles h2{
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.swiper-actu .swiper-slide__description{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.swiper-actu .swiper-slide__description .exerpt{
  font-size: 0.875rem;
  line-height: 1rem;
}
.swiper-actu .swiper-slide:hover .description{
  opacity: 1;
}
.swiper-clients{
  width: 100%;
  overflow-x: hidden;
}
.swiper-clients .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-clients .swiper-slide__wrap{
  position: relative;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding-bottom: 100%;
}
.swiper-clients .swiper-slide__wrap img{
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swiper-clients .swiper-slide:hover .swiper-slide__wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.swiper-clients .swiper-slide:hover .swiper-slide__wrap img {
  filter: invert(1);
}
.swiper-clients .swiper-pagination,
.swiper-clients .swiper-button-next,
.swiper-clients .swiper-button-prev{
  display: none;
}
/* GRID */
.pixels-grid{
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 0px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* pixel */
.pixel{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  opacity: 0;
}
.pixelsBg{
  position: absolute;
  z-index: -50;
  height: 100%;
  width: 100%;
}
.pixelsBg--black .pixel{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.pixelsBg--white .pixel{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.pixelsBg--myGrays-100 .pixel{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.pixelsGrid-transition-wrap{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 9999;
}
.pixelsGrid-transition-wrap #pixelsGrid-transition .pixel{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toAnim, .forAnim rect{
  visibility: hidden;
}
.gsap-marker-end, .gsap-marker-start,
.gsap-marker-scroller-end, .gsap-marker-scroller-start {
  z-index: 99999 !important;
}
.tilting,
.tilting__wrap,
.for3D {
  transform-style: preserve-3d;
  transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}
.writing{
  visibility: hidden;
}
.writing__cursor{
  visibility: hidden;
  position: relative;
  top: 2px;
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.7rem;
  width: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.pixel-subtitle{
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: block;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
ul.list-circle > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
ul.list-circle{
  padding-left: 1.25rem;
  list-style-type: square;
}
.space-xs{
  height: 1.5rem;
}
.space-sm {
  height: clamp(30px, 3vw, 60px);
}
.space {
  height: clamp(40px, 3.5vw, 80px);
}
.space-lg {
  height: clamp(50px, 5vw, 100px);
}
.space-xl {
  height: clamp(80px, 9vw, 200px);
}
.space-2xl {
  height: clamp(150px, 20vw, 500px);
}
.contact-snippet{
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.contact-snippet .item-link, .contact-snippet a{
  display: flex;
  align-items: center;
}
.contact-snippet .item-link > :not([hidden]) ~ :not([hidden]), .contact-snippet a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.contact-snippet .item-link, .contact-snippet a{
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.contact-snippet .item-link svg, .contact-snippet a svg{
  height: 35px;
  width: 35px;
  fill: #e5e7eb;
}
.contact-snippet__item{
  padding-bottom: 0.5rem;
  line-height: 1rem;
}
.contact-snippet__item:hover svg{
  fill: inherit;
}
.sct-2cols-img .col--2 .col.col--2{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1280px){
  .sct-2cols-img .col--2 .col.col--2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sct-2cols-img .col--2 > div:last-child{
  position: relative;
}
.sct-2cols-img .image--parallax{
  height: 100%;
}
@media (min-width: 768px){
  .sct-2cols-img .image--parallax{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .sct-2cols-img .image--parallax{
    position: absolute;
  }
}
@media (min-width: 1536px){
  .sct-2cols-img--big .col--2{
    grid-template-columns: 1fr 2fr;
  }
}
.cards{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .cards{
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.cards{
  border-color: transparent;
}
.cards .item-link{
  display: block;
  height: 100%;
  border-bottom-width: 8px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
}
.cards__item{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cards__item .function-box{
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cards__item .function-box__content{
  height: 100%;
  font-family: Pixel Operator;
  padding-bottom: 4px !important;
}
.cards__item .function-box__content h3{
  font-size: 1.65rem;
}
.cards__item .function-box__content p{
  font-size: 1.25rem;
  line-height: 1.3rem;
}
.cards__item .function-box__foot .writing--funBoxCTA{
  display: none;
  width: 100%;
  padding-top: 0.5rem;
  text-align: right;
  font-family: Pixel Operator;
  font-weight: 700;
  text-transform: uppercase;
}
.cards__item .function-box__foot .writing__cursor{
  height: .85rem;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1));
}
.cards a.item-link:hover .writing--funBoxCTA{
  display: block;
}
.col .cards{
  padding-top: 0px;
  padding-bottom: 0px;
}
.col2-reversed-list__item{
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px){
  .col2-reversed-list__item{
    flex-direction: row;
  }
}
.col2-reversed-list__item > *{
  width: 100%;
}
@media (min-width: 1280px){
  .col2-reversed-list__item > *{
    width: 50%;
  }
  .col2-reversed-list__item:nth-child(odd) .col2-reversed-list__text{
    padding-left: 2.5rem;
  }
  .col2-reversed-list__item:nth-child(even){
    flex-direction: row-reverse;
  }
  .col2-reversed-list__item:nth-child(even) .col2-reversed-list__text{
    padding-right: 2.5rem;
  }
}
.col2-reversed-list__item:last-child{
  margin-bottom: 0px;
}
.col2-reversed-list__image figure{
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
}
.col2-reversed-list__image figure img{
  position: absolute;
}
.col2-reversed-list__text{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.col2-reversed-list__text > *:last-child{
  margin-bottom: 0px;
}
.icons-grid{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .icons-grid{
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}
.icons-grid h3{
  font-family: Pixel Operator;
  font-size: 1rem;
  line-height: 1.5rem;
}
.icons-grid__list{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .icons-grid__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    row-gap: 2.5rem;
  }
}
@media (min-width: 1024px){
  .icons-grid__list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.icons-grid__item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-grid__item:hover .writing--funBoxCTA{
  display: block;
}
.icons-grid__icon{
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 120px;
}
.icons-grid__icon svg, .icons-grid__icon img{
  height: auto;
  width: 100%;
}
.icons-grid__icon svg{
  fill: #111111;
}
.icons-grid .writing__cursor{
  height: 0.75rem;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.quote{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 780px;
}
.quote__icone svg{
  width: 54px;
  fill: #fff;
}
.quote__content{
  padding-left: 2.5rem;
}
.quote__content p{
  margin-bottom: 0px;
  font-family: Pixel Operator;
  font-size: 1.3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.quote__content .writing__cursor{
  height: 1rem;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1));
}
.col-fluid--2 .quote{
  display: block;
}
@media (min-width: 1024px){
  .col-fluid--2 .quote{
    display: flex;
  }
}
.col-fluid--2 .quote__content{
  padding-left: 0px;
  padding-top: 1.5rem;
}
@media (min-width: 1024px){
  .col-fluid--2 .quote__content{
    padding-left: 2.5rem;
    padding-top: 0px;
  }
}
.accordion{
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.accordion__menu h2{
  margin-bottom: 0px;
  font-family: Pixel Operator;
  font-size: 1.5rem;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.accordion__content{
  height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.accordion__content *:last-child{
  margin-bottom: 0px;
}
.accordion__menu, .accordion__content-wrap{
  padding: 20px;
}
@media (min-width: 1024px){
  .accordion__menu, .accordion__content-wrap{
    padding: 2vw;
  }
}
@media (min-width: 1536px){
  .accordion__menu, .accordion__content-wrap{
    padding: 1.5vw;
  }
}
.accordion__item:nth-child(odd) .accordion__menu{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.accordion__item:nth-child(even) .accordion__menu{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.accordion__item .curly{
  display: none;
  font-family: Pixel Operator;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.accordion__item:last-child{
  margin-bottom: 0px;
}
.accordion__item--active .accordion__menu, .accordion__item:hover .accordion__menu{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1)) !important;
}
.accordion__item--active .accordion__menu h2, .accordion__item:hover .accordion__menu h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.accordion__item--active .curly {
  display: block;
}
.tabs{
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0px;
}
.tabs > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tabs .tab{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  height: 45px;
  width: 45px;
}
@media (min-width: 768px){
  .tabs .tab{
    height: 90px;
    width: 90px;
  }
}
.tabs .tab .icone-expert{
  width: 80%;
}
.tabs .tab .icone-expert g > *{
  fill: #fff;
}
.tabs .tab:hover .hover-randomColor__fill g > *{
  fill: inherit;
}
.tabs .tab--active .hover-randomColor__fill g > *{
  fill: inherit;
}
.panels .panel{
  display: none;
}
.panels .panel--active{
  display: block;
}
.gray-background{
  position: absolute;
  z-index: -50;
  height: 100%;
  width: 100%;
}
.menu-social__list__item{
  height: 3.5rem;
  width: 3.5rem;
}
.menu-social__list__item .social-icone__hover rect{
  visibility: hidden;
}
.head-section{
  position: relative;
  margin-bottom: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.head-section__wrap h1{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  -webkit-text-stroke: 4px #111111;
}
.head-section__wrap span.stroke-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.head-section .container-flex{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.head-section .container-flex .btn{
  margin-right: 1.5rem;
}
@media (min-width: 1024px){
  .head-section .container-flex .btn{
    margin-right: 3rem;
  }
}
.breadcrumbs{
  margin-bottom: 2rem;
  display: flex;
  font-family: Pixel Operator;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
}
.breadcrumbs li{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-decoration-line: underline;
}
.breadcrumbs li:first-child{
  margin-left: 0px;
}
.breadcrumbs li:last-child{
  margin-right: 0px;
  text-decoration-line: none;
}
.breadcrumbs li:hover{
  text-decoration-line: none;
}
.function-box__head, .function-box__foot{
  display: flex;
}
.function-box__head h2, .function-box__head .curly, .function-box__foot h2, .function-box__foot .curly{
  margin: 0px;
  font-family: Pixel Operator;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.function-box__content{
  border-left-width: 3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.function-box__content *:last-child{
  margin-bottom: 0px;
}
.function-box__separation{
  width: 33.333333%;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  margin-top: clamp(30px, 3vw, 80px);
  margin-bottom: clamp(30px, 3vw, 80px);
}
.function-box__separation.large{
  width: 66.666667%;
}
.function-box__container, .function-box__container--gray {
  padding-left: clamp(15px, 3vw, 80px);
}
.function-box__container--gray{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  margin-top: clamp(30px, 3vw, 80px);
  margin-bottom: clamp(30px, 3vw, 80px);
}
.function-box__container--gray .function-box{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.function-box__container--gray .function-box .function-box__head h3, .function-box__container--gray .function-box .function-box__head .curly,
.function-box__container--gray .function-box .function-box__foot h3,
.function-box__container--gray .function-box .function-box__foot .curly{
  margin: 0px;
  font-family: Pixel Operator;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.function-box__container--gray .function-box .function-box__content{
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
}
.function-box--dark{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.function-box--dark .function-box__head h2, .function-box--dark .function-box__head .curly,
.function-box--dark .function-box__foot h2,
.function-box--dark .function-box__foot .curly{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.function-box--dark .function-box__content{
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
}
.function-box--dark .function-box__container{
  padding-left: 0.75rem;
}
.function-box--dark .function-box__separation{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}
.function-box--dark .function-box__container{
  padding-left: 0.75rem;
}
.function-box--news .function-box__content{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.function-box--news .function-box__container{
  padding-left: 0.5rem;
}
.function-box--news .function-box__separation{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.function-box--news .function-box__content, .function-box--news .function-box__separation{
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.25;
}
.function-box--news .curly{
  font-size: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}
.summary .summary__list a{
  display: block;
  text-decoration-line: none;
}
.summary .summary__item{
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Pixel Operator;
  font-weight: 700;
  line-height: 1.15rem;
  border-left-width: 4px;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.summary .summary__item .has-sublist{
  margin-bottom: 0.5rem;
}
.summary .summary__item > a{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.summary .summary__item > a:hover, .summary .summary__item > a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.summary .summary__item--active > a{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.summary .summary__item--active > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}
.summary .summary__item::before {
  content: none;
}
.summary .summary__subitem{
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
}
.summary .summary__subitem::before{
  margin-top: 0.4rem;
  background-color: transparent;
}
.summary .summary__subitem--active::before{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.summary .summary__subitem:first-child{
  margin-top: 0.5rem;
}
.summary .summary__subitem:last-child{
  padding-bottom: 0.5rem;
}
.summary .summary__subitem:hover > a{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.summary .summary__subitem:hover :before{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.summary .summary__subitem > a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.summary .summary__subitem--active:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1280px){
  .article .summary{
    display: none;
  }
}
.article .summary .summary__subitem::before{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1280px){
  .projects__wrap{
    margin-top: 2.5rem;
    display: flex;
  }
  .projects__wrap > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.projects__selectors{
  margin-top: 8rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-transform: uppercase;
}
@media (min-width: 1280px){
  .projects__selectors{
    width: 30%;
    min-width: 200px;
  }
}
.projects__selectors .projects-filter{
  padding-bottom: 2.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1280px){
  .projects__selectors .projects-filter{
    margin-bottom: 1.5rem;
  }
}
.projects__selectors .projects-filter .current{
  font-size: 1.5rem;
  line-height: 2rem;
}
.projects__selectors .projects-scrollbar{
  height: 100%;
  width: 1.75rem;
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.projects__selectors .projects-list{
  width: 100%;
}
.projects__selectors .projects-list__item{
  width: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.projects__selectors .projects-list__item > a{
  display: block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.projects__selectors .projects-list__item.focus > a{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  color: inherit;
}
.projects__controls{
  width: 100%;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  .projects__controls{
    display: none;
  }
}
.projects__controls__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.projects__controls__prev, .projects__controls__next{
  display: flex;
  align-items: center;
  font-family: Pixel Operator;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
.projects__controls__prev span, .projects__controls__next span{
  padding-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.projects .project-show{
  max-height: 100vh;
  width: 100%;
}
.projects .project-show__item{
  display: flex;
  width: 100%;
  max-width: 85vh;
}
.projects .project-show__item > a{
  display: block;
  width: 100%;
}
.projects .project-show__title{
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}
@media (min-width: 1280px){
  .projects .project-show__title{
    height: 8rem;
    justify-content: flex-end;
  }
}
.projects .project-show__title > h2{
  margin: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media (min-width: 768px){
  .projects .project-show__title > h2{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .projects .project-show__title > h2{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: right;
    font-size: 3.75rem;
    line-height: 1;
  }
}
.projects .project-show__category{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  display: none;
  width: 2.25rem;
  font-family: Pixel Operator;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px){
  .projects .project-show__category{
    display: block;
  }
}
@media (min-width: 1280px){
  .projects .project-show__category{
    margin-left: 1rem;
    margin-right: 5rem;
    margin-top: 8rem;
    padding-top: 0px;
  }
}
.projects .project-show__category {
  writing-mode: vertical-rl;
}
.projects .project-show__video{
  border-width: 10px;
  border: transparent;
}
.projects .project-show__video .video-projects, .projects .project-show__video .video-projects__wrap{
  width: 100%;
}
.projects .project-show__video .video-projects__wrap{
  position: relative;
  height: 0px;
  padding-bottom: 100%;
}
.projects .project-show__video .video-projects__wrap video{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .project-show__description{
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
}
@media (min-width: 1280px){
  .projects .project-show__description{
    margin-top: 1rem;
  }
}
.projects .project-show__description .writing__cursor{
  height: 1rem;
  width: 3px;
}
.projects-grid__list{
  gap: 0px;
}
.projects-grid__item{
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 100%;
}
.projects-grid__text, .projects-grid__image, .projects-grid__video{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.projects-grid__text{
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: rotateX(0);
}
.projects-grid__text h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.projects-grid__text span.category{
  position: absolute;
  bottom: 0.5rem;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.projects-grid__image{
  z-index: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.projects-grid__video{
  z-index: 20;
  display: block;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.projects-grid__cta{
  position: absolute;
  bottom: 7%;
  right: 0px;
  z-index: 30;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Pixel Operator;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-translate-x: 101%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.projects-grid__item:hover .projects-grid__image{
  opacity: 0;
}
.projects-grid__item:hover .projects-grid__text {
  transform: rotateX(90deg);
}
.projects-grid__item:hover .projects-grid__video{
  display: block;
  opacity: 1;
  transition-delay: 300ms;
}
.projects-grid__item:hover .projects-grid__cta{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 600ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.badges-partners-list{
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.badges-partners-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.badges-partners-list .badges-partners-item{
  width: 200px;
}
.cky-show-desc-btn{
  font-family: Pixel Operator !important;
  font-size: 1.1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: underline !important;
}
.cky-btn{
  font-family: Pixel Operator;
  font-weight: 700;
}
.cky-footer-wrapper div:last-child {
  display: none !important;
}
.myHeader{
  position: relative;
  z-index: 10000;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.myHeader:hover{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
}
@media (min-width: 768px){
  .myHeader{
    border-left-width: 4px;
    border-top-width: 0px;
  }
}
.myHeader__hamburger{
  height: 52px;
  width: 52px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
@media (min-width: 768px){
  .myHeader__hamburger{
    height: 4rem;
    width: 4rem;
    padding: 0.75rem;
  }
}
.myHeader__hamburger .burgermenu{
  fill: #fff;
}
.myHeader__hamburger .burgermenu__cross rect{
  visibility: hidden;
}
.myHeader__hamburger:hover{
  --tw-border-opacity: 1;
  border-color: rgb(143 143 143 / var(--tw-border-opacity, 1));
}
.myHeader__hamburger:hover .burgermenu{
  fill: #fff;
}
.myHeader__social .menu-social__list{
  display: flex;
}
.myHeader__social .menu-social__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 768px){
  .myHeader__social .menu-social__list{
    flex-direction: column;
  }
  .myHeader__social .menu-social__list > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.myHeader__social .menu-social__list .social-icone__base > *{
  fill: #fff;
}
.myHeader__buttons-wrap{
  display: flex;
}
.myHeader__buttons-wrap > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.myHeader__button{
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding: 3px;
}
@media (min-width: 768px){
  .myHeader__button{
    display: block;
  }
}
.myHeader__button__wrap{
  display: block;
  height: 40px;
  width: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){
  .myHeader__button__wrap{
    height: 80px;
  }
}
.myHeader__button .switch-darkmode{
  position: relative;
  transform-origin: bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #111111;
}
.myHeader__button .switch-darkmode__moon rect{
  visibility: hidden;
}
.myHeader__button.contact svg{
  position: relative;
  fill: #fff;
}
.myHeader__button.scrolltop{
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-delay: 200ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.myHeader__button.scrolltop > div{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.myHeader__button.scrolltop span{
  --tw-translate-x: -1px;
  --tw-rotate: -90deg;
  font-family: Pixel Operator;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 500ms;
  transition-duration: 700ms;
}
.myHeader__button:hover, .myHeader__button:focus{
  --tw-border-opacity: 1;
  border-color: rgb(143 143 143 / var(--tw-border-opacity, 1));
}
.mobile-head{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
}
@media (min-width: 768px){
  .mobile-head{
    display: none;
  }
}
.mobile-head{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.mobile-head__wrap{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.mobile-head__text{
  height: 2.25rem;
}
.mobile-head__icone{
  height: 2rem;
}
.main-logo{
  display: none;
}
@media (min-width: 768px){
  .main-logo{
    display: block;
  }
}
.main-logo{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  margin-top: 3rem;
  width: 16.666667%;
}
@media (min-width: 1536px){
  .main-logo{
    margin-top: 4rem;
  }
}
@media (min-width: 768px){
  .main-logo__wrap{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px){
  .main-logo__wrap{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px){
  .main-logo__wrap{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.main-logo__wrap a{
  display: block;
}
.main-logo svg.logo-anim{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 180px;
}
.main-logo svg.logo-anim .text > *,
.main-logo svg.logo-anim .mountain__black > *{
  fill: #111111;
  stroke: #111111;
}
.main-logo svg.logo-anim .mountain__white > *{
  fill: #fff;
  stroke: #fff;
}
.main-logo svg.logo-anim .mountain rect{
  stroke-width: 1px;
  visibility: hidden;
}
.btn-scrolltop{
  pointer-events: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  opacity: 0;
}
@media (min-width: 768px){
  .btn-scrolltop{
    display: block;
  }
}
.btn-scrolltop{
  margin-bottom: 3rem;
  width: 16.666667%;
}
@media (min-width: 768px){
  .btn-scrolltop{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px){
  .btn-scrolltop{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px){
  .btn-scrolltop{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1536px){
  .btn-scrolltop{
    margin-bottom: 4rem;
  }
}
.btn-scrolltop{
  transition-property: all;
  transition-delay: 200ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-scrolltop__wrap{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .btn-scrolltop__wrap{
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media (min-width: 1280px){
  .btn-scrolltop__wrap{
    height: 3.5rem;
    width: 3.5rem;
  }
}
.btn-scrolltop__wrap span{
  --tw-translate-x: -1px;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: Pixel Operator;
  font-weight: 700;
}
@media (min-width: 768px){
  .btn-scrolltop__wrap span{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .btn-scrolltop__wrap span{
    font-size: 6rem;
    line-height: 1;
  }
}
.btn-scrolltop__wrap span{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 500ms;
  transition-duration: 700ms;
}
body.scrolled .btn-scrolltop,
body.scrolled .myHeader__button.scrolltop{
  pointer-events: auto;
  opacity: 1;
}
body.scrolled .btn-scrolltop span,
body.scrolled .myHeader__button.scrolltop span{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-delay: 75ms;
}
body.scrolled .btn-scrolltop :hover span,
body.scrolled .myHeader__button.scrolltop :hover span{
  --tw-translate-y: -0.75rem;
  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));
}
.cky-btn-revisit-wrapper {
  border-radius: 0% !important;
  top: 15px !important;
  right: 29px !important;
  bottom: auto !important;
  left: auto !important;
}
@media (max-width: 768px) {
  .cky-btn-revisit-wrapper {
    top: auto !important;
    right: auto !important;
    bottom: 16px !important;
    left: 162px !important;
  }
}
#swup{
  position: relative;
  min-height: 100vh;
  width: 100%;
}
.menu-fullpage{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9998;
  display: none;
  height: 100vh;
  width: 100%;
}
.menu-fullpage__logo{
  position: absolute;
  top: 1.5rem;
  left: 50%;
  z-index: 50;
  width: 9rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #fff;
}
@media (min-width: 768px){
  .menu-fullpage__logo{
    top: 4rem;
    width: 7rem;
  }
}
.menu-fullpage__logo .logo-blanc .icone rect{
  visibility: hidden;
}
.menu-fullpage__wrap{
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 80px;
}
@media (min-width: 768px){
  .menu-fullpage__wrap{
    display: flex;
    height: 100%;
    flex-direction: row;
    padding-bottom: 0px;
  }
}
.menu-fullpage__contact{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  padding-bottom: 150px;
}
@media (min-width: 768px){
  .menu-fullpage__contact{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    padding-top: 6rem;
  }
}
.menu-fullpage__contact{
  --tw-translate-y: 100%;
  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));
}
@media (min-width: 768px){
  .menu-fullpage__contact{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.menu-fullpage__contact{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
@media (min-width: 768px){
  .menu-fullpage__contact{
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.menu-fullpage__contact .function-box{
  width: 100%;
  max-width: 540px;
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  .menu-fullpage__contact .function-box{
    max-width: 755px;
  }
}
.menu-fullpage__contact .function-box{
  transition-property: max-width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px){
  .menu-fullpage__contact .function-box{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.menu-fullpage__contact .writing{
  padding-bottom: 0px;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  max-height: 0px;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.menu-fullpage__contact .writing p{
  margin-bottom: 0px;
}
.menu-fullpage__contact .writing .writing__cursor{
  height: 1rem;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.menu-fullpage__contact button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.menu-fullpage__contact::-webkit-scrollbar {
  display: none;
}
.menu-fullpage__menu-area{
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 0px;
}
@media (min-width: 768px){
  .menu-fullpage__menu-area{
    height: 100%;
    justify-content: flex-start;
    padding-top: 6rem;
  }
  .menu-fullpage__menu-area .menu{
    padding-left: 15%;
  }
}
.menu-fullpage__menu-area .menu__list{
  display: flex;
  flex-direction: column;
}
.menu-fullpage__menu-area .menu__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.menu-fullpage__menu-area .menu__list__item{
  text-align: center;
  font-family: Pixel Operator;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 8px;
}
@media (min-width: 768px){
  .menu-fullpage__menu-area .menu__list__item{
    text-align: left;
  }
}
.menu-fullpage__menu-area .menu__list__item {
  font-size: clamp(2.8rem, 3vw, 5rem);
}
.menu-fullpage__menu-area .menu__list__item .nav-item{
  cursor: pointer;
}
.menu-fullpage__menu-area .menu__list__item.active, .menu-fullpage__menu-area .menu__list__item:hover{
  text-decoration-line: none;
}
.menu-fullpage__menu-area__social{
  position: absolute;
  bottom: 80px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .menu-fullpage__menu-area__social{
    display: none;
  }
}
.menu-fullpage__menu-area__social .menu-social__list{
  display: flex;
}
.menu-fullpage__menu-area__social .menu-social__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.menu-fullpage__menu-area__social .menu-social__list .social-icone__base > *{
  fill: #fff;
}
.menu-fullpage__menu-area__social .menu-social__list .social-icone__hover > *{
  visibility: visible;
}
.menu-fullpage__menu-area__social .menu-social__list__item{
  width: 2.25rem;
}
.menu-fullpage--show{
  display: block;
}
.menu-fullpage--contact .menu-fullpage__contact{
  --tw-translate-y: 0px;
  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));
}
@media (min-width: 768px){
  .menu-fullpage--contact .menu-fullpage__contact{
    width: 150%;
  }
}
.menu-fullpage--contact .menu-fullpage__contact .function-box{
  max-width: 750px;
  background-color: transparent;
}
@media (min-width: 1536px){
  .menu-fullpage--contact .menu-fullpage__contact .function-box{
    max-width: 800px;
  }
}
.menu-fullpage--contact .menu-fullpage__contact .writing{
  max-height: 70px;
  padding-top: 0.5rem;
}
.menu-fullpage--contact .menu-fullpage__contact::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-fullpage .menu__list > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .menu-fullpage .menu__list__item{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.myFooter{
  position: relative;
  margin-top: 9rem;
  padding-bottom: 100px;
  text-align: center;
}
@media (min-width: 768px){
  .myFooter{
    margin-top: 0px;
    min-height: 100vh;
    padding-bottom: 0px;
  }
}
.myFooter__wrap{
  width: 100%;
  max-width: 1360px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.myFooter__logo{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  height: 15vw;
  width: 15vw;
}
@media (min-width: 768px){
  .myFooter__logo{
    margin-bottom: 5rem;
  }
}
.myFooter__logo{
  max-height: 260px;
  min-height: 120px;
  min-width: 120px;
  max-width: 260px;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.myFooter__logo .svg-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70%;
  width: 70%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.myFooter__logo::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.myFooter .writing{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 800px;
}
.myFooter .writing p{
  font-family: Pixel Operator;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
}
@media (min-width: 768px){
  .myFooter .writing p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.myFooter .writing__cursor{
  height: 1rem;
  width: 3px;
}
.myFooter h2{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  .myFooter h2{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .myFooter h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.myFooter h2 {
  line-height: 1.15;
}
.myFooter .container-flex{
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px){
  .myFooter .container-flex > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.myFooter .signature{
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  font-family: Pixel Operator;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.myFooter .signature .btn{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.myFooter .pixelsBg{
  height: 80%;
}
@media (min-width: 768px){
  .myFooter .pixelsBg{
    height: 66%;
  }
}
.myFooter--news{
  padding-bottom: 4rem;
}
.myFooter--news .function-box__container{
  padding-left: 0px;
}
.page-accueil .head-section .gray-background{
  display: block;
}
.home-expertises{
  padding-top: 4rem;
}
.home-expertises__list{
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 2rem;
}
@media (min-width: 768px){
  .home-expertises__list{
    margin-top: 4vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .home-expertises__list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.home-expertises .expertise-item{
  display: flex;
  flex-direction: column;
}
.home-expertises .expertise-item > a{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.home-expertises .expertise-item__image{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.home-expertises .expertise-item__image, .home-expertises .expertise-item__image svg{
  height: 200px;
}
.home-expertises .expertise-item__image .icone-expert, .home-expertises .expertise-item__image svg{
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
}
.home-expertises .expertise-item__image .icone-expert.svg-video, .home-expertises .expertise-item__image .icone-expert.svg-video svg{
  max-width: 150px;
}
.home-expertises .expertise-item__cta-words{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Pixel Operator;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 200ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home-expertises .expertise-item__cta-words .writing__cursor{
  height: 14px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.home-expertises .expertise-item .function-box{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.home-expertises .expertise-item .function-box h3{
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.home-expertises .expertise-item.inView-mobile .function-box__head h2, .home-expertises .expertise-item.inView-mobile .function-box__head span,
.home-expertises .expertise-item.inView-mobile .function-box__foot h2,
.home-expertises .expertise-item.inView-mobile .function-box__foot span, .home-expertises .expertise-item:hover .function-box__head h2, .home-expertises .expertise-item:hover .function-box__head span,
.home-expertises .expertise-item:hover .function-box__foot h2,
.home-expertises .expertise-item:hover .function-box__foot span{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.home-expertises .expertise-item.inView-mobile .function-box__content, .home-expertises .expertise-item:hover .function-box__content{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
}
.home-expertises .expertise-item.inView-mobile .expertise-item__image, .home-expertises .expertise-item:hover .expertise-item__image{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.home-expertises .expertise-item.inView-mobile .expertise-item__image .icone-expert, .home-expertises .expertise-item:hover .expertise-item__image .icone-expert{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home-expertises .expertise-item.inView-mobile .expertise-item__image .svg-device, .home-expertises .expertise-item.inView-mobile .expertise-item__image .camera-wheel, .home-expertises .expertise-item:hover .expertise-item__image .svg-device, .home-expertises .expertise-item:hover .expertise-item__image .camera-wheel{
  fill: #fff;
}
.home-expertises .expertise-item.inView-mobile .expertise-item__cta-words, .home-expertises .expertise-item:hover .expertise-item__cta-words{
  max-height: 250px;
  transition-duration: 3000ms;
}
.template-single-project{
  margin-top: 52px;
}
@media (min-width: 768px){
  .template-single-project{
    margin-top: 0px;
  }
}
.template-single-project .titles{
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px){
  .template-single-project .titles{
    margin-bottom: 5rem;
  }
}
.template-single-project .titles__container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80%;
  flex-direction: column;
}
@media (min-width: 768px){
  .template-single-project .titles__container{
    align-items: center;
  }
}
.template-single-project .titles h1{
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  display: block;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .template-single-project .titles h1{
    margin-top: 0px;
    font-size: 6rem;
    line-height: 1;
  }
}
.template-single-project .titles h1 {
  line-height: 0.85;
}
.template-single-project .titles .writing{
  font-family: Pixel Operator;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px){
  .template-single-project .titles .writing{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.template-single-project .titles .writing__cursor{
  height: .7rem;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1));
}
.page-contact{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.page-contact .logo-anim .text,
.page-contact .btn-scrolltop {
  filter: invert(100%);
}
.page-contact section#contact-form{
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
@media (min-width: 1536px){
  .page-contact section#contact-form{
    max-width: 755px;
  }
}
.page-contact section#contact-form .function-box--dark{
  background-color: transparent;
}
.page-contact section#contact-form .writing, .page-contact section#contact-form .submit{
  font-family: Pixel Operator;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-contact footer h2, .page-contact footer p, .page-contact footer a:not(.btn--big){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.popular-articles{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
@media (min-width: 768px){
  .popular-articles{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.popular-articles__item{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 1rem;
  font-family: Pixel Operator;
  font-weight: 700;
}
@media (min-width: 768px){
  .popular-articles__item{
    padding-right: 2.5rem;
  }
}
.popular-articles__item > a{
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
}
.popular-articles__item > a:hover{
  text-decoration-line: none;
}
.team{
  position: relative;
  display: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .team{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.team__titles{
  pointer-events: none;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1024px){
  .team__titles{
    position: absolute;
    bottom: 9rem;
    left: 50%;
  }
}
.team__titles {
  transform: translateZ(75px) translateX(-50%);
  -moz-transform: translateZ(75px) translateX(-50%);
  -webkit-transform: translateZ(75px) translateX(-50%);
}
.team__titles li{
  display: none;
}
.team__titles li.actif{
  display: block;
}
.team__titles h2, .team__titles h3{
  margin-bottom: 0px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.team__titles span{
  display: block;
  width: 100%;
  background-color: rgb(17 17 17 / 0.9);
  text-align: center;
  font-family: Pixel Operator;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.team__list{
  pointer-events: auto;
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 768px){
  .team__list{
    padding: 4rem;
  }
}
@media (min-width: 1024px){
  .team__list{
    display: flex;
  }
  .team__list > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .team__list{
    padding: 0px;
  }
}
.team__list {
  -webkit-transform: translate3d(0, 0, 0);
}
.team__card{
  pointer-events: auto;
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px){
  .team__card{
    max-width: 160px;
  }
}
@media (min-width: 1536px){
  .team__card{
    max-width: 160px;
  }
}
.team__card:nth-child(even){
  --tw-translate-y: 10%;
  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));
}
@media (min-width: 1024px){
  .team__card:hover{
    max-width: 480px;
  }
  .team-mobile{
    display: none;
  }
}
.team-mobile__card{
  position: relative;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px){
  .team-mobile__card{
    margin-bottom: 3.5rem;
  }
}
.team-mobile__title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.team-mobile__title h2{
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.team-mobile__title span{
  display: block;
  font-family: Pixel Operator;
  font-size: 1.5rem;
  line-height: 2rem;
}
.portrait-pixel{
  position: relative;
  width: 100%;
}
@media (min-width: 1024px){
  .portrait-pixel{
    height: 600px;
    width: 480px;
  }
}
.portrait-pixel__element{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.portrait-pixel__element img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.portrait-pixel__element.base{
  position: relative;
}
@media (min-width: 1024px){
  .portrait-pixel__element.base{
    position: absolute;
  }
}
.team-modal{
  position: fixed;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 768px){
  .team-modal{
    right: 100px;
    width: 41.666667%;
  }
}
@media (min-width: 1280px){
  .team-modal{
    right: 126px;
  }
}
.team-modal{
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.team-modal__buttons{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  font-family: Pixel Operator;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px){
  .team-modal__buttons{
    left: 0px;
  }
}
.team-modal__buttons{
  display: flex;
  align-items: center;
}
.team-modal__buttons > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.team-modal__buttons{
  padding-right: 0.75rem;
}
@media (min-width: 768px){
  .team-modal__buttons{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.team-modal__prev, .team-modal__next{
  font-size: 3.75rem;
  line-height: 1;
}
.team-modal__list{
  height: 100%;
}
.team-modal__element{
  height: 100%;
  overflow-y: auto;
  padding-bottom: 80px;
}
.team-modal__image{
  position: relative;
  width: 100%;
}
.team-modal__image .drag-container, .team-modal__image figure, .team-modal__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-modal__image .linkdin-team{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
  height: 30px;
  width: 30px;
}
.team-modal__image .linkdin-team .linkedinColor{
  fill: #0E72A3;
}
.team-modal__text{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
.team-modal__text .contact-snippet{
  display: flex;
  flex-wrap: wrap;
}
.team-modal__text .contact-snippet__item-phone{
  margin-right: 1.5rem;
}
.our-clients h2{
  font-family: Pixel Operator;
}
.expertises__list{
  display: flex;
  flex-direction: column;
}
.expertises__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}
.expertises__item .btn{
  margin-top: 0.5rem;
}
@media (min-width: 768px){
  .expertises__item .btn{
    margin-top: 1.25rem;
  }
  .expertises__head{
    display: flex;
  }
  .expertises__head > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.expertises__icone-container{
  margin-bottom: 1.5rem;
  width: 100%;
  min-width: 120px;
  max-width: 150px;
  --tw-translate-y: 10%;
  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));
}
@media (min-width: 768px){
  .expertises__icone-container{
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px){
  .expertises__icone-container{
    min-width: 200px;
    max-width: 300px;
  }
}
.expertises__icone-container .svg-video{
  --tw-translate-y: 11%;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.expertises__title-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1280px){
  .expertises__title-container h2{
    font-size: 5rem;
    line-height: 4rem;
  }
}
@media (min-width: 1536px){
  .expertises__title-container h2{
    font-size: 6rem;
    line-height: 6rem;
  }
}
.expertises__title-container h2{
  margin-bottom: 0px;
  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));
}
@media (min-width: 1280px){
  .expertises__title-container h2{
    --tw-translate-y: 15px;
    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));
  }
}
@media (min-width: 1536px){
  .expertises__title-container h2{
    --tw-translate-y: 19px;
    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));
  }
}
.expertises__text-container{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .expertises__text-container{
    padding-left: 5rem;
  }
}
.expertises__text-container p{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.expertises__text-container .writing p{
  font-family: Pixel Operator;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.expertises__text-container .writing__cursor{
  height: 1.55rem;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1));
}
.expertises__text-container .function-box__container{
  padding-left: 1.5rem;
}
.expertises__text-container:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 20vw;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.expertises__item:nth-child(even) .expertises__head{
  flex-direction: row-reverse;
}
.expertises__item:nth-child(even) .expertises__head > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
.expertises__item:nth-child(even) .expertises__head h2{
  text-align: right;
}
.expertises__item:nth-child(even) .expertises__text-container{
  padding-right: 0.75rem;
}
@media (min-width: 768px){
  .expertises__item:nth-child(even) .expertises__text-container{
    padding-right: 5rem;
  }
}
.expertises__item:nth-child(even) .expertises__text-container .function-box{
  margin-left: auto;
  max-width: 800px;
}
.expertises__item:nth-child(even) .expertises__text-container:after{
  left: auto;
  right: 100%;
}
.expertises__item:nth-child(even) .expertises__icone-container,
.expertises__item:nth-child(even) .btn{
  margin-left: auto;
}
.template-article-expertise section:last-child{
  margin-bottom: 0px;
}
.template-article-expertise .page-content h2{
  max-width: 750px;
}
@media (min-width: 1536px){
  .template-article-expertise .page-content h2{
    max-width: 900px;
  }
}
.template-article-expertise .article-head{
  position: relative;
  padding-top: 5rem;
}
@media (min-width: 768px){
  .template-article-expertise .article-head{
    padding-top: 3.2rem;
  }
}
@media (min-width: 1536px){
  .template-article-expertise .article-head{
    padding-top: 4.2rem;
  }
}
.template-article-expertise .article-head {
  margin-bottom: clamp(80px, 15vw, 400px);
}
.template-article-expertise .article-head__wrap{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px){
  .template-article-expertise .article-head__wrap{
    flex-direction: row;
  }
}
.template-article-expertise .article-head__text{
  width: 100%;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .template-article-expertise .article-head__text{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px){
  .template-article-expertise .article-head__text{
    width: 40%;
  }
}
.template-article-expertise .article-head__text h1{
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px){
  .template-article-expertise .article-head__text h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.template-article-expertise .article-head__text .subtitle{
  margin-bottom: 2.5rem;
  display: block;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: transparent;
}
.template-article-expertise .article-head__image{
  position: relative;
  width: 100%;
}
@media (min-width: 1280px){
  .template-article-expertise .article-head__image{
    width: 60%;
    padding-left: 2rem;
  }
}
.template-article-expertise .article-head__image figure{
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  width: 100%;
  padding-left: 15%;
}
@media (min-width: 1280px){
  .template-article-expertise .article-head__image figure{
    margin-bottom: 0px;
    margin-top: 0px;
    height: 100%;
    --tw-translate-y: 7.5%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.template-article-expertise .article-head__image figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-article-expertise .article-head__image .overbox{
  position: absolute;
  top: 5rem;
  left: 7%;
  width: 20%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-bottom: 20%;
}
@media (min-width: 768px){
  .template-article-expertise .article-head__image .overbox{
    left: 15%;
  }
}
.template-article-expertise .article-head__image .icone-expert{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 80%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.template-article-expertise .article-head__image .icone-expert svg{
  fill: #fff;
}
.template-article-expertise footer{
  margin-top: 5rem;
}
@media (min-width: 1024px){
  .template-article-expertise footer{
    margin-top: 7rem;
  }
}
.expertises-footer .expertises-footer__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px){
  .expertises-footer .expertises-footer__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .expertises-footer .expertises-footer__list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .expertises-footer .expertises-footer__list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.expertises-footer .expertises-footer__item{
  position: relative;
  height: 200px;
  width: 100%;
}
.expertises-footer .expertises-footer__item .expertises-footer__image, .expertises-footer .expertises-footer__item .expertises-footer__image img{
  height: 100%;
  width: 100%;
}
.expertises-footer .expertises-footer__item .expertises-footer__image img{
  -o-object-fit: cover;
     object-fit: cover;
}
.expertises-footer .expertises-footer__item .expertises-footer__text{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertises-footer .expertises-footer__item .expertises-footer__text h3{
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Pixel Operator;
  font-size: 1rem;
  line-height: 1.25rem;
}
.expertises-footer .tabs{
  margin-bottom: 2.5rem;
}
.expertises-footer .panels{
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .expertises-footer .panels{
    padding-bottom: 9rem;
  }
}
.description__title{
  font-family: Pixel Operator;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
}
.description__category{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.description__date{
  text-transform: uppercase;
}
.description__likes{
  display: flex;
  align-items: center;
}
.description__likes > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.description__likes{
  fill: #fff;
}
.description__likes .svg-heart{
  width: 0.5rem;
}
.description__exerpt{
  margin-bottom: 0px;
}
.articles__filters{
  margin-bottom: 2.5rem;
}
.articles__filters ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.articles__filters ul li{
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Pixel Operator;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.articles__filters ul li.active, .articles__filters ul li:hover{
  text-decoration-line: none;
}
.articles__filters ul li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.articles__list{
  display: grid;
  max-width: 2000px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 768px){
  .articles__list{
    margin-right: 3.5rem;
  }
}
@media (min-width: 1024px){
  .articles__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.articles__item{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.articles__item__link{
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1780px){
  .articles__item__link{
    flex-direction: row;
  }
}
.articles__image{
  position: relative;
  overflow: hidden;
}
.articles__image, .articles__image figure, .articles__image img{
  height: 100%;
  width: 100%;
}
.articles__image img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
.articles__image .hover-randomColor__border{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-width: 20px;
  border-color: transparent;
}
.articles__description{
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.articles__description h2{
  font-size: 1.25rem;
  line-height: 1.5rem;
  -webkit-hyphens: none;
          hyphens: none;
}
.articles__description .exerpt{
  font-size: 0.875rem;
  line-height: 1.15rem;
}
.articles .function-box{
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.articles__item:nth-child(even){
  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));
}
@media (min-width: 1024px){
  .articles__item:nth-child(even){
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1780px){
  .articles__item:nth-child(even) .articles__item__link{
    flex-direction: row-reverse;
  }
}
.articles__item:hover .articles__image img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.article .sct-2cols-img{
  margin-bottom: 4rem;
}
.article .sct-2cols-img .col--2{
  min-height: 300px;
}
.article .sct-2cols-img .container-col-1{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.article__infos{
  display: flex;
}
.article__infos > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.article__infos{
  font-family: Pixel Operator;
  font-weight: 700;
}
.article__infos a{
  text-decoration-line: underline;
}
.article__description {
  width: 780px;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.article__description .btn--big{
  margin-bottom: 4rem;
}
.article__back {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 9rem;
}
.article__back a{
  margin-left: auto;
  margin-right: auto;
}
html{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html body:not(.miki_editing) {
  cursor: url(../images/cursor/cursor-auto.svg), auto;
}
html body:not(.miki_editing) p, html body:not(.miki_editing) h1, html body:not(.miki_editing) .subtitle, html body:not(.miki_editing) h2, html body:not(.miki_editing) h3, html body:not(.miki_editing) h4, html body:not(.miki_editing) ul.list1, html body:not(.miki_editing) input, html body:not(.miki_editing) textarea {
  cursor: url(../images/cursor/cursor-text.svg), text;
  background-blend-mode: revert;
}
html body:not(.miki_editing) .pointer, html body:not(.miki_editing) .pointer *, html body:not(.miki_editing) a, html body:not(.miki_editing) a *, html body:not(.miki_editing) a.btn, html body:not(.miki_editing) a.btn *, html body:not(.miki_editing) a.item-link, html body:not(.miki_editing) a.item-link * {
  cursor: url("../images/cursor/cursor-pointer.svg"), pointer;
}
html .page-content{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html .myFooter__logo::before{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html .gray-background{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html .function-box--dark p, html .function-box--dark h1, html .function-box--dark .subtitle, html .function-box--dark h2, html .function-box--dark h3, html .function-box--dark h4, html .function-box--dark input, html .function-box--dark textarea, html .quote p, html .quote h1, html .quote .subtitle, html .quote h2, html .quote h3, html .quote h4, html .quote input, html .quote textarea {
  cursor: url(../images/cursor/cursor-text-darkmode.svg), text;
  background-blend-mode: revert;
}
html .myFooter span.stroke-title {
  -webkit-text-stroke: 4px #111111;
}
html ::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html ::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html .accordion__item--active .accordion__menu h2::-moz-selection, html .function-box--dark *::-moz-selection, html .quote::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
html .accordion__item--active .accordion__menu h2::selection,
html .function-box--dark *::selection,
html .quote::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
html.darkmode{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
html.darkmode body {
  cursor: url("../images/cursor/cursor-auto-darkmode.svg"), auto;
}
html.darkmode body p, html.darkmode body h1, html.darkmode body .subtitle, html.darkmode body h2, html.darkmode body h3, html.darkmode body h4, html.darkmode body input, html.darkmode body textarea {
  cursor: url(../images/cursor/cursor-text-darkmode.svg), text;
  background-blend-mode: revert;
}
html.darkmode .pointer, html.darkmode .pointer *, html.darkmode a, html.darkmode a *, html.darkmode a.btn, html.darkmode a.btn * {
  cursor: url("../images/cursor/cursor-pointer-darkmode.svg"), pointer !important;
}
html.darkmode .pixels-grid .pixel{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
html.darkmode .main-logo .logo-anim .text path{
  fill: #fff;
  stroke: #fff;
}
html.darkmode .head-section,
html.darkmode .page-content,
html.darkmode .myFooter{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html.darkmode .head-section h1{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-stroke: 4px white;
}
html.darkmode .function-box--dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
html.darkmode .writing__cursor,
html.darkmode .myFooter__logo::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
html.darkmode a.btn, html.darkmode button.btn{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html.darkmode a.btn--big .btn-big__wrap span, html.darkmode button.btn--big .btn-big__wrap span{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
html.darkmode a.btn--big svg polygon, html.darkmode button.btn--big svg polygon{
  fill: #111111;
}
html.darkmode a.btn--big svg rect, html.darkmode button.btn--big svg rect{
  fill: #fff;
}
html.darkmode a.btn--big:hover span, html.darkmode button.btn--big:hover span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
html.darkmode a.btn--big:hover svg polygon, html.darkmode button.btn--big:hover svg polygon{
  fill: #fff;
}
html.darkmode .gray-background,
html.darkmode .pixelsBg .pixel{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
html.darkmode .stroke-title{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  -webkit-text-stroke: white 6px;
}
html.darkmode .myFooter span.stroke-title {
  -webkit-text-stroke: 4px white;
}
html.darkmode ::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
html.darkmode ::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
html.darkmode .home-expertises .expertise-item__image{
  fill: #f3f4f6;
}
html.darkmode .home-expertises .expertise-item__cta-words{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
html.darkmode .home-expertises .expertise-item.inView-mobile .expertise-item__image, html.darkmode .home-expertises .expertise-item:hover .expertise-item__image{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  fill: #fff;
}
.myHeader__button.darkmode {
  display: none;
}
/* UTILITÉS */
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.visible{
  visibility: visible !important;
}
.invisible{
  visibility: hidden !important;
}
.collapse{
  visibility: collapse !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.-top-28{
  top: -7rem !important;
}
.bottom-0{
  bottom: 0px !important;
}
.left-0{
  left: 0px !important;
}
.left-1\/2{
  left: 50% !important;
}
.left-12{
  left: 3rem !important;
}
.left-2\/3{
  left: 66.666667% !important;
}
.left-24{
  left: 6rem !important;
}
.right-0{
  right: 0px !important;
}
.top-0{
  top: 0px !important;
}
.top-1\/2{
  top: 50% !important;
}
.top-12{
  top: 3rem !important;
}
.top-40{
  top: 10rem !important;
}
.z-0{
  z-index: 0 !important;
}
.z-10{
  z-index: 10 !important;
}
.z-30{
  z-index: 30 !important;
}
.z-50{
  z-index: 50 !important;
}
.col-span-4{
  grid-column: span 4 / span 4 !important;
}
.col-start-2{
  grid-column-start: 2 !important;
}
.m-2{
  margin: 0.5rem !important;
}
.m-4{
  margin: 1rem !important;
}
.m-auto{
  margin: auto !important;
}
.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.-ml-px{
  margin-left: -1px !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-20{
  margin-bottom: 5rem !important;
}
.mb-24{
  margin-bottom: 6rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-7{
  margin-bottom: 1.75rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.ml-0{
  margin-left: 0px !important;
}
.ml-2{
  margin-left: 0.5rem !important;
}
.ml-3{
  margin-left: 0.75rem !important;
}
.ml-8{
  margin-left: 2rem !important;
}
.mr-2{
  margin-right: 0.5rem !important;
}
.mr-4{
  margin-right: 1rem !important;
}
.mr-8{
  margin-right: 2rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-12{
  margin-top: 3rem !important;
}
.mt-16{
  margin-top: 4rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-20{
  margin-top: 5rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-\[3px\]{
  margin-top: 3px !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.inline{
  display: inline !important;
}
.flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex !important;
}
.table{
  display: table !important;
}
.grid{
  display: grid !important;
}
.contents{
  display: contents !important;
}
.hidden{
  display: none !important;
}
.h-1{
  height: 0.25rem !important;
}
.h-1\/2{
  height: 50% !important;
}
.h-10{
  height: 2.5rem !important;
}
.h-2{
  height: 0.5rem !important;
}
.h-24{
  height: 6rem !important;
}
.h-28{
  height: 7rem !important;
}
.h-3{
  height: 0.75rem !important;
}
.h-4{
  height: 1rem !important;
}
.h-40{
  height: 10rem !important;
}
.h-5{
  height: 1.25rem !important;
}
.h-6{
  height: 1.5rem !important;
}
.h-\[650px\]{
  height: 650px !important;
}
.h-\[90\%\]{
  height: 90% !important;
}
.h-full{
  height: 100% !important;
}
.min-h-full{
  min-height: 100% !important;
}
.w-1\/12{
  width: 8.333333% !important;
}
.w-1\/2{
  width: 50% !important;
}
.w-1\/3{
  width: 33.333333% !important;
}
.w-1\/4{
  width: 25% !important;
}
.w-10{
  width: 2.5rem !important;
}
.w-10\/12{
  width: 83.333333% !important;
}
.w-2\/12{
  width: 16.666667% !important;
}
.w-2\/3{
  width: 66.666667% !important;
}
.w-24{
  width: 6rem !important;
}
.w-3\/12{
  width: 25% !important;
}
.w-40{
  width: 10rem !important;
}
.w-48{
  width: 12rem !important;
}
.w-5{
  width: 1.25rem !important;
}
.w-5\/12{
  width: 41.666667% !important;
}
.w-6\/12{
  width: 50% !important;
}
.w-60{
  width: 15rem !important;
}
.w-8\/12{
  width: 66.666667% !important;
}
.w-auto{
  width: auto !important;
}
.w-full{
  width: 100% !important;
}
.min-w-full{
  min-width: 100% !important;
}
.max-w-5xl{
  max-width: 64rem !important;
}
.max-w-60{
  max-width: 15rem !important;
}
.max-w-none{
  max-width: none !important;
}
.max-w-screen-lg{
  max-width: 1024px !important;
}
.flex-1{
  flex: 1 1 0% !important;
}
.table-auto{
  table-layout: auto !important;
}
.border-collapse{
  border-collapse: collapse !important;
}
.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  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)) !important;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-default{
  cursor: default !important;
}
.resize{
  resize: both !important;
}
.list-disc{
  list-style-type: disc !important;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-col-reverse{
  flex-direction: column-reverse !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end !important;
}
.items-center{
  align-items: center !important;
}
.justify-start{
  justify-content: flex-start !important;
}
.justify-end{
  justify-content: flex-end !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.justify-items-end{
  justify-items: end !important;
}
.justify-items-center{
  justify-items: center !important;
}
.gap-16{
  gap: 4rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-y-hidden{
  overflow-y: hidden !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-md{
  border-radius: 0.375rem !important;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.border{
  border-width: 1px !important;
}
.border-b{
  border-bottom-width: 1px !important;
}
.border-b-2{
  border-bottom-width: 2px !important;
}
.border-b-4{
  border-bottom-width: 4px !important;
}
.border-r{
  border-right-width: 1px !important;
}
.border-t{
  border-top-width: 1px !important;
}
.border-t-2{
  border-top-width: 2px !important;
}
.border-dashed{
  border-style: dashed !important;
}
.border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.border-fuchsia-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.border-green-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.border-lime-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}
.border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.border-transparent{
  border-color: transparent !important;
}
.border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1)) !important;
}
.bg-myGrays-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) !important;
}
.fill-blue-500{
  fill: #3b82f6 !important;
}
.fill-fuchsia-500{
  fill: #d946ef !important;
}
.fill-green-500{
  fill: #22c55e !important;
}
.fill-lime-500{
  fill: #84cc16 !important;
}
.fill-orange-500{
  fill: #f97316 !important;
}
.fill-pink-500{
  fill: #ec4899 !important;
}
.fill-purple-500{
  fill: #a855f7 !important;
}
.fill-red-500{
  fill: #ef4444 !important;
}
.fill-white{
  fill: #fff !important;
}
.fill-yellow-500{
  fill: #eab308 !important;
}
.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-\[25\%_center\]{
  -o-object-position: 25% center !important;
     object-position: 25% center !important;
}
.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}
.p-0{
  padding: 0px !important;
}
.p-2{
  padding: 0.5rem !important;
}
.p-4{
  padding: 1rem !important;
}
.p-5{
  padding: 1.25rem !important;
}
.p-8{
  padding: 2rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-10{
  padding-bottom: 2.5rem !important;
}
.pb-16{
  padding-bottom: 4rem !important;
}
.pb-20{
  padding-bottom: 5rem !important;
}
.pb-8{
  padding-bottom: 2rem !important;
}
.pl-2{
  padding-left: 0.5rem !important;
}
.pl-4{
  padding-left: 1rem !important;
}
.pl-8{
  padding-left: 2rem !important;
}
.pr-12{
  padding-right: 3rem !important;
}
.pr-14{
  padding-right: 3.5rem !important;
}
.pr-40{
  padding-right: 10rem !important;
}
.pr-8{
  padding-right: 2rem !important;
}
.pt-10{
  padding-top: 2.5rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pt-20{
  padding-top: 5rem !important;
}
.pt-28{
  padding-top: 7rem !important;
}
.pt-4{
  padding-top: 1rem !important;
}
.pt-8{
  padding-top: 2rem !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.text-right{
  text-align: right !important;
}
.font-pixel{
  font-family: Pixel Operator !important;
}
.text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl{
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-8xl{
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-normal{
  font-weight: 400 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.italic{
  font-style: italic !important;
}
.leading-5{
  line-height: 1.25rem !important;
}
.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-500{
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-500{
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1)) !important;
}
.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1)) !important;
}
.underline{
  text-decoration-line: underline !important;
}
.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.opacity-80{
  opacity: 0.8 !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.ring-gray-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1)) !important;
}
.blur{
  --tw-blur: blur(8px) !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;
}
.brightness-0{
  --tw-brightness: brightness(0) !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;
}
.invert{
  --tw-invert: invert(100%) !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{
  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;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-150{
  transition-duration: 150ms !important;
}
.duration-500{
  transition-duration: 500ms !important;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
/* MODE EDIT MIKI --------------------------------- */
.miki_editing .miki-edit-hidden{
  display: none;
}
.miki_editing .nice-select.change_content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.miki_editing .drag-container{
  z-index: 20;
  background: rgba(238, 238, 238, 0.1);
}
.miki_editing .drag-container .drag {
  background: rgba(247, 247, 247, 0.2);
}
.miki_editing .space-xs .drag__handle.ui-sortable-handle, .miki_editing .space .drag__handle.ui-sortable-handle, .miki_editing .space-xl .drag__handle.ui-sortable-handle{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.miki_editing section.drag{
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
}
.miki_editing section.drag > .drag__handle{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.miki_editing .drag[data-snippetname=Groupe] > .ui-sortable-handle{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.miki_editing .drag[data-snippetname=Groupe] .ui-sortable{
  padding-left: 1rem;
}
.miki_editing .swiper-clients{
  display: none;
}
.miki_editing .writing{
  visibility: visible;
}
.miki_editing .quote,
.miki_editing .function-box--dark {
  background-color: black !important;
}
.miki_editing .quote .drag-container,
.miki_editing .function-box--dark .drag-container{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
}
.miki_editing .accordion__content{
  height: 100%;
}
.miki_editing .col-fluid {
  -moz-columns: unset;
       columns: unset;
}
.miki_editing .col2-reversed-list__image figure img{
  position: relative;
}
.miki_editing .function-box__head .change_content__container{
  display: flex;
  flex-direction: column;
}
.miki_editing .function-box__head .change_content__container span{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.miki_editing .pixel-subtitle{
  margin-top: -0px;
}
.miki_editing .template-article-expertise .article-head__text .subtitle{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hover\:border:hover{
  border-width: 1px !important;
}
.hover\:border-black:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1)) !important;
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.focus\:z-10:focus{
  z-index: 10 !important;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 640px){
  .sm\:mt-0{
    margin-top: 0px !important;
  }
  .sm\:flex{
    display: flex !important;
  }
  .sm\:hidden{
    display: none !important;
  }
  .sm\:flex-1{
    flex: 1 1 0% !important;
  }
  .sm\:flex-row{
    flex-direction: row !important;
  }
  .sm\:items-center{
    align-items: center !important;
  }
  .sm\:justify-between{
    justify-content: space-between !important;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .sm\:p-8{
    padding: 2rem !important;
  }
  .sm\:pl-8{
    padding-left: 2rem !important;
  }
  .sm\:pt-20{
    padding-top: 5rem !important;
  }
}
@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px !important;
  }
  .md\:block{
    display: block !important;
  }
  .md\:hidden{
    display: none !important;
  }
  .md\:w-1\/3{
    width: 33.333333% !important;
  }
  .md\:w-2\/3{
    width: 66.666667% !important;
  }
  .md\:flex-row{
    flex-direction: row !important;
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .md\:p-12{
    padding: 3rem !important;
  }
  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:pt-24{
    padding-top: 6rem !important;
  }
}
@media (min-width: 1024px){
  .lg\:mb-0{
    margin-bottom: 0px !important;
  }
  .lg\:mr-24{
    margin-right: 6rem !important;
  }
  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }
  .lg\:flex{
    display: flex !important;
  }
  .lg\:w-1\/2{
    width: 50% !important;
  }
  .lg\:w-1\/3{
    width: 33.333333% !important;
  }
  .lg\:w-2\/3{
    width: 66.666667% !important;
  }
  .lg\:flex-row{
    flex-direction: row !important;
  }
  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }
  .lg\:pr-0{
    padding-right: 0px !important;
  }
  .lg\:pt-32{
    padding-top: 8rem !important;
  }
}
@media (min-width: 1280px){
  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }
  .xl\:block{
    display: block !important;
  }
  .xl\:hidden{
    display: none !important;
  }
  .xl\:h-full{
    height: 100% !important;
  }
  .xl\:flex-col{
    flex-direction: column !important;
  }
  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
