:root{
  --theme-bg: #152238;
  --theme-bg-rgb: 21, 34, 56;
  --theme-card-bg: #1b283d;
  --theme-card-bg-rgb: 27, 40, 61;
  --theme-grid: #536884;
  --theme-grid-rgb: 83, 104, 132;
  --theme-text: #eaf4ff;
  --theme-text-rgb: 234, 244, 255;
  --theme-grid-gloss-strong: 0.008;
  --theme-grid-gloss-soft: 0.003;
}

/* =========================================================
   GLOBAL BASE + RESETS + UTILITAIRES GENERAUX
   ========================================================= */

/*
 * Styles généraux : préflight (html, body, tags de base), utilitaires Drupal,
 * alignement / visibilité, vues, typo, surlignage de code (hljs).
 * Licence : identique aux feuilles d’origine (Drupal GPL-2.0-or-later).
 *//* -------------------------------------------------------------------------- *//* Préflight — html, body, éléments de base (ex-Tailwind, depuis theme.css)   *//* -------------------------------------------------------------------------- */*, :after, :before{
  --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: rgba(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: rgba(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:;
}*, :after, :before{
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}:after, :before{
  --tw-content: "";
}:host, html{
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family:
    Neue Montreal,
    sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body{
  line-height: inherit;
  margin: 0;
  background-color:var(--theme-bg);
}
hr{
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]){
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6{
  font-size: inherit;
  font-weight: inherit;
}
a{
  color: inherit;
  text-decoration: inherit;
}b, strong{
  font-weight: bolder;
}code, kbd, pre, samp{
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-size: 1em;
  font-variation-settings: normal;
}small{
  font-size: 80%;
}sub, sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub{
  bottom: -0.25em;
}sup{
  top: -0.5em;
}table{
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}button, input, optgroup, select, textarea{
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}button, select{
  text-transform: none;
}button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]){
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}:-moz-focusring{
  outline: auto;
}:-moz-ui-invalid{
  box-shadow: none;
}progress{
  vertical-align: baseline;
}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{
  height: auto;
}[type="search"]{
  -webkit-appearance: textfield;
  outline-offset: -2px;
}::-webkit-search-decoration{
  -webkit-appearance: none;
}::-webkit-file-upload-button{
  -webkit-appearance: button;
  font: inherit;
}summary{
  display: list-item;
}blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre{
  margin: 0;
}fieldset{
  margin: 0;
}fieldset, legend{
  padding: 0;
}menu, ol, ul{
  list-style: none;
  margin: 0;
  padding: 0;
}dialog{
  padding: 0;
}textarea{
  resize: vertical;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #9ca3af;
}input::placeholder, textarea::placeholder{
  color: #9ca3af;
}[role="button"], button{
  cursor: pointer;
}:disabled{
  cursor: default;
}audio, canvas, embed, iframe, img, object, svg, video{
  display: block;
  vertical-align: middle;
}img, video{
  height: auto;
  max-width: 100%;
}[hidden]:where(:not([hidden="until-found"])){
  display: none;
}[multiple], [type="date"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input:where(:not([type])), select, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  --tw-shadow: 0 0 #0000;
}[multiple]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, input:where(:not([type])):focus, select:focus, textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width)
    var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
  border-color: #2563eb;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder, textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field{
  padding-bottom: 0;
  padding-top: 0;
}select{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}[multiple], [size]:where(select:not([size="1"])){
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}[type="checkbox"], [type="radio"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #2563eb;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem;
  --tw-shadow: 0 0 #0000;
}[type="checkbox"]{
  border-radius: 0;
}[type="radio"]{
  border-radius: 100%;
}[type="checkbox"]:focus, [type="radio"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width)
    var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type="checkbox"]:checked, [type="radio"]:checked{
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}[type="checkbox"]:checked{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");
}@media (forced-colors: active) {[type="checkbox"]:checked{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}[type="radio"]:checked{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}@media (forced-colors: active) {[type="radio"]:checked{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}[type="checkbox"]:checked:focus, [type="checkbox"]:checked:hover, [type="radio"]:checked:focus, [type="radio"]:checked:hover{
  background-color: currentColor;
  border-color: transparent;
}[type="checkbox"]:indeterminate{
  background-color: currentColor;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}@media (forced-colors: active) {[type="checkbox"]:indeterminate{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}[type="checkbox"]:indeterminate:focus, [type="checkbox"]:indeterminate:hover{
  background-color: currentColor;
  border-color: transparent;
}[type="file"]{
  background: unset;
  border-color: inherit;
  border-radius: 0;
  border-width: 0;
  font-size: unset;
  line-height: inherit;
  padding: 0;
}[type="file"]:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}/* -------------------------------------------------------------------------- *//* Rendu des polices (global)                                                 *//* -------------------------------------------------------------------------- */*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}/* -------------------------------------------------------------------------- *//* Highlight.js — thème proche de GitHub Dark                               *//* -------------------------------------------------------------------------- *//* -------------------------------------------------------------------------- *//* Alignement de texte / blocs                                                *//* -------------------------------------------------------------------------- *//* -------------------------------------------------------------------------- *//* Visibilité (accessibilité, listes à puces, JS)                             *//* -------------------------------------------------------------------------- */.hidden{
  display: none;
}.visually-hidden{
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}.visually-hidden.focusable:active, .visually-hidden.focusable:focus{
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}/* -------------------------------------------------------------------------- *//* Vues (grille, liens d’affichage)                                           *//* -------------------------------------------------------------------------- *//* -------------------------------------------------------------------------- *//* Paragraphe non publié, détails typo (caps, esperluette dans titres)        *//* -------------------------------------------------------------------------- *//* -------------------------------------------------------------------------- *//* Composants page d’accueil (remplace les variantes Tailwind [&>…], [&_…])   *//* -------------------------------------------------------------------------- */.layout-content .social-network > svg{
  height: 1.5rem;
  width: 1.5rem;
}

/* =========================================================
   LAYOUT / UTILITIES COMPLEMENTAIRES (EX-THEME)
   ========================================================= */

/* Trimmed to selectors used by index.html */
.container{
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container .moderation-sidebar-toolbar-tab{
  margin-right: 0;
}
.container .moderation-sidebar-toolbar-tab .toolbar-item{
  margin-right: 0 !important;
}
[data-controller="select"]{
  opacity: 0;
}

/* -------------------------------------------------------------------------- */
/* Choices.js — listes déroulantes stylées                                    */
/* -------------------------------------------------------------------------- */
[data-toc-header]:before{
  content: "";
  display: block;
  margin-top: calc(-24px - var(--header-height, 0px) - var(--gin-toolbar-secondary-height, 0px));
  padding-top: calc(24px + var(--header-height, 0px) + var(--gin-toolbar-secondary-height, 0px));
  pointer-events: none;
}
input[name="keywords"]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width)
    var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:focus .group-focus\:ring-portfolio-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity));
}
/* -------------------------------------------------------------------------- */
/* Tippy.js — infobulles                                                      */
/* -------------------------------------------------------------------------- */
[data-tippy-root]{
  max-width: calc(100vw - 10px);
}

/* =========================================================
   COMPOSANTS SPECIFIQUES PAGE (HERO, EXPERIENCES, CLIENTS)
   ========================================================= */

/* @license GPL-2.0-or-later — équivalents stricts des utilitaires Tailwind (voir theme.css). *//* --- Pied de page : sous-liens --- *//* --- Liens techno (pastilles tooltips) --- *//* --- Carte expérience --- *//* À combiner avec .pattern-bg-dark-300 (theme.css) sur le même élément *//* --- Logos clients --- *//* --- Boutons CTA (liens) --- *//* --- Flèche dans les CTA (parent conserve .group) --- */
.group:hover .btn-arrow__label{
  --tw-translate-x: -0.25rem;
}
.group:hover .btn-arrow__icon{
  --tw-translate-x: 0.25rem;
  --tw-rotate: 0deg;
  transition-duration: 0.4s;
}/* --- Hero reconstruit (HTML et classes dédiées) --- */
.hero{
  position: relative;
  background-color: var(--theme-bg);
  color: #fff;
}
.hero__grid{
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}.hero__content-col{
  position: relative;
  grid-column: span 10 / span 10;
  border-color: var(--theme-grid);
}.hero__pattern{
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0.6;
  background-image: linear-gradient(180deg, rgba(var(--theme-bg-rgb),0) 0, var(--theme-bg)), linear-gradient(55deg, hsla(0,0%,100%,0) 20%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 35%, hsla(0,0%,100%,var(--theme-grid-gloss-soft)) 50%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 70%, hsla(0,0%,100%,0) 80%), linear-gradient(90deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid)), linear-gradient(180deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid));
  background-size: 100%, 100%, 16px 16px, 16px 16px;
}.hero__content{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hero__title{
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  text-wrap:auto;
  font-weight: 500;
}
.hero__title strong{
  font-weight: 400;
  color:rgb(4,169,239);
}
.hero__lede{
  margin: 0;
  max-width: 500px;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.5;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}.hero__highlights{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}.hero__highlight-item{
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  color: #f2f4f4;
}.hero__highlight-icon{
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero__highlight-icon svg{
  width: 100%;
  height: 100%;
  display: block;
  color: #f2f4f4;
}
.hero__cta-row{
  margin-top: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  column-gap: 0.5rem;
}
.hero__cta{
  position: relative;
  display: inline-flex;
  width: 100%;
  max-width: 260px;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(24, 24, 27, 0.1);
  background-color: rgb(var(--theme-text-rgb));
  color: rgb(var(--theme-bg-rgb));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.875rem 1rem;
}
.hero__cta-label{
  position: relative;
  transform: translateX(0.375rem);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__cta-icon{
  width:10px;
  height:10px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-2px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__cta:hover .hero__cta-label{
  transform: translateX(-0.25rem);
}
.hero__cta:hover .hero__cta-icon{
  transform: translateX(2px);
  transition-duration: 0.4s;
}
.hero__media-col{
  grid-column: span 10 / span 10;
}
.hero__media-shell{
  height: 100%;
  border-color: var(--theme-grid);
  padding-bottom:50px;
}
.hero-binary_cloud{
  position:relative;
  width:100%;
  height:auto;
  padding-top:25%;
  display: block;
  overflow:hidden;
}
.hero-binary_cloud-viewport{
  position: absolute;
  top:0;
  overflow: hidden;
  width: 100%;
  height:100%;
  max-height:100%;
  border-radius: 0.25rem;
  background:transparent;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.hero-binary_cloud-roll{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: hero-binary_cloud-scroll 60s linear infinite;
  will-change: transform;
}
.hero-binary_cloud-track{
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  row-gap: 0.2rem;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}
.hero-binary_cloud-line{
  display: block;
  font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
  font-size:4.8cqw;
  line-height: 1.35;
  color: grey;
  letter-spacing: 0;
  white-space: pre;
  text-align: center;
  /* text-shadow: 0 0 6px rgba(74, 222, 128, 0.35); */
  opacity: 0.75;
}
@media(min-width:764px){
  .hero-binary_cloud-line{
    font-size:2.4cqw;
  }
}
@keyframes hero-binary_cloud-scroll {
  0% { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-binary_cloud-roll{
    animation: none;
  }
}
.hero__media-frame{
  position: relative;
  height:auto;
  overflow: hidden;
  border:none;
  border-radius:10px;
}
.hero__portrait{
  width: 100%;
  min-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  /* mix-blend-mode: luminosity;
  filter: brightness(1) contrast(0.81);
  opacity: 0.85; */
  filter:contrast(0.8) sepia(0.25);
}
.hero-marquee{
  position:absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height:80px;
  padding-top: 10px;
  padding-bottom: 48px;
  background-color: rgba(0,0,0,0.5);
}
.hero-marquee-name{
  position:absolute;
  top:15px;
  left:0;
  display:flex;
  width:100%;
}
.hero-marquee-role{
  position:absolute;
  left:0;
  bottom:15px;
  display:flex;
  width: 100%;

}
.hero-marquee-name span{
  /* animation: hero-marquee-1 20s linear infinite forwards; */
  color:rgb(4, 169, 239);
  font-size: 24px;
  line-height: 1;
  padding: 0 4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-marquee-role span{
  /* animation: hero-marquee-2 20s linear infinite forwards; */
  font-size: 12px;
  line-height: 1;
  padding: 0 4px;
  text-transform: uppercase;
  white-space: nowrap;
  word-spacing:10px;
}
@keyframes hero-marquee-1 {
  0% { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@keyframes hero-marquee-2 {
  0% { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.hero__meta{
  position: absolute;
  top: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .hero__content-col{
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .hero__pattern{
    width: 100%;
    background-image:linear-gradient(90deg, rgba(var(--theme-bg-rgb),0) 0, var(--theme-bg)), linear-gradient(55deg, hsla(0,0%,100%,0) 20%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 35%, hsla(0,0%,100%,var(--theme-grid-gloss-soft)) 50%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 70%, hsla(0,0%,100%,0) 80%), linear-gradient(90deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid)), linear-gradient(180deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid));
    background-size: 100%, 100%, 16px 16px, 16px 16px;
  }
  .hero__content{
    padding-left: 2rem;
    padding-right: 3rem;
  }
  .hero__media-shell{
    border-left-width:0;
    border-right-width: 1px;
    padding: 1.5rem;
    padding-bottom:50px;
  }
  .hero__media-frame{

  }
}
@media (min-width: 768px) {
  .hero__media-shell{
    padding-bottom:50px;
  }
  .hero__content-col{
    grid-column: span 6 / span 6;
    border-right-width: 0;
  }.hero__cta-row{
    padding-bottom: 1rem;
  }.hero__media-col{
    grid-column: span 4 / span 4;
  }
  .hero__portrait{
    aspect-ratio: 1/1;
  }
  .hero-marquee{
    height:100px;
  }
  .hero-marquee-name span{
    font-size: min(3vw, 40px);
    padding: 0 10px;
  }
  .hero-marquee-role span{
    font-size: min(1.6vw, 14px);
    padding: 0 6px;
  }
}
@media (min-width: 1024px) {
  .hero__content{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .hero__media-shell{
    padding: 2rem;
  }
}

/* --- Experiences recreees (HTML/CSS dedies) --- */
.projects-showcase{
  position: relative;
  background: var(--theme-bg);
  color: #fff;
  padding:0;
}
.projects-showcase-pattern{
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(var(--theme-bg-rgb),0) 0, var(--theme-bg)), linear-gradient(55deg, hsla(0,0%,100%,0) 20%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 35%, hsla(0,0%,100%,var(--theme-grid-gloss-soft)) 50%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 70%, hsla(0,0%,100%,0) 80%), linear-gradient(90deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid)), linear-gradient(180deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid));
  background-size: 100%, 100%, 16px 16px, 16px 16px;
}
.projects-showcase > .container{
  position: relative;
  padding-top:0;
  padding-bottom:0;
}
.projects-showcase-content{
  position:relative;
  padding:2rem 2rem;
  border-left: 1px solid var(--theme-grid);
  border-right: 1px solid var(--theme-grid);
}@media(max-width:768px){
  .projects-showcase-content{
    border-left:none;
    border-right:none;
  }
}
.projects-showcase-intro-flex{
  position: relative;
  display: flex;
  flex-direction: column;
  gap:1rem;
  width: 100%;
}
.projects-showcase__title-wrap{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  max-width: 100%;
  min-width: 0;
  padding-right: 0.25rem;
  font-size: 24px;
  flex: 0 0 auto;
}
.projects-showcase__dot{
  width: 0.375rem;
  height: 0.375rem;
  background:rgb(4,169,239);
}
.projects-showcase__title{
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.projects-showcase__intro{
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  min-width: 0;
  max-width: 100%;
}
.projects-showcase__intro h2{
  margin: 0;
  font-size:1.5em;
}
.projects-showcase__intro h2 strong{
  font-weight: 400;
  color: var(--theme-text);
}
.projects-showcase__intro p{
  margin: 0;
}
.projects-showcase__intro strong{
  font-weight: 400;
  color: var(--theme-text);
}
@media (min-width: 768px) {
  .projects-showcase__title-wrap{ font-size: 32px; }
}
@media (min-width: 1024px){
  .projects-showcase-intro-flex{
    flex-direction: row;
    align-items:center;
    flex-wrap: nowrap;
    gap:0;
  }
  .projects-showcase__title-wrap,
  .projects-showcase__intro{
    flex: 1 1 0;
  }
  .projects-showcase__title-wrap{
    max-width: none;
  }
  .projects-showcase__intro{
    max-width: none;
  }
}

.projects-showcase__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(24,24,27,0.1);
  border-radius: 0.25rem;
  background: var(--theme-text);
  color: var(--theme-bg);
  font-weight: 500;
}
.projects-showcase__cta-label{
  transform: translateX(0.375rem);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.projects-showcase__cta-icon{
  width:10px;
  height:10px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-2px);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.projects-showcase__cta:hover .projects-showcase__cta-label{
  transform: translateX(-0.25rem);
}
.projects-showcase__cta:hover .projects-showcase__cta-icon{
  transform: translateX(2px);
}

.projects-showcase__grid{
  --showcase-grid-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: var(--showcase-grid-gap);
}
.projects-showcase__category{
  margin-top: 1.75rem;
}
.projects-showcase__category:first-of-type{
  margin-top: 1rem;
}
.projects-showcase__category-title{
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(var(--theme-text-rgb), 0.8);
}
.projects-showcase__category .projects-showcase__grid{
  margin-top: 0;
  margin-bottom: 0;
}
/* Nombre de colonnes sur grands écrans (> 1024px) : --showcase-cols, gap = (cols - 1) × --showcase-grid-gap */
@media (min-width: 1025px){
  .projects-showcase__grid--cols-1 .projects-showcase__card{ flex: 0 0 100%; max-width: 100%; }
  .projects-showcase__grid--cols-2 .projects-showcase__card{
    flex: 0 0 calc((100% - 1 * var(--showcase-grid-gap)) / 2);
    max-width: calc((100% - 1 * var(--showcase-grid-gap)) / 2);
  }
  .projects-showcase__grid--cols-3 .projects-showcase__card{
    flex: 0 0 calc((100% - 2 * var(--showcase-grid-gap)) / 3);
    max-width: calc((100% - 2 * var(--showcase-grid-gap)) / 3);
  }
  .projects-showcase__grid--cols-4 .projects-showcase__card{
    flex: 0 0 calc((100% - 3 * var(--showcase-grid-gap)) / 4);
    max-width: calc((100% - 3 * var(--showcase-grid-gap)) / 4);
  }
  .projects-showcase__grid--cols-5 .projects-showcase__card{
    flex: 0 0 calc((100% - 4 * var(--showcase-grid-gap)) / 5);
    max-width: calc((100% - 4 * var(--showcase-grid-gap)) / 5);
  }
  .projects-showcase__grid--cols-6 .projects-showcase__card{
    flex: 0 0 calc((100% - 5 * var(--showcase-grid-gap)) / 6);
    max-width: calc((100% - 5 * var(--showcase-grid-gap)) / 6);
  }
}

.projects-showcase__card{
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(var(--theme-grid-rgb), 0.22);
  border-radius: 0.375rem;
  background: var(--theme-card-bg);
  color: #f2f4f4;
  transition: border-color .15s cubic-bezier(.4,0,.2,1);
}
.projects-showcase__card.empty{
  display:none;
  opacity:0;
  pointer-events:none;
}
/* Bandeau horizontal + scroll snap (mobile + desktop) */
.projects-showcase__grid{
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
  /* Par défaut (p.ex. `cols-3`) : min(26rem, 86 %) ; `cols-4` = plus fin — voir en dessous */
  --showcase-snap-card-width: min(26rem, 86%);
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.5rem 1rem;
  padding-bottom: 0.35rem;
  padding-inline-end: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Fondue sur les 20 % droits : opaque jusqu'à 80 %, puis jusqu'à transparent au bord */
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0,
    #000 80%,
    transparent 100%
  );
}
.projects-showcase__grid::-webkit-scrollbar{
  display: none;
}
.projects-showcase__grid--cols-4{
  /* Plus étroit que le bandeau 3 col : moins de hauteur visuelle, plus d’aperçu de la ligne */
  --showcase-snap-card-width: min(20rem, 72%);
}
.projects-showcase__grid .projects-showcase__card{
  flex: 0 0 var(--showcase-snap-card-width);
  max-width: var(--showcase-snap-card-width);
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.projects-showcase__grid .projects-showcase__card.empty{
  display:initial;
  scroll-snap-align:initial;
  scroll-snap-stop:initial;
  flex: 0 0 100vw;
  max-width: 100vw;
  min-width: 100vw;
}
@media (prefers-reduced-motion: reduce){
  .projects-showcase__grid{
    scroll-snap-type: x proximity;
  }
}

.projects-showcase__card-head{ padding: 1rem 1rem 0; }
.projects-showcase__card-tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  line-height: 1.35;
  color: #a1a1aa;
}
.projects-showcase-tag{
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(4, 169, 239, 0.45);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #67d4ff;
  vertical-align: middle;
}
.projects-showcase__card-title{ margin: 0 0 0.75rem; font-size: 1.125rem; line-height: 1.25; font-weight: 500; }
.projects-showcase__card-description{ margin: 0; padding: 0 1rem 0.75rem; font-size: 0.75rem; color: #a1a1aa; }
.projects-showcase__thumb{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  pointer-events:none;
}
.projects-showcase__card-cta{
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  background:rgb(228,228,231);
  color:rgb(24,24,27);
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 500;
}
.projects-showcase__card-cta > span{
  position: relative;
  transform: translateX(0.375rem);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects-showcase__card-icon{
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-2px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects-showcase__card-icon svg{
  display: none;
}
.projects-showcase__card-cta:hover > span{
  transform: translateX(-0.25rem);
}
.projects-showcase__card-cta:hover .projects-showcase__card-icon{
  transform: translateX(2px);
  transition-duration: 0.4s;
}
.projects-showcase__card-cta--disabled{
  background: rgba(255,255,255,0.08);
  color: #a1a1aa;
  border-color: rgba(161,161,170,0.35);
  cursor: not-allowed;
}
.projects-showcase__card-cta--disabled > span{
  transform: none;
  opacity: 0.95;
}
.projects-showcase__card-cta--disabled .projects-showcase__card-icon{
  display: none;
}
.projects-showcase__card-cta--disabled:hover > span,
.projects-showcase__card-cta--disabled:hover .projects-showcase__card-icon{
  transform: none;
}
.projects-showcase__overlay{
  position: absolute; inset: 0; z-index: 1;
}
.projects-showcase__card-cta, .projects-showcase__card-head, .projects-showcase__card-description{
  position: relative; z-index: 2;
}

/* --- Clients recrees (HTML/CSS dedies) --- */
.partner-band{
  position: relative;
  background: var(--theme-card-bg);
}
.partner-band__container{
  display:flex;
  white-space:nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow:hidden;
}
.partner-band-label-wrap{
  position:relative;
}
.partner-band-label{
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background:var(--theme-bg);
  border-top: 1px solid var(--theme-grid);
  border-left: 1px solid var(--theme-grid);
  border-right: 1px solid var(--theme-grid);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1;
  color:white;
}
.partner-band__row{
  flex:1 0 auto;
  min-width:100%;
  gap:50px;
  padding-right:50px;
  animation:animation_partners 60s linear infinite forwards;
  display: flex;
  align-items: center;
  justify-content:space-around;
  padding-top:20px;
  padding-bottom:20px;
}
.partner-band__logo{
  width:120px;
  height:50px;
  object-fit: contain;
  pointer-events:none;
}
.partner-band__logo.filter-invert{
  filter: contrast(2) invert(100%) saturate(0) brightness(2);
}
.partner-band__logo.sturate_05{
  filter:saturate(0.5);
}
.partner-band__logo.brightness_075{
  filter:brightness(0.75);
}
@media (min-width: 768px) {
  .partner-band__container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .partner-band__label-wrap{
    display: block;
  }
  .partner-band__label, .partner-band__row{
    padding-top:20px;
    padding-bottom:20px;
  }
}
@media (min-width: 1024px) {
  .partner-band__container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@keyframes animation_partners{
  0% { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* --- Retours clients (bandeau defilement, styles dupliques de .partner-band) --- */
.feedbacks-band{
  position: relative;
  background:rgba(255, 255, 255, 0.025);
}
.feedbacks-band__wrap{
  display:flex;
  white-space:nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow:hidden;
}
.feedbacks-band__label-outer{
  position:relative;
}
.feedbacks-band__label{
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background:var(--theme-bg);
  border-top: 1px solid var(--theme-grid);
  border-left: 1px solid var(--theme-grid);
  border-right: 1px solid var(--theme-grid);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1;
  color:white;
}
.feedbacks-band__lane{
  flex:1 0 auto;
  min-width:100%;
  gap:20px;
  padding-right:20px;
  animation: feedbacks_band_marquee 60s linear infinite forwards;
  display: flex;
  align-items: center;
  justify-content:space-around;
  padding-top:20px;
  padding-bottom:20px;
}
.feedbacks-band__item{
  min-width: 360px;
  max-width: 480px;
  padding: 1rem 1.1rem;
  /* border: 1px solid var(--theme-grid); */
  background: rgba(24, 24, 27, 0.75);
  border-radius: 10px;
  white-space: normal;
}
.feedbacks-band__quote{
  margin: 0;
  color: #f4f4f5;
  font-size: 0.95rem;
  line-height: 1.45;
}
.feedbacks-band__author{
  margin: 0.75rem 0 0;
  color: #a1a1aa;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .feedbacks-band__item{
    min-width: 280px;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .feedbacks-band__wrap{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .feedbacks-band__label-outer{
    display: block;
  }
  .feedbacks-band__label, .feedbacks-band__lane{
    padding-top:20px;
    padding-bottom:20px;
  }
}
@media (min-width: 1024px) {
  .feedbacks-band__wrap{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@keyframes feedbacks_band_marquee{
  0% { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* --- Tarifs (3 offres) --- */
.tarifs{
  position: relative;
  background: var(--theme-bg);
  color: #fff;
}
.tarifs > .container{
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.tarifs__content{
  position: relative;
  z-index: 0;
  max-width: 100%;
  padding: 2rem 2rem;
  border-left: 1px solid var(--theme-grid);
  border-right: 1px solid var(--theme-grid);
}@media(max-width:768px){
  .tarifs__content{
    border-left:none;
    border-right:none;
  }
}
.tarifs__pattern{
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(var(--theme-bg-rgb),0) 0, var(--theme-bg)), linear-gradient(55deg, hsla(0,0%,100%,0) 20%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 35%, hsla(0,0%,100%,var(--theme-grid-gloss-soft)) 50%, hsla(0,0%,100%,var(--theme-grid-gloss-strong)) 70%, hsla(0,0%,100%,0) 80%), linear-gradient(90deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid)), linear-gradient(180deg, rgba(var(--theme-grid-rgb),0) 0, rgba(var(--theme-grid-rgb),0) calc(99% - 1px), var(--theme-grid) calc(99% - 1px), var(--theme-grid));
  background-size: 100%, 100%, 16px 16px, 16px 16px;
}
.tarifs__head,
.tarifs__grid{
  position: relative;
  z-index: 1;
}
.tarifs__head{
  margin-bottom: 1.75rem;
}
.tarifs__title-wrap{
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .tarifs__title-wrap{ font-size: 2rem; }
}
.tarifs__dot{
  width: 0.375rem;
  height: 0.375rem;
  flex-shrink: 0;
  background: rgb(4, 169, 239);
}
.tarifs__title{
  margin: 0;
  font-size: inherit;
  font-weight: 500;
}
.tarifs__intro{
  margin:0 0 10px;
  max-width: 64ch;
  color: #a1a1aa;
  font-size: 0.875rem;
  line-height: 1.5;
}
.tarifs__grid{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.25rem;
  align-items: stretch;
}@media (min-width: 900px) {
  .tarifs__grid{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.tarifs__card{
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background:rgb(30,30,33);
  padding: 1.25rem 1.25rem 1.5rem;
  min-height: 100%;
}
.tarifs__tag{
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 9999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.04);
}
.tarifs__tag--sky{
  border-color: rgb(4, 169, 239);
  color: #7dd3fc;
}
.tarifs__tag--violet{
  border-color: #a78bfa;
  color: #c4b5fd;
}
.tarifs__tag--jade{
  border-color: #34d399;
  color: #6ee7b7;
}
@media (min-width: 900px) {
  .tarifs__grid .tarifs__card{
    flex: 1 1 30%;
    min-width: 0;
  }
}
.tarifs__service{
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #f4f4f5;
}
.tarifs__baseline{
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #a1a1aa;
  flex: 0 0 auto;
}
.tarifs__price-block{
  margin-bottom: 1.25rem;
  padding: 0.75rem 0 1rem;
  border-top: 1px solid rgba(63, 63, 70, 0.6);
  border-bottom: 1px solid rgba(63, 63, 70, 0.6);
}
.tarifs__price-row{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}
.tarifs__price-row + .tarifs__price-row{
  margin-top: 0.5rem;
}
.tarifs__price-kind{
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #71717a;
}
.tarifs__price-amount{
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--theme-text);
  text-align: right;
}
.tarifs__price-from{
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  color: #a1a1aa;
  margin-right: 0.2rem;
}
.tarifs__abbr{
  text-decoration: none;
  font-weight: 500;
  color: #a1a1aa;
  cursor: help;
}
.tarifs__list{
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  flex: 1 1 auto;
}
.tarifs__item{
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #d4d4d8;
}
.tarifs__item + .tarifs__item{
  margin-top: 0.5rem;
}
.tarifs__tick{
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tarifs__tick-icon{
  display: block;
  width: 100%;
  height: 100%;
}
.tarifs__cta{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.tarifs__cta > span{
  position: relative;
  transform: translateX(0.375rem);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tarifs__cta-icon{
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-2px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tarifs__cta-icon svg{
  display: none;
}
.tarifs__cta:hover > span{
  transform: translateX(-0.25rem);
}
.tarifs__cta:hover .tarifs__cta-icon{
  transform: translateX(2px);
  transition-duration: 0.4s;
}
.tarifs__cta--order{
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: var(--theme-text);
  color: var(--theme-bg);
}
.tarifs__cta--order:hover{
  background: #f4f4f5;
  color: #09090b;
}
.tarifs__cta--contact{
  border: 1px solid #52525b;
  background: transparent;
  color: #f4f4f5;
}
.tarifs__cta--contact:hover{
  border-color: #a1a1aa;
  color: #fff;
}
/* =========================================================
   HEADER / NAVIGATION TEMPORAIRE
   ========================================================= */
.site-nav{
  position: sticky;
  top: 0;
  z-index: 110;
  background: var(--theme-card-bg);
  border-bottom: 1px solid var(--theme-grid);
}
.site-nav__bar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.site-nav__brand{
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  color: #f4f4f5;
  text-decoration: none;
  min-width: 0;
}
.site-nav__burger{
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--theme-grid);
  border-radius: 0.25rem;
  background: #27272a;
  color: var(--theme-text);
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.site-nav__burger:hover{
  background: var(--theme-grid);
  border-color: #52525b;
  color: #fff;
}
.site-nav__burger-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 1.125rem;
  height: 0.875rem;
}
.site-nav__burger-bar{
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: center;
}
.site-nav.is-open .site-nav__burger-bar:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}
.site-nav.is-open .site-nav__burger-bar:nth-child(2){
  opacity: 0;
}
.site-nav.is-open .site-nav__burger-bar:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}
.site-nav__panel{
  flex-basis: 100%;
  order: 3;
}
.site-nav__actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 0.75rem;
}
.site-nav__cluster{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.site-nav__cluster--site{
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 100%;
}
.site-nav__site-row{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.site-nav__site-title{
  display: block;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgb(4, 169, 239);
  text-align: right;
  opacity: 0.75;
}
.site-nav__sep{
  width: 0.375rem;
  height: 0.375rem;
  align-self: center;
  margin: 0 0.25rem;
  border: none;
  background: #52525b;
  border-radius:0;
  flex-shrink: 0;
}
.site-nav__cluster--shop{
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 100%;
}
.site-nav__cluster--company{
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 100%;
}
.site-nav__site-title,
.site-nav__shop-title,
.site-nav__company-title{
  color: #a1a1aa;
}
.site-nav__shop-title{
  display: block;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: right;
  opacity: 0.75;
}
.site-nav__company-title{
  display: block;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: right;
  opacity: 0.75;
}
.site-nav__cluster--site.is-current .site-nav__site-title{
  color: rgb(4, 169, 239);
}
.site-nav__cluster--shop.is-current .site-nav__shop-title{
  color: #dcff69;
}
.site-nav__cluster--company.is-current .site-nav__company-title{
  color: #f4f4f5;
}
@media (max-width: 767px) {
  .site-nav__panel{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 120;
    padding: 0 0.75rem 0.75rem;
    margin-top: -1px;
    background: var(--theme-bg);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }
  .site-nav.is-open .site-nav__panel{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-nav__actions{
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.75rem;
  }
  .site-nav__cluster--site{
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
  .site-nav__cluster--site .site-nav__site-title{
    text-align: left;
    width: 100%;
  }
  .site-nav__cluster--site .site-nav__site-row{
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .site-nav__cluster--site .site-nav__btn{
    width: 100%;
    justify-content:start;
  }
  .site-nav__sep{
    display: none;
  }
  .site-nav__cluster--shop{
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
  .site-nav__cluster--company{
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
  .site-nav__cluster--shop .site-nav__shop-title{
    text-align: left;
    width: 100%;
  }
  .site-nav__cluster--company .site-nav__company-title{
    text-align: left;
    width: 100%;
  }
  .site-nav__cluster--shop .site-nav__btn--shop{
    width: 100%;
    justify-content: start;
  }
  .site-nav__cluster--company .site-nav__btn{
    width: 100%;
    justify-content: start;
  }
}
body.site-nav-scroll-lock{
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-nav__burger{
    display: none;
  }
  .site-nav__panel{
    position: static;
    flex: 0 0 auto;
    order: 2;
    flex-basis: auto;
    width: auto;
    margin-top: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .site-nav__bar{
    flex-wrap: nowrap;
  }
  .site-nav__brand{
    flex: 0 1 auto;
  }
}
.site-nav__brand-logo{
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.site-nav__brand-text{
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.site-nav__brand-name{
  font-size: 1.1875rem;
  line-height: 1.15;
  font-weight: 600;
}
.site-nav__brand-baseline{
  display: none;
  font-size: 0.8125rem;
  line-height: 1.15;
  color: #a1a1aa;
  white-space: nowrap;
}
.site-nav__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.5rem;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: #d4d4d8;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
.site-nav__btn:hover{
  color: #f4f4f5;
}
.site-nav__btn--account{
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border:1px solid rgba(4, 169, 239, 0.45);
  border-radius:100px;
  background:transparent;
  color: #67d4ff;
  font-weight:300;
  text-transform: none;
  letter-spacing: 0.01em;
  box-shadow: none;
}
.site-nav__btn--account:hover{
  color: #67d4ff;
}
.site-nav__btn--account.site-nav__btn[aria-current="page"]{
  color: #67d4ff;
  font-weight:400;
}
.site-nav__btn-icon{
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
}
.site-nav__btn-icon svg{
  width: 100%;
  height: 100%;
}
.site-nav__btn--current,
.site-nav__btn[aria-current="page"]{
  color: #ffffff;
  font-weight: 600;
}

/* Hub Mon compte — titres copiés depuis #account-login-title et .shop-stripe-hint (shop.css) */
.account-hub-header {
  width: 100%;
  max-width:100%;
  margin: 0 auto 20px;
  padding: 0 0.5rem;
  text-align: center;
  box-sizing: border-box;
}

/* Copie #account-login-title */
.account-hub-page-title {
  position: relative;
  margin: 0;
  font-size:20px;
  font-weight: 300;
  line-height: 1.15;
  color:#a1a1aa;
}

@media (max-width: 1024px) {
  .account-hub-page-title {
    font-size: 1.75rem;
  }
}

.account-hub-email {
  position: relative;
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(1rem, 4.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  color: #f4f4f5;
  word-break: break-word;
}

@media (max-width: 639px) {
  .account-hub-page-title {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
    padding: 0 0.15rem;
    line-height: 1.2;
  }

  .account-hub-header {
    margin-bottom: 1.35rem;
    padding: 0 max(0.75rem, env(safe-area-inset-right)) 0 max(0.75rem, env(safe-area-inset-left));
  }

  .account-hub-email {
    font-size: clamp(0.92rem, 5.5vw, 1.65rem);
    margin-top: 0.28rem;
  }
}

.account-hub{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  box-sizing: border-box;
}

.account-hub__logout-wrap{
  margin:0 auto 100px auto;
  width: 100%;
  max-width: 28rem;
  display: flex;
  justify-content: center;
}

/* Variante locale du .shop-btn--ghost (shop.css) pour le bouton déconnexion */
.account-hub__logout-btn {
  border: 1px solid #52525b;
  background: rgba(39, 39, 42, 0.85);
  color: var(--theme-text);
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 0.84rem;
}

.account-hub__logout-btn:hover {
  border-color: #71717a;
  background: var(--theme-grid);
  color: #fff;
}

.account-hub__tile{
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 1rem 0.65rem 1.05rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(63, 63, 70, 0.75);
  background: #27272a;
  min-height: 9.5rem;
  box-sizing: border-box;
  transition:
    background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

@media (min-width: 480px){
  .account-hub__tile{
    padding: 1.15rem 0.85rem 1.2rem;
    min-height: 10rem;
  }
}

.account-hub__tile:hover{
  background: #2e2e33;
  border-color: rgba(113, 113, 122, 0.45);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.account-hub__tile:focus-visible{
  outline: 2px solid rgba(220, 255, 105, 0.65);
  outline-offset: 3px;
}
.account-hub__tile--accent{
  border-color: rgba(220, 255, 105, 0.22);
  background: var(--theme-bg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.account-hub__tile--accent:hover{
  background: #1e1e22;
  border-color: rgba(220, 255, 105, 0.32);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
}
.account-hub__tile-icon{
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  margin-bottom: 0.65rem;
  background: rgba(63, 63, 70, 0.65);
  color: var(--theme-text);
  transition: background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), color 0.22s ease;
}
.account-hub__tile:hover .account-hub__tile-icon{
  background: rgba(82, 82, 91, 0.55);
}
.account-hub__tile--accent .account-hub__tile-icon{
  background: rgba(220, 255, 105, 0.1);
  color: #dcff69;
}
.account-hub__tile--accent:hover .account-hub__tile-icon{
  background: rgba(220, 255, 105, 0.13);
}
.account-hub__tile-icon svg{
  width: 2.35rem;
  height: 2.35rem;
}
.account-hub__tile-title{
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fafafa;
}
.account-hub__tile-desc{
  margin: 0.4rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #a1a1aa;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  padding: 0 0.1rem;
}
@media (min-width: 768px) {
  .site-nav__brand-baseline{
    display: inline;
  }
}
/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{
  position: relative;
  background: var(--theme-bg);
  background-color:rgba(255,255,255,0.025);
}
.site-footer__content{
  position: relative;
  padding: 2.5rem 1.25rem 1.25rem;
}
.site-footer__grid,
.site-footer__bottom{
  position: relative;
  z-index: 1;
}
.site-footer__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.site-footer__eyebrow{
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #a1a1aa;
  margin-bottom: 0.75rem;
}
.site-footer__title{
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
  color: #f4f4f5;
}
.site-footer__text{
  margin: 1rem 0 0;
  max-width: 46ch;
  color: #d4d4d8;
}
.site-footer__cta{
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(24,24,27,0.1);
  border-radius: 0.25rem;
  background: var(--theme-text);
  color: var(--theme-bg);
  font-weight: 500;
}
.site-footer__meta{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer__link{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #f4f4f5;
  text-decoration: none;
  width: fit-content;
  border-bottom: 1px solid transparent;
}
.site-footer__link-icon{
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.site-footer__link-icon svg{
  width: 100%;
  height: 100%;
  display: block;
}
.site-footer__link:hover{
  border-bottom-color: #a1a1aa;
}
.site-footer__bottom{
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--theme-grid);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #a1a1aa;
  font-size: 0.75rem;
}
.site-footer__back-to-top{
  color: var(--theme-text);
  text-decoration: none;
}
.site-footer__back-to-top:hover{
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer__content{
    padding: 3rem 2rem 1.5rem;
  }
  .site-footer__grid{
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: end;
  }
}
@media (min-width: 1024px) {
  .site-footer__title{
    font-size: 2.25rem;
  }
}
