/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-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.
   */
  
  [type="search"]::-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 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999999; 
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	
}

.fancybox-opened {
	z-index: 999999999999; 
}



.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden; 
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;

}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	
}

.fancybox-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width:50px; height:50px; text-align:center; line-height:50px; padding:0px; margin:0; cursor:pointer; 
	cursor: pointer; color:white; font-size:1.6rem;
	z-index: 999999999999999999;
	text-decoration:none; border-top:solid 1px white;  border-bottom:solid 1px white;
	 font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
	background-color:transparent;
}
.fancybox-close:before {
	 content: "\f00d";
}
.fancybox-close:hover{border-color:#f27442;color:#f27442;}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent; /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {display:block;
	position: fixed;
	top: 50%;
	width: 50px;
	height:50px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	color:white; text-align:center; line-height:50px; font-size:2rem;
	 border-top:solid 1px white;  border-bottom:solid 1px white;
	 font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

.fancybox-prev span {
	left: 20px;
	
}
.fancybox-prev span:before {
	content: "\f100";
}
.fancybox-next span {
	right: 20px;
	
}
.fancybox-next span:before {
	content: "\f101";
}

.fancybox-nav span:hover{border-bottom:solid 1px #f27442;border-top:solid 1px #f27442;color:#f27442;}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 999999999;
	background-color:black; 
	background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font-family: 'Open Sans', sans-serif; font-weight:400; font-size:0.75em; line-height:1.2rem; text-align:center; text-transform:uppercase;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	
	text-align:center;
}

.fancybox-title-float-wrap .child {
	display: block;
	
	padding: 10px 10px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	 background-color:#fff;
	
	color: #1c375a;
	font-weight: 700;
	
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 0px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 0px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}@charset "UTF-8";
/* Pendant les ~100ms initiaux du chargement : pas de transition sur le header (évite l'anim "shrink/grow" quand .sticky se pose au reload) */
html.preload header,
html.preload header *,
html.preload header .wrapper,
html.preload header .wrapper .logo,
html.preload header .wrapper .menu li a {
  transition: none !important;
}

/* Réserve toujours l'espace de la scrollbar verticale → pas de shift du header (menu aligné à droite) quand le contenu change de hauteur */
html {
  scrollbar-gutter: stable;
}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
html, body { background: #faf8f4; }
.initpage { background: #faf8f4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Initialisation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Elements■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h1 {
  font-weight: 700;
  margin: 0 0 15px 0; /* Dorian, quand 1 ou 2 valeur <> 0, peux-tu utiliser margin-top, margin-left, ... à la place */
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

strong, b {
  font-weight: 900;
}

img {
  /* display: block; */
  width: auto;
  height: 100%;
  box-sizing: border-box;
}

hr {
  width: 30px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.bouton {
  display: inline-block;
  transition: all 0.5s ease;
  outline: none;
}

a.bouton-type0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: white;
  height: 40px;
  line-height: 1;
  padding: 0 13px;
  color: #1d1d1d;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

a.bouton-type0:hover {
  background-color: #1d1d1d;
  color: white;
}

a.bouton-type0:active {
  background-color: #f27442;
  color: white;
}

a.bouton-type1 {
  font-weight: 700;
  background-color: white;
  height: 50px;
  line-height: 50px;
  color: #32aae6;
}

a.bouton-type1:hover {
  background-color: #f27442;
  color: white;
}

a.bouton-type2 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: white;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #32aae6;
}

a.bouton-type2:hover {
  background-color: #32aae6;
  color: white;
}

input.bouton {
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

input.bouton-type1 {
  background-color: #32aae6;
  color: white;
  height: 50px;
  margin: 20px 0 50px 0;
}

input.bouton-type1:hover {
  background-color: #f27442;
}

.bleu {
  color: #32aae6;
}

.orange {
  color: #f27442;
}

.blanc {
  color: #ffffff;
}

.noir {
  color: #1d1d1d;
}

.rouge {
  color: red;
}

.vert {
  color: green;
}

.fond-blanc {
  background-color: #ffffff;
}

.fond-bleu {
  background-color: #32aae6;
}

.fond-orange {
  background-color: #f27442;
}

.fond-noir {
  background-color: #1d1d1d;
}

.gras {
  font-weight: 900 !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.center-text {
  text-align: center;
}

.display-block {
  display: block;
}

.width-100Prct {
  width: 100%;
}

.taille-1-5 {
  font-size: 1.5rem !important;
}

.soustitre {
  font-size: 1.4rem;
  line-height: 1.95rem;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 25px;
}

.titre-faq {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #32aae6;
  letter-spacing: 1px;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1240px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

.societe {
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.descriptifcourt {
  display: inline;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
}

.descriptifcourt i {
  display: inline-block;
  font-size: 1.4rem;
}

.descriptifcourt .fa-quote-left {
  padding: 0 8px 0 0;
  vertical-align: baseline;
}

.descriptifcourt .fa-quote-right {
  padding: 0 0 0 8px;
  vertical-align: sub;
}

.descriptiflong {
  display: none;
}

.BoxRetourDémo {
  position: fixed;
  width: 300px;
  left: calc(50% - 150px);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  text-align: center;
  border: 2px solid #32aae6;
  padding: 12px;
}
.BoxRetourDémo .BoxRetourDémoClose {
  width: 170px;
  margin: 2% 0;
  padding: 4px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #32aae6;
  border: 1px solid #32aae6;
  transition: all 1s ease;
}
.BoxRetourDémo .BoxRetourDémoClose:hover {
  background-color: transparent;
  color: #32aae6;
}

input {
  outline: none;
}

.TarifWeb {
  width: 100%;
  display: flex;
  justify-content: center;
}
.TarifWeb a {
  font-size: 1.2rem;
  /* background-color: #f27442; */
  background-color: #0eba00;
  color: white;
  font-weight: 700;
  padding: 0.8% 2%;
  margin: 1% 0 3% 0;
  cursor: pointer;
  transition: all 1s ease;
  /* border: 1px solid #f27442; */
  border: 1px solid #0eba00;
}
.TarifWeb a:hover {
  background-color: transparent;
  /* color: #f27442; */
  color: #0eba00;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Elements■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.initpage {
  height: 130px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin initialisation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ─────────────────────────────────────────────────────────────────────
   Bandeau RGPD — conforme CNIL 2022 (3 boutons d'égale visibilité)
   ───────────────────────────────────────────────────────────────────── */
#bandeau_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 3px solid #f08c00;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  padding: 18px 24px;
  z-index: 10000;
  font-family: 'Inter', 'Lato', sans-serif;
}
#bandeau_cookie .bandeau_cookie_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
#bandeau_cookie .bandeau_cookie_texte {
  flex: 1 1 420px;
  min-width: 280px;
}
#bandeau_cookie h2 {
  color: #1d2238;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 1.3;
}
#bandeau_cookie p {
  color: #4a5070;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#bandeau_cookie a {
  color: #f08c00;
  text-decoration: underline;
  font-weight: 600;
}
#bandeau_cookie a:hover {
  color: #c46d00;
}
#bandeau_cookie .bandeau_cookie_boutons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
#bandeau_cookie .bandeau_cookie_btn {
  padding: 10px 18px;
  min-width: 130px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1;
}
#bandeau_cookie .bandeau_cookie_btn--accept {
  background-color: #f08c00;
  color: #ffffff;
  border-color: #f08c00;
}
#bandeau_cookie .bandeau_cookie_btn--accept:hover {
  background-color: #c46d00;
  border-color: #c46d00;
}
#bandeau_cookie .bandeau_cookie_btn--refuse {
  background-color: #ffffff;
  color: #1d2238;
  border-color: #c8ccd9;
}
#bandeau_cookie .bandeau_cookie_btn--refuse:hover {
  background-color: #f5f6fa;
  border-color: #1d2238;
}
#bandeau_cookie .bandeau_cookie_btn--perso {
  background-color: #ffffff;
  color: #1d2238;
  border-color: #c8ccd9;
}
#bandeau_cookie .bandeau_cookie_btn--perso:hover {
  background-color: #f5f6fa;
  border-color: #1d2238;
}

/* ── Modal de personnalisation ─────────────────────────────────────── */
#bandeau_cookie_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
}
#bandeau_cookie_modal.is-open {
  display: block;
}
#bandeau_cookie_modal .bandeau_cookie_modal_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(29, 34, 56, 0.55);
}
#bandeau_cookie_modal .bandeau_cookie_modal_inner {
  position: relative;
  max-width: 560px;
  width: calc(100% - 32px);
  max-height: calc(100vh - 64px);
  margin: 32px auto;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px 28px 24px 28px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
  font-family: 'Inter', 'Lato', sans-serif;
  overflow-y: auto;
}
#bandeau_cookie_modal h2 {
  color: #1d2238;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px 0;
  padding: 0;
  line-height: 1.2;
}
#bandeau_cookie_modal .bandeau_cookie_modal_close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: 300;
  color: #7a8097;
  cursor: pointer;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 4px;
}
#bandeau_cookie_modal .bandeau_cookie_modal_close:hover {
  background-color: #f5f6fa;
  color: #1d2238;
}
#bandeau_cookie_modal .bandeau_cookie_categorie {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #eef0f5;
}
#bandeau_cookie_modal .bandeau_cookie_categorie_txt strong {
  display: block;
  color: #1d2238;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
#bandeau_cookie_modal .bandeau_cookie_categorie_txt p {
  color: #4a5070;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#bandeau_cookie_modal .bandeau_cookie_modal_boutons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* ── Toggle switch (style iOS) ─────────────────────────────────────── */
.bandeau_cookie_switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.bandeau_cookie_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bandeau_cookie_slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #c8ccd9;
  border-radius: 24px;
  transition: background-color 0.2s;
}
.bandeau_cookie_slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.bandeau_cookie_switch input:checked + .bandeau_cookie_slider {
  background-color: #f08c00;
}
.bandeau_cookie_switch input:checked + .bandeau_cookie_slider:before {
  transform: translateX(20px);
}
.bandeau_cookie_switch input:disabled + .bandeau_cookie_slider {
  background-color: #f08c00;
  opacity: 0.5;
  cursor: not-allowed;
}

/* ── Responsive : empilage vertical en mobile ──────────────────────── */
@media (max-width: 720px) {
  #bandeau_cookie {
    padding: 14px 16px;
  }
  #bandeau_cookie .bandeau_cookie_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  #bandeau_cookie .bandeau_cookie_boutons {
    flex-direction: column;
  }
  #bandeau_cookie .bandeau_cookie_btn {
    width: 100%;
    min-width: 0;
  }
  #bandeau_cookie_modal .bandeau_cookie_modal_inner {
    margin: 16px auto;
    padding: 22px 20px;
  }
}

.formulaire-démo, .formulaire-témoignage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.formulaire-démo .containercheck, .formulaire-témoignage .containercheck {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  position: relative;
  height: 40px;
}
/* Astérisque rouge visible (indicateur "champ obligatoire") — placé à gauche pour ne pas
   entrer en conflit avec les icônes .good / .notgood qui s'affichent à droite après validation */
.formulaire-démo .containercheck::before, .formulaire-témoignage .containercheck::before {
  content: "*";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: #e63946;
  font-size: 1.4rem;
  font-weight: 800;
  pointer-events: none;
  z-index: 2;
  line-height: 1;
}
.formulaire-démo .containercheck input.alert, .formulaire-témoignage .containercheck input.alert {
  padding-left: 28px !important;
}

/* Astérisque rouge visible — injecté par form-check.js sur tous les champs requis
   des forms .form-validate (test gratuit, page tarifs, etc.) */
.required-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.required-wrap input,
.required-wrap select,
.required-wrap textarea {
  width: 100% !important;
}
.required-mark {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: #e63946;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
/* Décale le placeholder vers la droite pour libérer la place de l'astérisque */
.required-wrap input,
.required-wrap select,
.required-wrap textarea {
  padding-left: 28px !important;
}
.formulaire-démo .containercheck .popup, .formulaire-témoignage .containercheck .popup {
  display: none;
  position: absolute;
  z-index: 99;
  top: -40px;
  right: -38%;
  border: 2px solid red;
  border-radius: 12px;
  text-align: center;
  padding: 1px;
}
.formulaire-démo .containercheck .popup::after, .formulaire-témoignage .containercheck .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.formulaire-démo .containercheck .popup .popupcontent, .formulaire-témoignage .containercheck .popup .popupcontent {
  margin: 4px 19px;
  color: red;
  font-weight: 700;
  line-height: 1.4;
}
.formulaire-démo .containercheck input, .formulaire-témoignage .containercheck input {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  border: solid 1px #898989;
  color: #777;
  padding: 4px;
  transition: all ease 1s;
}
.formulaire-démo .containercheck input:focus, .formulaire-témoignage .containercheck input:focus {
  background-color: #32aae6;
  border: solid 1px #32aae6;
}
.formulaire-démo .containercheck i, .formulaire-témoignage .containercheck i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.formulaire-démo .containercheck .good, .formulaire-témoignage .containercheck .good {
  background-color: green;
  display: none;
}
.formulaire-démo .containercheck .notgood, .formulaire-témoignage .containercheck .notgood {
  background-color: red;
  display: none;
}
.formulaire-démo .mentionslegales, .formulaire-témoignage .mentionslegales {
  text-align: left;
}
.formulaire-démo .mentionslegales a, .formulaire-témoignage .mentionslegales a {
  font-weight: 700;
  color: #32aae6;
}
.formulaire-démo .containtextarea, .formulaire-témoignage .containtextarea {
  height: 100px;
}
.formulaire-démo .containtextarea textarea, .formulaire-témoignage .containtextarea textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  border: solid 1px #898989;
}
.formulaire-démo .flex-captcha-btndémo, .formulaire-témoignage .flex-captcha-btndémo {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha input, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha input {
  text-align: right;
  width: 20px;
  color: #f27442;
  font-size: 1.2rem;
  font-weight: 700;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1 {
  outline: none;
  border: 1px solid #32aae6;
  width: 45px;
  padding: 8px 5px;
  font-size: 1.2rem;
  transition: 1s ease;
  text-align: center;
  transition: all 0.6s ease;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1:focus, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1:focus {
  color: white;
  background-color: #32aae6;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1.erreur, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1.erreur {
  background-color: #D64045;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1.ok, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1.ok {
  background-color: green;
}
.formulaire-démo .flex-captcha-btndémo .question-captcha, .formulaire-témoignage .flex-captcha-btndémo .question-captcha {
  width: 100%;
}
.formulaire-démo .flex-captcha-btndémo .question-captcha .captcha, .formulaire-témoignage .flex-captcha-btndémo .question-captcha .captcha {
  font-size: 0.8rem;
  font-style: italic;
}
.formulaire-démo .flex-captcha-btndémo .BoutonEnvoi, .formulaire-témoignage .flex-captcha-btndémo .BoutonEnvoi {
  margin-top: 20px;
  cursor: pointer;
}
.formulaire-démo .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire, .formulaire-témoignage .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire {
  width: calc(50% - 20px);
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #32aae6;
  border: solid 2px #32aae6;
  transition: all 1s ease;
  padding: 10px 16px;
}
.formulaire-démo .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire:hover, .formulaire-témoignage .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire:hover {
  background-color: white;
  color: #32aae6;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■PopUp d'erreur du formulaire■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#PopupSubmit {
  display: none;
  position: fixed;
  background-color: white;
  border: 1px solid #f27442;
  top: 50%;
  color: #f27442;
  margin: auto;
  padding: 16px;
  width: 300px;
}
#PopupSubmit #ClosePopupSubmit {
  display: block;
  margin: 10px auto 0 auto;
  height: 30px;
  width: 150px;
  color: white;
  font-weight: 700;
  background-color: #f27442;
  cursor: pointer;
  transition: 1s ease;
}
#PopupSubmit #ClosePopupSubmit:hover {
  background-color: grey;
}

#PopupFormulaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  background-color: white;
  border: 1px solid #f27442;
  bottom: 50%;
  left: calc(50% - 150px);
  color: #f27442;
  padding: 16px;
  width: 300px;
}
#PopupFormulaire #ClosePopupFormulaire {
  margin: 10px;
  padding: 3% 6%;
  color: white;
  font-weight: 700;
  background-color: #f27442;
  cursor: pointer;
  transition: all 1s ease;
}
#PopupFormulaire #ClosePopupFormulaire:hover {
  background-color: transparent;
  color: #f27442;
  border: 1px solid #f27442;
}

.popupcontain {
  display: flex;
  width: 100%;
  justify-content: center;
}

.Invisible {
  display: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■PopUp d'erreur du formulaire■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Accueil■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.visuel { display: none; }

#accueil.accueil {
  position: relative;
  background: #f4f6f9;
  padding: 70px 0 70px 0;
  overflow: hidden;
}
#accueil.accueil::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/img/logo_acs_sans_texte.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: clamp(320px, 42vw, 560px) auto;
  background-attachment: fixed;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
#accueil.accueil > .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}
#accueil.accueil .hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  animation: heroBlobFloat 14s ease-in-out infinite;
}
#accueil.accueil .hero-blob-1 {
  top: -120px;
  right: -140px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.28) 0%, rgba(242, 116, 66, 0) 65%);
}
#accueil.accueil .hero-blob-2 {
  bottom: -100px;
  left: -100px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(237, 75, 130, 0.14) 0%, rgba(237, 75, 130, 0) 65%);
  animation-delay: -7s;
}
@keyframes heroBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.05); }
}
@keyframes heroBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.05); }
}

/* ───── Header centré : titre + slogan ───── */
#accueil.accueil .hero-header {
  max-width: 960px;
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
#accueil.accueil .hero-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.55rem, 2.55vw, 2.1rem);
  line-height: 1.45;
  font-weight: 600;
  color: #5a6170;
  letter-spacing: -0.015em;
  margin: 0 auto 14px auto;
  max-width: 1240px;
  text-align: center;
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#accueil.accueil .hero-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.5;
  font-weight: 400;
  color: #5a6170;
  letter-spacing: -0.005em;
  margin: 0 auto 22px auto;
  max-width: 820px;
  text-align: center;
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
}
#accueil.accueil .hero-titre .hero-accent {
  font-weight: 800;
  color: #4a5260;
  letter-spacing: -0.02em;
}
/* ───── Pills bénéfices (remplacement du slogan empilé) ───── */
#accueil.accueil .hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  max-width: 900px;
  font-family: 'Inter', 'Lato', sans-serif;
}
#accueil.accueil .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%),
    rgba(242, 116, 66, 0.1);
  color: #c13a0a;
  border: 1px solid rgba(242, 116, 66, 0.25);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 6px -2px rgba(242, 116, 66, 0.18),
    0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.25s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
#accueil.accueil .hero-pill i {
  font-size: 0.8rem;
}
#accueil.accueil .hero-pill b {
  font-weight: 700;
  color: #a82d00;
}
#accueil.accueil .hero-pill:hover {
  background: rgba(242, 116, 66, 0.15);
  border-color: rgba(242, 116, 66, 0.4);
  transform: translateY(-1px);
}
#accueil.accueil .hero-pill--accent {
  background: linear-gradient(180deg, #ff8a5a 0%, #f27442 100%);
  color: #ffffff;
  border-color: #f27442;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 4px 14px -4px rgba(242, 116, 66, 0.45),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
#accueil.accueil .hero-pill--accent b {
  color: #ffffff;
  font-weight: 800;
}
#accueil.accueil .hero-pill--accent:hover {
  background: linear-gradient(180deg, #f27442 0%, #d65322 100%);
  border-color: #d65322;
  transform: translateY(-1px);
}

/* ───── Layout 2 colonnes : [avantages+form+badge] | vidéo ───── */
#accueil.accueil .hero-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;              /* centrage vertical des 2 colonnes (texte/form gauche, vidéo droite) */
  justify-content: space-between;
  gap: 60px;
}
#accueil.accueil .hero-left {
  flex: 1 1 420px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}
#accueil.accueil .hero-avantages { width: 100%; }
#accueil.accueil .hero-form { width: 100%; }
#accueil.accueil .hero-badge {
  width: 100%;
  text-align: center;
}
#accueil.accueil .hero-avantages {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#accueil.accueil .hero-avantages li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.2rem;
  line-height: 1.55rem;
  color: #3a424f;
  font-weight: 500;
}
#accueil.accueil .hero-avantages li .hero-feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 60%),
    rgba(242, 116, 66, 0.14);
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 6px -2px rgba(242, 116, 66, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
#accueil.accueil .hero-avantages li:hover .hero-feature-icon {
  background: #f27442;
  color: #ffffff;
  transform: scale(1.08);
}
#accueil.accueil .hero-cta-group,
#accueil.accueil .hero-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
}
#accueil.accueil .hero-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
/* Société (3e) et email (4e) prennent toute la largeur, prénom + nom restent côte à côte */
#accueil.accueil .hero-form-fields > *:nth-child(n+3) {
  grid-column: 1 / -1;
}
#accueil.accueil .hero-form-fields input {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #2a3340;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #d8dce3;
  border-radius: 8px;
  outline: none;
  width: 100%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 4px 12px -4px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
}
#accueil.accueil .hero-form-fields input::placeholder {
  color: #98a0ad;
}
#accueil.accueil .hero-form-fields input:hover {
  border-color: #b8bec8;
}
#accueil.accueil .hero-form-fields input:focus {
  border-color: #f27442;
  box-shadow: 0 0 0 3px rgba(242, 116, 66, 0.15);
}
#accueil.accueil .hero-form .hero-bouton {
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
}
#accueil.accueil .hero-form .hero-badge {
  text-align: center;
}
#accueil.accueil .hero-bouton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 50%, #6a4ce0 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Inter', 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.005em;
  padding: 16px 32px;
  border: 0;
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 4px 14px rgba(106, 76, 224, 0.28),
    0 4px 14px rgba(237, 75, 130, 0.22),
    0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
  cursor: pointer;
  position: relative;
  background-size: 200% 100%;
  background-position: 0% 50%;
}
#accueil.accueil .hero-bouton i {
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}
#accueil.accueil .hero-bouton:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 10px 28px rgba(106, 76, 224, 0.38),
    0 10px 28px rgba(237, 75, 130, 0.3),
    0 2px 6px rgba(0, 0, 0, 0.1);
  filter: brightness(1.04);
}
#accueil.accueil .hero-bouton:hover i { transform: translateX(4px); }
#accueil.accueil .hero-bouton:active { transform: translateY(0); }

/* Halo lumineux multicolore autour du formulaire (style Similarweb) */
#accueil.accueil .hero-form {
  position: relative;
}
#accueil.accueil .hero-form::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: radial-gradient(ellipse at 20% 50%, rgba(242, 116, 66, 0.22) 0%, rgba(242, 116, 66, 0) 60%),
              radial-gradient(ellipse at 80% 50%, rgba(106, 76, 224, 0.18) 0%, rgba(106, 76, 224, 0) 60%);
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
}
#accueil.accueil .hero-badge {
  font-size: 0.85rem;
  color: #7a7a7a;
  font-weight: 400;
}
#accueil.accueil .hero-badge .hero-sep { color: #d0d0d0; margin: 0 4px; }
#accueil.accueil .hero-visuel {
  flex: 1 1 460px;
  max-width: 600px;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #0a0a0a;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 10px 28px -8px rgba(0, 0, 0, 0.16),
    0 24px 48px -12px rgba(242, 116, 66, 0.22),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#accueil.accueil .hero-visuel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#accueil.accueil .hero-visuel .hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(242, 116, 66, 0.95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding-left: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
  pointer-events: none;
}
#accueil.accueil .hero-visuel:hover .hero-video-play {
  background: #f27442;
  transform: translate(-50%, -50%) scale(1.08);
}
#accueil.accueil .hero-visuel.hero-visuel--loaded {
  cursor: default;
}
#accueil.accueil .hero-visuel.hero-visuel--loaded .hero-video-play {
  display: none;
}
#accueil.accueil .hero-visuel iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ───── Zone playlist (sous la vidéo, même colonne grille) ───── */
#accueil.accueil .hero-playlist-zone {
  grid-area: playlist;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#accueil.accueil .hero-visuel iframe,
#accueil.accueil .hero-visuel img {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#accueil.accueil .hero-visuel:hover {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 14px 30px -8px rgba(0, 0, 0, 0.18),
    0 28px 56px -12px rgba(0, 0, 0, 0.12);
}

/* ───── Mini playlist sous la vidéo ───── */
#accueil.accueil .hero-playlist {
  display: flex;
  gap: 14px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
#accueil.accueil .hero-playlist-item {
  flex: 0 0 auto;
  width: 130px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#accueil.accueil .hero-playlist-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #0a0a0a;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}
#accueil.accueil .hero-playlist-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#accueil.accueil .hero-playlist-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#accueil.accueil .hero-playlist-titre {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #3a3a3a;
  text-align: center;
  padding: 0 2px;
}
#accueil.accueil .hero-playlist-item:hover .hero-playlist-thumb {
  transform: translateY(-2px);
  border-color: rgba(242, 116, 66, 0.4);
  box-shadow: 0 6px 16px rgba(242, 116, 66, 0.22);
}
#accueil.accueil .hero-playlist-item:hover .hero-playlist-play {
  opacity: 1;
}
#accueil.accueil .hero-playlist-item:hover .hero-playlist-titre {
  color: #1d1d1d;
}
#accueil.accueil .hero-playlist-item.active .hero-playlist-thumb {
  border-color: #f27442;
  box-shadow: 0 0 0 3px rgba(242, 116, 66, 0.18), 0 6px 16px rgba(242, 116, 66, 0.25);
}
#accueil.accueil .hero-playlist-item.active .hero-playlist-titre {
  color: #f27442;
  font-weight: 700;
}
#accueil.accueil .hero-playlist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 4px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #5a5a5a;
  align-self: center;
  transition: all 0.25s ease;
}
#accueil.accueil .hero-playlist-link .fa-youtube {
  color: #ff0000;
  font-size: 1.1rem;
}
#accueil.accueil .hero-playlist-link .fa-arrow-right {
  font-size: 0.72rem;
  transition: transform 0.25s ease;
}
#accueil.accueil .hero-playlist-link:hover {
  color: #1d1d1d;
}
#accueil.accueil .hero-playlist-link:hover .fa-arrow-right {
  transform: translateX(3px);
}

@media (max-width: 1100px) {
  #accueil.accueil {
    padding: 60px 24px 60px 24px;
  }
  #accueil.accueil .hero-header { margin-bottom: 36px; }
  #accueil.accueil .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
  #accueil.accueil .hero-left {
    max-width: 600px;
    width: 100%;
    align-items: center;
  }
  #accueil.accueil .hero-visuel { max-width: 700px; order: 2; }
  #accueil.accueil .hero-avantages {
    max-width: 600px;
    width: 100%;
    justify-self: center;
  }
  #accueil.accueil .hero-avantages li { justify-content: flex-start; }
  #accueil.accueil .hero-form {
    justify-self: center;
    align-self: center;
  }
  #accueil.accueil .hero-cta-group,
  #accueil.accueil .hero-form { align-items: center; margin: 0 auto; }
  #accueil.accueil .hero-visuel { max-width: 700px; }
  #accueil.accueil .hero-playlist-zone {
    max-width: 700px;
  }
  #accueil.accueil .hero-blob-1 { width: 380px; height: 380px; top: -80px; right: -100px; }
  #accueil.accueil .hero-blob-2 { display: none; }
}

@media (max-width: 640px) {
  #accueil.accueil {
    padding: 48px 20px 48px 20px;
  }
  #accueil.accueil .hero-form-fields {
    grid-template-columns: 1fr;
  }
  #accueil.accueil .hero-titre { font-size: 1.7rem; letter-spacing: -0.005em; }
  #accueil.accueil .hero-slogan { font-size: 0.9rem; }
  #accueil.accueil .hero-avantages li { font-size: 0.98rem; }
  #accueil.accueil .hero-avantages li .hero-feature-icon {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }
  #accueil.accueil .hero-bouton {
    padding: 16px 28px;
    font-size: 0.95rem;
    width: 100%;
    justify-content: center;
  }
  #accueil.accueil .hero-playlist {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    margin: 0 -6px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #accueil.accueil .hero-playlist-item {
    flex: 0 0 130px;
    scroll-snap-align: start;
  }
  #accueil.accueil .hero-playlist-more {
    flex: 0 0 90px;
    width: 90px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Accueil■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Découvrir■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#installation {
  background-color: #32aae6;
  padding: 30px 0 30px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
  font-weight: 700;
  color: white;
}

#galeriephoto {
  text-align: center;
}
#galeriephoto .mosaique {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#galeriephoto .mosaique li {
  width: 22%;
  margin: 20px 1%;
  border: solid 2px transparent;
  transition: all 0.5s ease;
}
#galeriephoto .mosaique li img {
  height: 180px;
}
#galeriephoto .mosaique li a {
  overflow-x: hidden;
  display: block;
  position: relative;
}
#galeriephoto .mosaique li:hover {
  border-color: #f27442;
}
#galeriephoto .mosaique li:hover a .over {
  opacity: 0.7;
}
#galeriephoto .mosaique li li:last-child {
  display: none;
}
#galeriephoto .mosaique .over {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f27442;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
#galeriephoto .mosaique .over i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  color: white;
  margin: -25px 0 0 0;
  font-size: 3rem;
  text-align: center;
  box-sizing: border-box;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Découvrir■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Demande de démo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.box-demande-démo a {
  background-color: #0eba00;
  width: 150px;
  padding: 16px;
  z-index: 999;
  position: fixed;
  right: -1px;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 10px;
}
.box-demande-démo i {
  font-size: 56px;
  margin-bottom: 8px;
}

.box-démo {
  display: block;
  position: fixed;
  top: 50px;
  right: -1000px;
  width: 400px;
  height: calc(100% - 50px);
  padding: 20px 30px 30px 30px;
  z-index: 9999;
  background-color: white;
  transition: right 2s ease;
}
.box-démo .closedémo {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 400px;
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
  text-align: center;
  background-color: #32aae6;
  transition: all 2s ease;
  cursor: pointer;
}
.box-démo .closedémo:hover {
  background-color: #1d1d1d;
}
.box-démo .titre {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #32aae6;
}
.box-démo .soustitre {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}

.box-démo-open {
  right: 0;
}

.closedémo-open {
  right: 0 !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Demande de démo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Ancien #faq (parallax + liste ul) retiré : remplacé par .faq-section (accordéon). */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fonctionnalités preview home■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fonctionnalites-preview {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  padding: 100px 0 110px 0;
  overflow: hidden;
  color: #e8eaf0;
}
/* Ligne de séparation orange en haut (transition depuis hero) */
.fonctionnalites-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(242, 116, 66, 0.45) 50%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}
/* Blob flouté orange en haut-droite (mouvement + profondeur) */
.fonctionnalites-preview::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.28) 0%, rgba(242, 116, 66, 0) 70%);
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
  animation: fonctBlobFloat 16s ease-in-out infinite;
}
/* Second blob flouté rose en bas-gauche */
.fonctionnalites-preview > .wrapper { position: relative; z-index: 2; }
.fonctionnalites-blob-secondary {
  position: absolute;
  bottom: -80px;
  left: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(237, 75, 130, 0.18) 0%, rgba(237, 75, 130, 0) 70%);
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
  animation: fonctBlobFloat 14s ease-in-out infinite;
  animation-delay: -7s;
}
@keyframes fonctBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.08); }
}
.fonctionnalites-preview .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
/* Carousel horizontal scroll-snap */
.fonctionnalites-carousel { position: relative; }
/* Halo orange ambiant : rectangle flouté qui rayonne uniformément autour des cards */
.fonctionnalites-carousel::before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: 60px;       /* exclut la nav */
  left: -60px;
  right: -60px;
  background: rgba(242, 116, 66, 0.16);
  border-radius: 40px;
  filter: blur(55px);
  z-index: 0;
  pointer-events: none;
}
.fonctionnalites-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  /* Padding suffisant pour ne pas clipper le hover-lift (-6px) + box-shadow + glow des cards */
  padding: 28px 0 36px 0;
  /* Masquer la scrollbar — on utilise flèches + dots */
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Empêche tout "scroll anchoring" du navigateur qui ferait bouger la page */
  overflow-anchor: none;
  overscroll-behavior-x: contain;
}
.fonctionnalites-track::-webkit-scrollbar { display: none; }
.fonctionnalites-track:focus-visible {
  outline: 2px solid rgba(242, 116, 66, 0.6);
  outline-offset: 6px;
  border-radius: 12px;
}
/* ───── Titre + sous-titre génériques de section (réutilisables) ───── */
.section-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.85rem, 2.7vw, 2.3rem);
  font-weight: 700;
  line-height: 1.3;
  color: #1c1d22;
  letter-spacing: -0.018em;
  margin: 0 auto 18px auto;
  max-width: 900px;
  text-align: center;
  text-wrap: balance;
}
.section-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #4a5268;
  font-weight: 400;
  margin: 0 auto 48px auto;
  max-width: 820px;
  text-align: center;
  text-wrap: balance;
}

/* Override pour sections en dark theme — uniquement couleur + weight, on garde la taille commune */
.fonctionnalites-preview .section-titre { color: #ffffff; font-weight: 700; }
.fonctionnalites-preview .section-titre .section-titre-gradient {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  font-weight: 800;
}
.fonctionnalites-preview .section-soustitre { color: #c5cbda; }

/* Accent gradient dans le titre (style Similarweb) — utilisable sur fond clair */
.section-titre-gradient {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 50%, #6a4ce0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 800;
}
.fonctionnalites-tuile {
  position: relative;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #2c2e37 0%, #222329 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 28px 20px 24px 20px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 12px;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 10px 30px -10px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--stagger, 0s);
  cursor: pointer;
  overflow: hidden;
}
.fonctionnalites-tuile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at bottom, rgba(242, 116, 66, 0.12) 0%, rgba(242, 116, 66, 0) 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.fonctionnalites-tuile.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* Annule le stagger une fois affiché, pour éviter les cascades au scroll/hover */
  transition-delay: 0s;
}
.fonctionnalites-tuile:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 116, 66, 0.5);
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 200, 150, 0.22) 0%, rgba(255, 200, 150, 0) 55%),
    linear-gradient(180deg, #353844 0%, #282a36 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 48px -10px rgba(0, 0, 0, 0.55),
    0 0 48px -8px rgba(242, 116, 66, 0.48),
    0 0 0 1px rgba(242, 116, 66, 0.25);
}
.fonctionnalites-tuile:hover::before { opacity: 1; }
.fonctionnalites-tuile:hover .fonctionnalites-tuile-icone {
  transform: scale(1.12);
  filter: drop-shadow(0 4px 14px rgba(242, 116, 66, 0.5));
}
.fonctionnalites-tuile:hover .fonctionnalites-tuile-lien { color: #ffb280; }
.fonctionnalites-tuile:hover .fonctionnalites-tuile-lien i { transform: translateX(4px); }

.fonctionnalites-tuile-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(242, 116, 66, 0.35);
  z-index: 2;
}

.fonctionnalites-tuile-icone {
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
  position: relative;
  z-index: 1;
}

.fonctionnalites-tuile-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.005em;
  margin: 6px 0 0 0;
  text-wrap: balance;
  position: relative;
  z-index: 1;
}

.fonctionnalites-tuile-description {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #a0a8bc;
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.fonctionnalites-tuile-lien {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #f27442;
  letter-spacing: 0.01em;
  margin-top: auto;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.fonctionnalites-tuile-lien i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.fonctionnalites-tuile--pro { border-color: rgba(242, 116, 66, 0.3); }

/* Dimensions fixes dans le track — 3 visibles desktop, 2 tablette, 1 mobile */
.fonctionnalites-track .fonctionnalites-tuile {
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 280px;
  padding: 28px 24px 24px 24px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.fonctionnalites-track .fonctionnalites-tuile-icone { font-size: 2.2rem; }
.fonctionnalites-track .fonctionnalites-tuile-titre {
  font-size: 1.05rem;
  margin-top: 10px;
}
.fonctionnalites-track .fonctionnalites-tuile-description {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #b5bccc;
}

/* Navigation carousel (même langage visuel que témoignages) */
.fonctionnalites-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.fonctionnalites-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
.fonctionnalites-nav-btn:hover {
  background: #f27442;
  border-color: #f27442;
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(242, 116, 66, 0.45);
}
.fonctionnalites-dots {
  display: flex;
  gap: 8px;
}
.fonctionnalites-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}
.fonctionnalites-dot:hover { background: rgba(255, 255, 255, 0.4); }
.fonctionnalites-dot.active {
  background: #f27442;
  width: 28px;
  border-radius: 4px;
}

@media (max-width: 1100px) {
  .fonctionnalites-preview { padding: 60px 0 70px 0; }
  .fonctionnalites-track .fonctionnalites-tuile {
    flex-basis: calc((100% - 20px) / 2);
    min-height: 260px;
  }
  .section-titre { font-size: clamp(1.45rem, 3vw, 1.75rem); }
  .section-soustitre { font-size: 1.08rem; margin-bottom: 32px; }
}
@media (max-width: 640px) {
  .fonctionnalites-preview { padding: 48px 0 56px 0; }
  .fonctionnalites-track { gap: 14px; padding: 6px 0 12px 0; }
  .fonctionnalites-track .fonctionnalites-tuile {
    flex-basis: 86%;
    min-height: 240px;
    padding: 24px 20px 20px 20px;
  }
  .fonctionnalites-nav { gap: 14px; margin-top: 22px; }
}

/* Bouton "Toutes les fonctionnalités" — glass blanc sur section dark */
.fonctionnalites-voir-toutes {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 36px auto 0 auto;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  width: fit-content;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
  z-index: 2;
}
.fonctionnalites-voir-toutes i {
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}
.fonctionnalites-voir-toutes:hover {
  background: #f27442;
  color: #ffffff;
  border-color: #f27442;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 20px -4px rgba(242, 116, 66, 0.55);
}
.fonctionnalites-voir-toutes:hover i { transform: translateX(4px); }
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Fonctionnalités■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Avantages — section light■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.avantages-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
  padding: 90px 0 100px 0;
  overflow: hidden;
}
.avantages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(242, 116, 66, 0.35) 50%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}
.avantages-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  animation: avantagesBlobFloat 16s ease-in-out infinite;
}
.avantages-blob-1 {
  top: -100px;
  left: -100px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.22) 0%, rgba(242, 116, 66, 0) 65%);
}
.avantages-blob-2 {
  bottom: -100px;
  right: -100px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(237, 75, 130, 0.14) 0%, rgba(237, 75, 130, 0) 65%);
  animation-delay: -8s;
}
@keyframes avantagesBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 20px) scale(1.06); }
}
.avantages-section .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
/* ───── 5 atouts compacts (centrés, bordure rotative au hover) ───── */
@property --atout-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.atouts-grille {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 48px;
  margin-bottom: 56px;
}
.atout-card {
  --atout-angle: 0deg;
  position: relative;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(rgba(242, 116, 66, 0.25), rgba(242, 116, 66, 0.25)) border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 24px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(0, 0, 0, 0.03),
    0 8px 20px -8px rgba(242, 116, 66, 0.12);
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
  transition-delay: var(--stagger, 0s);
}
.atout-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.atout-card:hover {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    conic-gradient(from var(--atout-angle), rgba(242, 116, 66, 0) 0deg, #f27442 80deg, rgba(242, 116, 66, 0) 160deg, rgba(242, 116, 66, 0) 360deg) border-box;
  animation: atoutBorderRotate 1.1s linear;
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 4px 10px rgba(0, 0, 0, 0.04),
    0 14px 28px -8px rgba(242, 116, 66, 0.3);
}
.atout-card:hover .atout-icone {
  background: #f27442;
  color: #ffffff;
  transform: scale(1.1);
}
@keyframes atoutBorderRotate {
  0%   { --atout-angle: 0deg; }
  100% { --atout-angle: 360deg; }
}
.atout-icone {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(242, 116, 66, 0.12);
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.atout-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
}
.atout-description {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #5a6170;
  margin: 0;
}

/* ───── 3 bénéfices majeurs ───── */
.avantages-grille {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 auto;
  max-width: 920px;
}
.avantage-card {
  position: relative;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #f58b59 0%, #e5612a 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 36px 28px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 14px 36px -10px rgba(229, 97, 42, 0.45);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  transition-delay: var(--stagger, 0s);
  overflow: hidden;
}
.avantage-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.avantage-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.08),
    0 22px 48px -10px rgba(229, 97, 42, 0.55);
}
.avantage-card:hover .avantage-icone {
  transform: scale(1.08);
}
.avantage-icone {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.avantage-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.avantage-description {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1100px) {
  .avantages-section { padding: 60px 0 70px 0; }
  .atouts-grille {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .avantages-grille {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .avantages-blob-2 { display: none; }
}
/* Astérisque orange sur atout "Économique" renvoyant à la footnote */
.atout-asterisque {
  color: #f27442;
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 1px;
}
/* Footnote en bas de section Avantages — explication de l'astérisque */
.avantages-footnote {
  max-width: 820px;
  margin: 36px auto 0;
  text-align: center;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  color: rgba(28, 29, 34, 0.55);
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.avantages-footnote sup { color: #f27442; font-weight: 700; }

/* Mini-CTA fondu en fin de section Avantages */
.avantages-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 56px;
  padding: 22px 32px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(242, 116, 66, 0.18);
  border-radius: 999px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 14px rgba(20, 24, 40, 0.04);
  position: relative;
  z-index: 2;
}
.avantages-cta-texte {
  margin: 0;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1c1d22;
  letter-spacing: -0.005em;
}
.avantages-cta-bouton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 12px rgba(242, 116, 66, 0.32);
}
.avantages-cta-bouton i { font-size: 0.85rem; }
.avantages-cta-bouton:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 8px 22px rgba(242, 116, 66, 0.45);
}

@media (max-width: 640px) {
  .avantages-section { padding: 48px 0 56px 0; }
  .atouts-grille { grid-template-columns: 1fr; }
  .atout-card { padding: 20px 18px 18px 18px; }
  .avantage-card { padding: 28px 22px 26px 22px; }
  .avantages-cta {
    flex-direction: column;
    padding: 20px 22px;
    border-radius: 22px;
    gap: 14px;
    text-align: center;
  }
  .avantages-cta-texte { font-size: 0.95rem; }
  .avantages-cta-bouton { width: 100%; justify-content: center; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Avantages■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■FAQ — section light (accordéon natif)■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.faq-section {
  position: relative;
  /* Base très sombre, quasi noire */
  background: #080815;
  padding: 100px 0 110px 0;
  overflow: hidden;
  color: #e8eaf0;
}
/* Cône du projecteur : trapèze incliné partant du haut-droit, s'évasant vers le bas */
.faq-section .faq-spot {
  position: absolute;
  inset: 0;
  background:
    /* Faisceau orange : intense haut-droit, reste lumineux jusqu'à mi-course (là où sont les cards) */
    linear-gradient(215deg,
      rgba(242, 116, 66, 0.8) 0%,
      rgba(242, 116, 66, 0.62) 20%,
      rgba(242, 116, 66, 0.42) 45%,
      rgba(242, 116, 66, 0.18) 70%,
      rgba(242, 116, 66, 0) 92%
    ),
    /* Nappe magenta qui complète pour richesse chromatique */
    linear-gradient(215deg,
      rgba(237, 75, 130, 0.32) 0%,
      rgba(237, 75, 130, 0.15) 35%,
      rgba(237, 75, 130, 0) 65%
    );
  /* Trapèze entonnoir : source en haut-droit (pas collée au bord), s'évase et se centre sur les cards */
  clip-path: polygon(58% -4%, 85% -4%, 78% 110%, 2% 110%);
  /* Blur pour adoucir les bords du faisceau */
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}
/* Grille sombre révélée le long du faisceau — même forme et blur adouci */
.faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  background-position: center center;
  pointer-events: none;
  z-index: 1;
  /* Masque oblique : grille visible là où la lumière passe, fondue aux extrêmes */
  mask-image: linear-gradient(215deg, #000 0%, #000 40%, rgba(0,0,0,0.4) 65%, transparent 82%);
  -webkit-mask-image: linear-gradient(215deg, #000 0%, #000 40%, rgba(0,0,0,0.4) 65%, transparent 82%);
}
.faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 0%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 0%, transparent 85%);
}
.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(242, 116, 66, 0.55) 50%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}
/* Blobs latéraux supprimés — remplacés par le faisceau oblique .faq-spot et le gradient de .faq-section */
/* Titre + sous-titre : override pour fond dark (titre entièrement blanc, pas d'accent orange ici) */
.faq-section .section-titre,
.faq-section .section-titre .orange { color: #ffffff; font-weight: 700; }
.faq-section .section-soustitre { color: #c5cbda; }
@keyframes faqBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-15px, 15px) scale(1.05); }
}
.faq-section .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.faq-liste {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  /* Fond dark glass plus clair pour qu'il capte mieux la lumière du faisceau */
  background:
    linear-gradient(180deg, rgba(255, 220, 190, 0.10) 0%, rgba(255, 220, 190, 0) 40%),
    linear-gradient(180deg, rgba(60, 55, 70, 0.75) 0%, rgba(40, 38, 52, 0.72) 100%);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(255, 180, 140, 0.28);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    /* Reflet supérieur blanc qui simule la lumière qui frappe le bord haut */
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    /* Rim light orange : contour lumineux */
    0 0 0 1px rgba(255, 180, 140, 0.18),
    0 0 36px -4px rgba(242, 116, 66, 0.4),
    /* Ombres de profondeur */
    0 4px 12px rgba(0, 0, 0, 0.45),
    0 20px 44px -10px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--stagger, 0s);
  position: relative;
  z-index: 2;
}
.faq-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.faq-item[open] {
  background: rgba(30, 28, 38, 0.7);
  border-color: rgba(242, 116, 66, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 0 1px rgba(242, 116, 66, 0.25),
    0 0 40px -4px rgba(242, 116, 66, 0.55),
    0 4px 12px rgba(0, 0, 0, 0.45),
    0 24px 50px -10px rgba(0, 0, 0, 0.7);
}
.faq-question {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { display: none; }
.faq-question:hover { color: #ffb280; }
.faq-question:hover .faq-icon { background: #f27442; color: #ffffff; border-color: #f27442; }
.faq-question-texte { flex: 1; }
.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(242, 116, 66, 0.18);
  border: 1px solid rgba(242, 116, 66, 0.35);
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.faq-item[open] .faq-icon {
  background: #f27442;
  color: #ffffff;
  border-color: #f27442;
  transform: rotate(45deg);
}
.faq-item[open] .faq-question { color: #ffb280; }
.faq-reponse {
  padding: 0 22px 22px 22px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #c5cbda;
  animation: faqSlideDown 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-reponse strong { color: #ffffff; font-weight: 700; }
@keyframes faqSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.faq-voir-toutes {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 40px auto 0 auto;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  width: fit-content;
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 2;
}
.faq-voir-toutes i {
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}
.faq-voir-toutes:hover {
  background: #f27442;
  color: #ffffff;
  border-color: #f27442;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 20px -4px rgba(242, 116, 66, 0.55);
}
.faq-voir-toutes:hover i { transform: translateX(4px); }

@media (max-width: 1100px) {
  .faq-section { padding: 60px 0 70px 0; }
  .faq-blob-2 { display: none; }
}
@media (max-width: 640px) {
  .faq-section { padding: 48px 0 56px 0; }
  .faq-question { padding: 16px 18px; font-size: 0.95rem; }
  .faq-reponse { padding: 0 18px 18px 18px; font-size: 0.9rem; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin FAQ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Installation — 3 étapes■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.installation-section {
  position: relative;
  padding: 100px 0 110px 0;
  background: linear-gradient(180deg, #fbf6ef 0%, #ffffff 100%);
  overflow: hidden;
}
.installation-section .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.installation-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}
.installation-blob-1 {
  width: 420px; height: 420px;
  top: -140px; left: -120px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.24), rgba(242, 116, 66, 0));
}
.installation-blob-2 {
  width: 380px; height: 380px;
  bottom: -160px; right: -100px;
  background: radial-gradient(circle, rgba(119, 93, 208, 0.18), rgba(119, 93, 208, 0));
}

.installation-etapes {
  list-style: none;
  padding: 0;
  margin: 56px auto 0 auto;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}
/* Ligne pointillée qui relie les 3 cercles */
.installation-etapes::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 14%;
  right: 14%;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(242, 116, 66, 0.5) 50%, transparent 0);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  z-index: 0;
}
.installation-etape {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--stagger, 0s);
}
.installation-etape.is-visible { opacity: 1; transform: translateY(0); }

.installation-etape-cercle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 4px 14px rgba(242, 116, 66, 0.28),
    0 14px 36px -10px rgba(242, 116, 66, 0.38);
  margin-bottom: 20px;
}
.installation-etape-cercle::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(242, 116, 66, 0.22);
  pointer-events: none;
}
.installation-etape-numero {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1c1d22;
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(20, 24, 40, 0.22);
}
.installation-etape-icone {
  color: #ffffff;
  font-size: 1.7rem;
}

.installation-etape-corps { max-width: 300px; }
.installation-etape-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c1d22;
  line-height: 1.3;
  margin: 0 0 8px 0;
  letter-spacing: -0.005em;
}
.installation-etape-description {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #4a5268;
  margin: 0 0 12px 0;
}
.installation-etape-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: #1c1d22;
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.005em;
}
.installation-etape-badge i { color: #f27442; font-size: 0.72rem; }

@media (max-width: 800px) {
  .installation-section { padding: 70px 0 80px 0; }
  .installation-etapes { grid-template-columns: 1fr; gap: 36px; max-width: 480px; }
  .installation-etapes::before {
    top: 76px;
    bottom: 76px;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    background-image: linear-gradient(180deg, rgba(242, 116, 66, 0.5) 50%, transparent 0);
    background-size: 2px 12px;
    background-repeat: repeat-y;
    transform: translateX(-1px);
  }
}
@media (max-width: 480px) {
  .installation-section { padding: 56px 0 64px 0; }
  .installation-etape-corps { max-width: none; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Installation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Savoir-faire — section light compacte, badge Antesis, grille points forts■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.savoirfaire-section {
  position: relative;
  padding: 70px 0 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
  overflow: hidden;
}
.savoirfaire-section .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

/* Continuation du faisceau FAQ : pente du côté droit quasi-identique (très légère inclinaison) */
.savoirfaire-faisceau {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background:
    /* Gradient orange plus clair que FAQ (on éclaircit dans savoir-faire) */
    linear-gradient(215deg,
      rgba(242, 116, 66, 0.32) 0%,
      rgba(242, 116, 66, 0.18) 15%,
      rgba(242, 116, 66, 0.07) 35%,
      rgba(242, 116, 66, 0.02) 55%,
      rgba(242, 116, 66, 0) 72%),
    linear-gradient(215deg,
      rgba(237, 75, 130, 0.14) 0%,
      rgba(237, 75, 130, 0.04) 30%,
      rgba(237, 75, 130, 0) 55%);
  /* Pente côté droit très faible (4%) pour matcher FAQ ; côté gauche s'évase fortement */
  clip-path: polygon(2% 0%, 78% 0%, 74% 100%, -45% 100%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

/* Titre Savoir-faire : aligné sur la taille commune (clamp 1.85→2.3rem, weight 700) en gris */
.savoirfaire-titre {
  color: #5a6170 !important;
  font-weight: 700;
  margin-bottom: 28px;
}

/* Wrapper centré */
.savoirfaire-section .wrapper { text-align: center; }
.savoirfaire-section .wrapper > .savoirfaire-grille,
.savoirfaire-section .wrapper > .savoirfaire-cta { text-align: left; }

/* Globe en arrière-plan, plus discret (section moins haute) */
.savoirfaire-globe {
  position: absolute;
  bottom: -45%;
  left: 50%;
  width: min(1100px, 140%);
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  mask-image: radial-gradient(ellipse 65% 55% at 50% 38%, #000 45%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 50% 38%, #000 45%, transparent 85%);
}
.savoirfaire-network {
  width: 100%;
  height: 100%;
  animation: savoirfaireRotateSlow 160s linear infinite;
  transform-origin: center center;
}
@keyframes savoirfaireRotateSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Grille 5 cards en ligne sur desktop (5 points forts) — cascade propre, pas d'arrangement 3+2 ou 2+2+1 */
.savoirfaire-grille {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.savoirfaire-card {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(242, 116, 66, 0.16);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 4px 14px rgba(20, 24, 40, 0.05),
    0 12px 32px -10px rgba(242, 116, 66, 0.14);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--stagger, 0s);
}
.savoirfaire-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.savoirfaire-card:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(242, 116, 66, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 6px 18px rgba(20, 24, 40, 0.07),
    0 18px 40px -10px rgba(242, 116, 66, 0.22);
}
.savoirfaire-card-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.savoirfaire-card-icone {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(242, 116, 66, 0.1);
  border: 1px solid rgba(242, 116, 66, 0.22);
  color: #f27442;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
}
.savoirfaire-card-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1c1d22;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.savoirfaire-card-valeur {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.savoirfaire-card-label {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: #4a5268;
  line-height: 1.5;
}

/* CTA centré sous la grille */
.savoirfaire-cta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.savoirfaire-lien {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px 10px 10px;
  background: rgba(242, 116, 66, 0.08);
  color: #f27442;
  border: 1px solid rgba(242, 116, 66, 0.3);
  border-radius: 999px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}
.savoirfaire-lien-logo {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 8px;
  background: #ffffff;
  padding: 4px;
  box-sizing: border-box;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(242, 116, 66, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.savoirfaire-lien i { font-size: 0.78rem; transition: transform 0.25s ease; }
.savoirfaire-lien:hover {
  background: #f27442;
  color: #ffffff;
  border-color: #f27442;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(242, 116, 66, 0.45);
}
.savoirfaire-lien:hover .savoirfaire-lien-logo {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}
.savoirfaire-lien:hover i { transform: translateX(4px); }

/* Cascade propre : 5 → 2 → 1, jamais d'arrangement asymétrique */
@media (max-width: 980px) {
  .savoirfaire-grille { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
@media (max-width: 540px) {
  .savoirfaire-section { padding: 60px 0 80px 0; }
  .savoirfaire-grille { grid-template-columns: 1fr; gap: 12px; }
  .savoirfaire-card { padding: 18px; }
  .savoirfaire-globe { bottom: -55%; width: min(1200px, 200%); }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Savoir-faire■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Témoignages — section dark avec carte unique centrée■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.temoignages-section {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(237, 75, 130, 0.08) 0%, rgba(237, 75, 130, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  padding: 100px 0 100px 0;
  overflow: hidden;
  color: #e8eaf0;
}
.temoignages-section .section-titre { color: #ffffff; font-weight: 700; }
.temoignages-section .section-titre .orange { color: #ff8a5b; }
.temoignages-section .section-soustitre { color: #c5cbda; }
.temoignages-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  animation: temoignagesBlobFloat 14s ease-in-out infinite;
}
.temoignages-blob-1 {
  top: -100px;
  left: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.18) 0%, rgba(242, 116, 66, 0) 65%);
}
.temoignages-blob-2 {
  bottom: -80px;
  right: 10%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(237, 75, 130, 0.14) 0%, rgba(237, 75, 130, 0) 65%);
  animation-delay: -7s;
}
@keyframes temoignagesBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.05); }
}
.temoignages-section .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.temoignages-carousel {
  max-width: 1100px;
  margin: 0 auto;
}
.temoignages-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  min-height: 260px;
}
.temoignage-card[hidden] { display: none; }
/* Témoignage épuré : pas de cadre, juste une barre orange à gauche comme pull-quote */
.temoignage-card {
  position: relative;
  background: transparent;
  border: none;
  border-left: 3px solid rgba(242, 116, 66, 0.55);
  border-radius: 0;
  padding: 14px 22px 14px 28px;
  box-shadow: none;
}
.temoignage-stars {
  display: inline-flex;
  gap: 3px;
  color: #ffb84c;
  font-size: 0.95rem;
  margin-bottom: 20px;
}
.temoignage-citation {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #e8eaf0;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  letter-spacing: -0.005em;
}
.temoignage-citation:before { content: '\201C'; color: #f27442; font-size: 1.4em; font-weight: 700; margin-right: 2px; line-height: 0; vertical-align: -0.2em; }
.temoignage-citation:after  { content: '\201D'; color: #f27442; font-size: 1.4em; font-weight: 700; margin-left: 2px; line-height: 0; vertical-align: -0.2em; }
/* Signature éditoriale : "— Prénom Nom, Société" en italique, se fond dans la card */
.temoignage-auteur {
  /* Override des styles hérités du sélecteur global <footer> (fond noir, flex column) */
  background: transparent;
  background-color: transparent;
  display: block;
  padding: 10px 0 0 0;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #c5cbda;
  font-style: italic;
  letter-spacing: -0.005em;
}
.temoignage-tiret {
  color: #f27442;
  font-weight: 700;
  font-style: normal;
  margin-right: 6px;
}
.temoignage-nom {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
}
.temoignage-sep {
  color: #c5cbda;
  font-style: italic;
  margin-right: 4px;
}
.temoignage-societe {
  color: #a0a8bc;
  font-weight: 400;
  font-style: italic;
}
.temoignage-lire-plus {
  display: inline;
  background: none;
  border: 0;
  padding: 0;
  margin-left: 4px;
  color: #f27442;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  transition: color 0.25s ease;
}
.temoignage-lire-plus:hover {
  color: #ffb084;
  text-decoration-thickness: 2px;
}
.temoignages-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.temoignages-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
.temoignages-nav-btn:hover {
  background: #f27442;
  border-color: #f27442;
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(242, 116, 66, 0.45);
}
.temoignages-dots {
  display: flex;
  gap: 8px;
}
.temoignages-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}
.temoignages-dot:hover { background: rgba(255, 255, 255, 0.4); }
.temoignages-dot.active {
  background: #f27442;
  width: 28px;
  border-radius: 4px;
}

/* Lightbox témoignage */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox[hidden] { display: none; }
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 14, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lightbox-dialog {
  position: relative;
  max-width: 640px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  background: linear-gradient(180deg, #2c2e37 0%, #1c1d22 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 40px;
  color: #e8eaf0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  animation: lightboxIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes lightboxIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.lightbox-close:hover { background: rgba(242, 116, 66, 0.8); transform: scale(1.08); }
.lightbox-stars {
  display: inline-flex;
  gap: 3px;
  color: #ffb84c;
  font-size: 1rem;
  margin-bottom: 18px;
}
.lightbox-citation {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #e8eaf0;
  font-style: italic;
  margin: 0 0 18px 0;
  padding: 0;
  border: 0;
}
.lightbox-citation:before { content: '\201C'; color: #f27442; font-size: 1.4em; font-weight: 700; margin-right: 2px; line-height: 0; vertical-align: -0.2em; }
.lightbox-citation:after  { content: '\201D'; color: #f27442; font-size: 1.4em; font-weight: 700; margin-left: 2px; line-height: 0; vertical-align: -0.2em; }
/* La signature est un <footer> : on neutralise les styles globaux hérités (fond noir, flex) */
.lightbox-auteur {
  background: transparent;
  background-color: transparent;
  display: block;
  padding: 14px 0 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #c5cbda;
  font-style: italic;
}
.lightbox-long {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #c5cbda;
}

@media (max-width: 1100px) {
  .temoignages-section { padding: 70px 0 70px 0; }
  .temoignages-container { gap: 24px; }
  .temoignage-card { padding: 10px 18px 10px 22px; }
  .temoignage-citation { font-size: 1.05rem; }
  .temoignages-blob-2 { display: none; }
}
@media (max-width: 800px) {
  .temoignages-container { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .temoignages-section { padding: 56px 0 56px 0; }
  .temoignage-card { padding: 8px 16px 8px 20px; }
  .temoignage-citation { font-size: 0.98rem; }
  .lightbox-dialog { padding: 28px 22px; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Témoignages■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Footer■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0 0;
  background:
    radial-gradient(ellipse 80% 50% at 85% 0%, rgba(242, 116, 66, 0.12) 0%, rgba(242, 116, 66, 0) 55%),
    linear-gradient(180deg, #141520 0%, #0e0f18 100%);
  color: #c5cbda;
  display: block;
  font-family: 'Inter', 'Lato', sans-serif;
}
.site-footer-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}
.site-footer-blob-1 {
  width: 520px; height: 520px;
  top: -240px; right: -140px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.35), rgba(242, 116, 66, 0));
}
.site-footer-wrapper { position: relative; z-index: 1; }

.site-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
  gap: 48px 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Marque */
.site-footer-marque { min-width: 0; }
.site-footer-logo { display: inline-block; margin-bottom: 18px; }
.site-footer-logo img { display: block; max-width: 160px; height: auto; }
.site-footer-baseline {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #a0a8bc;
  margin: 0 0 22px 0;
  max-width: 320px;
}
.site-footer-social {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 22px;
}
.site-footer-social a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c5cbda;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
}
.site-footer-social a:hover {
  background: #f27442;
  color: #fff;
  border-color: #f27442;
  transform: translateY(-2px);
}
.site-footer-social i { font-size: 0.95rem; }
.site-footer-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.8rem;
  color: #a0a8bc;
  margin: 0;
}
.site-footer-flag-icon { font-size: 0.95rem; line-height: 1; }

/* Colonnes */
.site-footer-col { min-width: 0; }
.site-footer-col-titre {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 18px 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-footer-col-titre--sub { margin-top: 28px; }
.site-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer-col ul a {
  color: #a0a8bc;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 400;
  transition: color 0.2s ease;
}
.site-footer-col ul a:hover { color: #f27442; }
.site-footer-col--contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #a0a8bc;
  font-size: 0.92rem;
  line-height: 1.5;
}
.site-footer-col--contact ul li i {
  color: #f27442;
  font-size: 0.82rem;
  margin-top: 4px;
  flex-shrink: 0;
  width: 14px;
  text-align: center;
}
.site-footer-col--contact ul li a {
  color: #ffffff;
  font-weight: 500;
}
.site-footer-col--contact ul li a:hover { color: #f27442; }
.site-footer-adresse span { color: #a0a8bc; font-weight: 400; }
.site-footer-autres { flex-direction: row !important; flex-wrap: wrap; gap: 6px 14px !important; }
.site-footer-autres li { margin: 0; }
.site-footer-autres a {
  font-size: 0.82rem !important;
  color: #8892a8 !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
  padding-bottom: 1px;
}
.site-footer-autres a:hover { color: #f27442 !important; border-color: #f27442; }

/* Bottom */
.site-footer-bottom {
  padding: 22px 0 26px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.site-footer-legal {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 0.78rem;
  color: #64708a;
  text-align: center;
}
.site-footer-legal a { color: #a0a8bc; text-decoration: none; }
.site-footer-legal a:hover { color: #f27442; }
.site-footer-legal i { color: #64708a; }
.site-footer-sep { color: rgba(255, 255, 255, 0.15); }

@media (max-width: 1100px) {
  .site-footer-top {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px 32px;
  }
  .site-footer-marque { grid-column: 1 / -1; }
  .site-footer-col--contact { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .site-footer { padding-top: 64px; }
  .site-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding-bottom: 40px;
  }
  .site-footer-marque,
  .site-footer-col--contact { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .site-footer-top { grid-template-columns: 1fr; }
  .site-footer-legal { font-size: 0.74rem; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Footer■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■CTA Test gratuit — style unifié sur toutes les pages■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Gradient orange → rose → violet + effet "vague" au hover, cohérent partout */
.hero-bouton,
.avantages-cta-bouton,
.page-fonct-cta-bouton,
.page-test-form-bouton,
.menu li.menu-cta .bouton-cta {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%) !important;
  background-size: 200% 200% !important;
  background-position: 0% 50% !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 16px -2px rgba(242, 116, 66, 0.38),
    0 12px 32px -4px rgba(237, 75, 130, 0.3),
    0 20px 48px -8px rgba(106, 76, 224, 0.22) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-position 0.6s ease !important;
}
.hero-bouton:hover,
.avantages-cta-bouton:hover,
.page-fonct-cta-bouton:hover,
.page-test-form-bouton:hover,
.menu li.menu-cta .bouton-cta:hover {
  transform: translateY(-2px) !important;
  background-position: 100% 50% !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 24px -2px rgba(242, 116, 66, 0.52),
    0 18px 44px -4px rgba(237, 75, 130, 0.42),
    0 28px 64px -8px rgba(106, 76, 224, 0.35) !important;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin CTA Test gratuit■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Titres — échelle typographique unifiée■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* L1/L2 = .section-titre, .page-fonct-titre, .page-test-titre : déjà clamp(1.7rem, 2.5vw, 2.1rem) */

/* L3 — titres de blocs/cards/sous-sections : uniformes partout */
.page-fonct-titre-bloc,
.page-test-card-titre,
.page-test-section-titre,
.page-test-public-card-titre,
.page-test-col-titre,
.page-fonct-cta-titre,
.page-test-form-titre,
.opt-b-titre,
.opt-c-titre,
.opt-d-titre {
  font-family: 'Inter', 'Lato', sans-serif !important;
  font-size: clamp(1.55rem, 2.2vw, 1.85rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em !important;
}
/* Sur fonds clairs : couleur noir foncé */
.page-test-card-titre,
.page-fonct-cta-titre,
.page-test-form-titre,
.opt-b-titre,
.opt-c-public[data-active-tab="copy"] .opt-c-titre {
  color: #1c1d22 !important;
}
/* Titres de fonctionnalités : gradient orange brand → gris des paragraphes (orange capte l'œil à gauche, fade vers le neutre) */
.page-fonct-titre-bloc {
  color: #f27442 !important; /* fallback orange si background-clip non supporté */
  background: linear-gradient(90deg, #f27442 0%, #3a4056 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Le badge PRO conserve sa couleur d'origine (sinon il devient invisible) */
.page-fonct-titre-bloc .page-fonct-badge-pro { -webkit-text-fill-color: initial; }
/* Sur fonds dark : couleur blanche */
.page-test-public-card-titre,
.opt-c-public[data-active-tab="bureau"] .opt-c-titre,
.opt-d-titre--light {
  color: #ffffff !important;
}

/* L4 — titres de mini-cards/tuiles : taille fixe plus petite */
.fonctionnalites-tuile-titre,
.atout-titre,
.avantage-titre,
.installation-etape-titre {
  font-family: 'Inter', 'Lato', sans-serif !important;
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.005em !important;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Titres■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Page /fr/fonctionnalites — dédiée■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-fonct { display: block; }
.page-fonct .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Hero de la page — dark navy, cohérent avec section Fonctionnalités home */
.page-fonct-hero {
  position: relative;
  padding: 90px 0 80px 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  overflow: hidden;
  text-align: center;
  color: #e8eaf0;
}
/* Blobs du hero retirés — hero 100 % blanc, épuré */
.page-fonct-hero .wrapper { position: relative; z-index: 2; }
.page-fonct-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.85rem, 2.7vw, 2.3rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: -0.018em;
  margin: 0 auto 18px auto;
  max-width: 880px;
  text-wrap: balance;
}
.page-fonct-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #c5cbda;
  font-weight: 400;
  margin: 0 auto;
  max-width: 820px;
  text-wrap: balance;
}
.page-fonct-soustitre strong { color: #ffffff; }

/* Indicateur de scroll sous le hero */
.page-fonct-scroll-down {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(242, 116, 66, 0.22);
  border-radius: 999px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #3a4056;
  text-decoration: none;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.05);
  transition: all 0.25s ease;
}
.page-fonct-scroll-down:hover {
  background: rgba(242, 116, 66, 0.08);
  border-color: rgba(242, 116, 66, 0.5);
  color: #1c1d22;
  transform: translateY(-1px);
}
.page-fonct-scroll-down-icone {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f27442;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  animation: pageFonctScrollBounce 1.8s ease-in-out infinite;
}
@keyframes pageFonctScrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

.page-fonct-badge-pro {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(242, 116, 66, 0.35);
}

/* Blocs fonctionnalité — fond blanc uniforme sans séparation, espacement réduit */
.page-fonct-bloc {
  position: relative;
  padding: 40px 0;
  background: #ffffff;
  overflow: hidden;
  scroll-margin-top: 100px;
}

/* Décorations flottantes retirées — blocs épurés */

.page-fonct-bloc-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.page-fonct-bloc--inverse .page-fonct-bloc-inner { direction: rtl; }
.page-fonct-bloc--inverse .page-fonct-texte,
.page-fonct-bloc--inverse .page-fonct-media { direction: ltr; }

/* Animations au scroll : texte et média entrent par leur côté */
.page-fonct-texte,
.page-fonct-media {
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Amplitude de slide : 80px en standard, 120px sur grand écran (sinon imperceptible) */
.page-fonct-texte { transform: translateX(-80px); }
.page-fonct-media { transform: translateX(80px); }
.page-fonct-bloc--inverse .page-fonct-texte { transform: translateX(80px); }
.page-fonct-bloc--inverse .page-fonct-media { transform: translateX(-80px); }
@media (min-width: 1400px) {
  .page-fonct-texte { transform: translateX(-120px); }
  .page-fonct-media { transform: translateX(120px); }
  .page-fonct-bloc--inverse .page-fonct-texte { transform: translateX(120px); }
  .page-fonct-bloc--inverse .page-fonct-media { transform: translateX(-120px); }
}

.page-fonct-bloc.is-visible .page-fonct-texte,
.page-fonct-bloc.is-visible .page-fonct-media {
  opacity: 1;
  transform: translateX(0);
}
.page-fonct-bloc.is-visible .page-fonct-media { transition-delay: 0.15s; }


/* Colonne texte */
.page-fonct-texte { min-width: 0; }
/* Badge PRO inline avec le titre : espacement avant + centrage vertical */
.page-fonct-titre-bloc .page-fonct-badge-pro {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 12px;
  transform: translateY(-4px);
}

/* Visualisation tarifaire : grille + ligne active — compact */
.tarif-demo {
  margin: 10px 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(20, 24, 40, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.04);
}
.tarif-demo-titre {
  padding: 6px 12px;
  background: rgba(242, 116, 66, 0.08);
  border-bottom: 1px solid rgba(242, 116, 66, 0.12);
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1c1d22;
}
.tarif-demo-titre strong { color: #f27442; }
.tarif-grille {
  display: flex;
  flex-direction: column;
  padding: 2px 0;
}
.tarif-ligne {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 12px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.84rem;
  line-height: 1.3;
  color: #4a5268;
  transition: background 0.2s ease;
}
.tarif-range {
  font-weight: 600;
  color: #1c1d22;
  min-width: 70px;
}
.tarif-prix {
  color: #4a5268;
  font-variant-numeric: tabular-nums;
}
.tarif-ligne--active {
  background: linear-gradient(90deg, rgba(242, 116, 66, 0.12) 0%, rgba(242, 116, 66, 0.04) 100%);
  border-left: 3px solid #f27442;
  padding-left: 9px;
  font-weight: 600;
  color: #1c1d22;
}
.tarif-ligne--active .tarif-prix { color: #f27442; font-weight: 700; margin-left: auto; }
.tarif-mark {
  flex: 1;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f27442;
  padding: 2px 7px;
  background: rgba(242, 116, 66, 0.14);
  border-radius: 999px;
  max-width: fit-content;
  margin: 0 auto;
}
/* Total sous la grille */
.tarif-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border-top: 1px dashed rgba(242, 116, 66, 0.25);
  background: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-variant-numeric: tabular-nums;
}
.tarif-total-calcul { color: #6b7180; font-size: 0.84rem; }
.tarif-total-egal { color: #c5cbda; font-weight: 700; font-size: 1rem; }
.tarif-total-montant {
  color: #f27442;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* Tranches cumulées : 2 cas côte à côte, ultra-compact */
.tarif-cumul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 10px 0;
}
.tarif-cumul-cas {
  background: #ffffff;
  border: 1px solid rgba(20, 24, 40, 0.08);
  border-radius: 10px;
  padding: 6px 10px 8px 10px;
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.04);
}
.tarif-cumul-titre {
  margin: 0 0 5px 0;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1c1d22;
  line-height: 1.3;
}
.tarif-cumul-titre span {
  color: #f27442;
  background: rgba(242, 116, 66, 0.1);
  padding: 0 6px;
  border-radius: 4px;
  font-size: 0.78rem;
  margin-left: 2px;
}
.tarif-cumul-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 5px;
}
.tarif-cumul-step {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 8px;
  align-items: center;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.8rem;
  color: #4a5268;
  font-variant-numeric: tabular-nums;
  padding: 1px 0;
  line-height: 1.3;
}
.tarif-cumul-step .nb { font-weight: 700; color: #1c1d22; text-align: right; }
.tarif-cumul-step .fx { color: #6b7180; }
.tarif-cumul-step .res { font-weight: 600; color: #1c1d22; text-align: right; }
/* Variante mini du .tarif-total pour l'intégrer dans les cards cumul (Client A / B) */
.tarif-total--mini {
  padding: 6px 0 0 0;
  margin-top: 4px;
  gap: 8px;
  border-top: 1px dashed rgba(242, 116, 66, 0.3);
  background: transparent;
  border-radius: 0;
  justify-content: flex-end;
}
.tarif-total--mini .tarif-total-calcul { font-size: 0.78rem; }
.tarif-total--mini .tarif-total-egal { font-size: 0.9rem; }
.tarif-total--mini .tarif-total-montant { font-size: 1rem; }

@media (max-width: 600px) {
  .tarif-cumul { grid-template-columns: 1fr; }
  .tarif-total { flex-wrap: wrap; }
  .tarif-mark { display: none; }
}
.page-fonct-titre-bloc {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.25;
  color: #1e3a8a;
  letter-spacing: -0.015em;
  margin: 0 0 18px 0;
  text-wrap: balance;
}
.page-fonct-description {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #3a4056;
}
.page-fonct-description p { margin: 0 0 14px 0; }
.page-fonct-description p:last-child { margin-bottom: 0; }
.page-fonct-description strong { color: #1c1d22; font-weight: 700; }
.page-fonct-description ul { margin: 8px 0 14px 20px; padding: 0; }
.page-fonct-description li { margin-bottom: 4px; }

/* Conclusion en fin de bloc : reprise du bénéfice en une phrase, sobre */
.page-fonct-conclusion {
  margin: 22px 0 0 0;
  padding: 10px 0 10px 18px;
  border-left: 3px solid rgba(242, 116, 66, 0.6);
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  color: #1c1d22;
  font-weight: 500;
}

/* Colonne média — effet 3D prononcé */
.page-fonct-media {
  position: relative;
  perspective: 1400px;
}
.page-fonct-capture,
.page-fonct-video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 16/10;
  /* Ombres très subtiles pour le tilt 3D — pas de halo gris épais */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(20, 24, 40, 0.05),
    0 10px 24px -4px rgba(20, 24, 40, 0.09),
    0 20px 44px -8px rgba(20, 24, 40, 0.1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(1400px) rotateX(2deg) rotateY(-2deg);
}
/* Vidéos forcées au même ratio 16/10 que les autres cards pour cohérence visuelle.
   Les thumbnails YouTube 16/9 sont légèrement croppées (object-fit: cover) — perte minime. */
.page-fonct-bloc--inverse .page-fonct-capture,
.page-fonct-bloc--inverse .page-fonct-video {
  transform: perspective(1400px) rotateX(2deg) rotateY(2deg);
}
.page-fonct-capture:hover,
.page-fonct-video:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 3px 8px rgba(20, 24, 40, 0.07),
    0 14px 32px -4px rgba(20, 24, 40, 0.12),
    0 30px 56px -8px rgba(20, 24, 40, 0.14);
}
/* Reflet lumineux qui se déplace au hover */
.page-fonct-capture::after,
.page-fonct-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.4s ease;
  mix-blend-mode: overlay;
}
.page-fonct-capture:hover::after,
.page-fonct-video:hover::after { opacity: 1; }
/* Reflet de surface permanent subtil (effet verre) */
.page-fonct-capture::before,
.page-fonct-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.page-fonct-capture img,
.page-fonct-video img,
.page-fonct-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;     /* rien n'est croppé — marges blanches si ratio image ≠ ratio card */
  border: 0;
}
.page-fonct-capture--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(135deg, #f7f8fc 0%, #ebeff7 100%);
  color: rgba(20, 24, 40, 0.3);
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.page-fonct-capture--placeholder i { font-size: 2.8rem; opacity: 0.3; }
.page-fonct-video { cursor: pointer; }
.page-fonct-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}
.page-fonct-video:hover .page-fonct-video-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: #f27442;
  color: #ffffff;
}

/* CTA final — fond blanc pur, uniforme avec le reste de la page */
.page-fonct-cta {
  padding: 90px 0;
  background: #ffffff;
  color: #1c1d22;
  border-top: 1px solid rgba(20, 24, 40, 0.06);
}
.page-fonct-cta-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.page-fonct-cta-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
  color: #1c1d22;
  text-wrap: balance;
}
.page-fonct-cta-titre .orange {
  color: #f27442;
}
.page-fonct-cta-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5268;
  margin: 0 0 30px 0;
}
.page-fonct-cta-bouton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  text-decoration: none;
  /* Le gradient, shadow et hover sont gérés par la règle unifiée .hero-bouton, .avantages-cta-bouton, ... */
}
.page-fonct-cta-mention {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 20px auto 0 auto;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.88rem;
  color: #6b7180;
}
.page-fonct-cta-mention i { font-size: 0.85rem; color: #f27442; }

@media (max-width: 900px) {
  .page-fonct-hero { padding: 60px 0 40px 0; }
  .page-fonct-bloc { padding: 56px 0; }
  .page-fonct-bloc-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-fonct-bloc--inverse .page-fonct-bloc-inner { direction: ltr; }
  /* Sur mobile on met l'image après le texte pour tous les blocs */
  .page-fonct-bloc--inverse .page-fonct-media { order: 2; }
  .page-fonct-cta { padding: 60px 0; }
  .page-fonct-sommaire { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .page-fonct-sommaire { grid-template-columns: 1fr; }
  .page-fonct-cta-bouton { width: 100%; justify-content: center; padding: 14px 22px; }
  .page-fonct-index { font-size: 1.8rem; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Page /fr/fonctionnalites■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Page /fr/test-gratuit■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-test { display: block; }
.page-test .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Hero — dark navy cohérent avec hero page Fonctionnalités */
.page-test-hero {
  position: relative;
  padding: 80px 0 70px 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.10) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(237, 75, 130, 0.07) 0%, rgba(237, 75, 130, 0) 60%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  overflow: hidden;
  text-align: center;
  color: #1c1d22;
}
.page-test-hero .wrapper { position: relative; z-index: 2; }
.page-test-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.85rem, 2.7vw, 2.3rem);
  font-weight: 700;
  line-height: 1.3;
  color: #1c1d22;
  letter-spacing: -0.015em;
  margin: 0 auto 18px auto;
  max-width: 900px;
  text-wrap: balance;
}
.page-test-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #5a6075;
  font-weight: 400;
  margin: 0 auto;
  max-width: 820px;
  text-wrap: balance;
}
.page-test-soustitre strong { color: #1c1d22; }

/* Page de confirmation post-submit : liens et texte secondaire — fond clair */
.page-test-hero a {
  color: #f27442;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.page-test-hero a:hover { color: #c64a1c; }

/* Bloc 2 colonnes : items à gauche + formulaire à droite */
.page-test-attendre {
  padding: 90px 0 110px 0;
  background: #ffffff;
}
.page-test-attendre-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.page-test-attendre-visuel { order: 0; }
.page-test-attendre-texte {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
/* Colonne droite — formulaire de demande de démo interactive (rendu carte visible) */
.page-test-attendre-form {
  display: flex;
  align-items: stretch;
}
.page-test-attendre-form .page-test-form-box {
  margin: 0;
  width: 100%;
  max-width: none;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid #e4e7ee;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow:
    0 6px 18px -6px rgba(15, 23, 41, 0.10),
    0 20px 48px -16px rgba(15, 23, 41, 0.10);
  position: relative;
}
/* Liseré orange/rose en haut du formulaire pour donner du peps */
.page-test-attendre-form .page-test-form-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f27442 0%, #ed4b82 50%, #6a4ce0 100%);
  border-radius: 20px 20px 0 0;
}
@media (max-width: 900px) {
  .page-test-attendre-inner { grid-template-columns: 1fr; gap: 40px; }
  .page-test-attendre-form .page-test-form-box { padding: 32px 24px; }
}
.page-test-attendre-texte > .page-test-photo,
.page-test-attendre-visuel { margin-left: 0; }
.page-test-attendre .page-test-photo { margin-left: 0; }
/* Sections "Ce qui vous attend / Ce que vous allez découvrir" — épurées, sans card */
.page-test-section {
  margin-bottom: 36px;
}
.page-test-section:last-child { margin-bottom: 0; }
.page-test-section-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 22px 0;
  letter-spacing: -0.015em;
  line-height: 1.25;
  /* Petit trait orange à gauche pour ancrage visuel */
  position: relative;
  padding-left: 18px;
}
.page-test-section-titre::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #f27442 0%, #e85a2c 100%);
}

.page-test-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-test-items li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.page-test-item-icone {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-top: 2px;
}
.page-test-item-texte {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-test-item-texte strong {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1d22;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.page-test-item-texte span {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #4a5268;
  font-weight: 400;
}
.page-test-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-test-liste li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #3a4056;
}
/* Puce chevron orange : discrète, directionnelle, moderne */
.page-test-puce {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(242, 116, 66, 0.12);
  color: #f27442;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  font-size: 0.82rem;
  transition: background 0.25s ease, transform 0.25s ease;
}
.page-test-liste li:hover .page-test-puce {
  background: #f27442;
  color: #ffffff;
  transform: translateX(2px);
}
.page-test-liste li strong { color: #1c1d22; }

/* Photo commercial — épurée, sans halo orange, shadow discret */
.page-test-attendre-visuel {
  position: relative;
}
.page-test-photo {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 4/5;
  max-width: 380px;
  margin-left: auto;
  box-shadow:
    0 2px 8px rgba(20, 24, 40, 0.06),
    0 12px 28px -8px rgba(20, 24, 40, 0.14),
    0 28px 60px -12px rgba(20, 24, 40, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.page-test-photo:hover {
  transform: translateY(-4px);
  box-shadow:
    0 4px 12px rgba(20, 24, 40, 0.08),
    0 18px 38px -8px rgba(20, 24, 40, 0.18),
    0 38px 80px -12px rgba(20, 24, 40, 0.22);
}
.page-test-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Reflet supérieur (effet verre) */
.page-test-photo::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 35%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

/* 2 publics dans le style des tuiles Fonctionnalités de la home */
.page-test-publics {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  overflow: hidden;
  color: #e8eaf0;
}
.page-test-publics .wrapper { position: relative; z-index: 2; }
.page-test-publics-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.page-test-publics-blob-1 {
  width: 420px; height: 420px;
  top: -140px; right: -120px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.28), rgba(242, 116, 66, 0));
}
.page-test-publics-blob-2 {
  width: 380px; height: 380px;
  bottom: -160px; left: -100px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.2), rgba(242, 116, 66, 0));
}
.page-test-publics-grille {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

/* Card publique : même style que les tuiles Fonctionnalités (dark + border + hover glow) */
.page-test-public-card {
  position: relative;
  padding: 36px 34px 32px 34px;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #2c2e37 0%, #222329 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 10px 30px -10px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.page-test-public-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at bottom, rgba(242, 116, 66, 0.12) 0%, rgba(242, 116, 66, 0) 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.page-test-public-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 116, 66, 0.5);
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 200, 150, 0.22) 0%, rgba(255, 200, 150, 0) 55%),
    linear-gradient(180deg, #353844 0%, #282a36 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 48px -10px rgba(0, 0, 0, 0.55),
    0 0 48px -8px rgba(242, 116, 66, 0.48),
    0 0 0 1px rgba(242, 116, 66, 0.25);
}
.page-test-public-card:hover::before { opacity: 1; }

.page-test-public-card-header {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.page-test-public-card-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(242, 116, 66, 0.15);
  border: 1px solid rgba(242, 116, 66, 0.35);
  color: #ffb280;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.page-test-public-card-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.25;
}

.page-test-public-card-questions {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-test-public-card-questions li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #c5cbda;
}
.page-test-public-card-questions li i {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(242, 116, 66, 0.18);
  color: #f27442;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  margin-top: 3px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.page-test-public-card:hover .page-test-public-card-questions li i {
  background: #f27442;
  color: #ffffff;
}

/* Bénéfices dans chaque card : mini-cards avec effet hover */
.page-test-public-card-benefices {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-test-benef-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.page-test-benef-mini:hover {
  background: rgba(242, 116, 66, 0.1);
  border-color: rgba(242, 116, 66, 0.35);
  transform: translateX(2px);
}
.page-test-benef-mini-icone {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 3px 10px -2px rgba(242, 116, 66, 0.35);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-test-benef-mini:hover .page-test-benef-mini-icone {
  transform: scale(1.08);
}
.page-test-benef-mini-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* ——————— Ancien style (page-test-public) conservé pour fallback ——————— */
.page-test-public {
  padding: 70px 0 80px 0;
  background: #ffffff;
  position: relative;
}
/* Séparateur vertical subtil entre les 2 colonnes */
.page-test-public::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 120px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(20, 24, 40, 0.12) 20%, rgba(20, 24, 40, 0.12) 80%, transparent 100%);
  pointer-events: none;
}
.page-test-public-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.page-test-col {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* Couleur d'accent orange pour les 2 colonnes (cohérence) */
.page-test-col--neutre .page-test-col-titre,
.page-test-col--orange .page-test-col-titre { color: #1c1d22; }
.page-test-col--neutre .page-test-liste li,
.page-test-col--orange .page-test-liste li { color: #3a4056; }
.page-test-col--neutre .page-test-liste li i,
.page-test-col--orange .page-test-liste li i { color: #f27442; }
.page-test-col-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 22px 0;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 14px;
}
/* Accent visuel différenciateur : petite barre colorée à gauche du titre */
.page-test-col-titre::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 28px;
  border-radius: 4px;
  flex-shrink: 0;
}
.page-test-col--neutre .page-test-col-titre::before {
  background: linear-gradient(180deg, #1c1d22 0%, #4a5268 100%);
}
.page-test-col--orange .page-test-col-titre::before {
  background: linear-gradient(180deg, #f27442 0%, #e85a2c 100%);
}

/* Bénéfices : grille 3 colonnes horizontale (pas de verticalité) */
.page-test-col-benefices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 14px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(20, 24, 40, 0.08);
}
.page-test-benefice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
}
.page-test-benefice-icone {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 12px -2px rgba(242, 116, 66, 0.32);
  flex-shrink: 0;
}
.page-test-benefice-label {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #1c1d22;
  font-weight: 600;
  margin: 0;
}
/* Variante "inverse" pour colonne de droite : même rendu (plus de fond orange) */
.page-test-benefice--inverse .page-test-benefice-icone {
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
}
.page-test-benefice--inverse .page-test-benefice-label {
  color: #1c1d22;
}

/* Formulaire — large, impactant, CTA sur sa propre ligne */
.page-test-form {
  padding: 80px 0 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
}
.page-test-form .wrapper { text-align: center; }
.page-test-form-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 auto 10px auto;
  max-width: 620px;
  letter-spacing: -0.01em;
}
.page-test-form-sous {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  color: #6b7180;
  margin: 0 auto 28px auto;
  max-width: 560px;
}
.page-test-form-box {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* Layout aligné sur le formulaire hero de la page d'accueil :
   prénom + nom sur une ligne (50/50), puis email sur une ligne pleine.
   Chaque input a sa propre bordure (pas de panneau unifié). */
.page-test-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.page-test-form-fields > *:nth-child(n+3) {
  grid-column: 1 / -1;
}
.page-test-form-fields input {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1c1d22;
  padding: 18px 20px;
  background: #ffffff;
  border: 1.5px solid #b8bec8;
  border-radius: 10px;
  outline: none;
  width: 100%;
  box-shadow:
    inset 0 1px 2px rgba(15, 23, 41, 0.05),
    0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
}
.page-test-form-fields input::placeholder { color: #7a8097; font-weight: 400; }
.page-test-form-fields input:hover {
  border-color: #8a91a4;
}
.page-test-form-fields input:focus {
  border-color: #f27442;
  background: #ffffff;
  box-shadow:
    inset 0 1px 2px rgba(15, 23, 41, 0.05),
    0 0 0 4px rgba(242, 116, 66, 0.18);
}
/* Bouton CTA : pleine largeur, imposant, gradient multi-couleur animé */
.page-test-form-bouton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 28px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  border-radius: 16px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 6px 16px -2px rgba(242, 116, 66, 0.4),
    0 12px 32px -4px rgba(237, 75, 130, 0.32),
    0 20px 48px -8px rgba(106, 76, 224, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.6s ease;
}
.page-test-form-bouton i { font-size: 1rem; }
.page-test-form-bouton:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 10px 24px -2px rgba(242, 116, 66, 0.5),
    0 18px 44px -4px rgba(237, 75, 130, 0.42),
    0 28px 64px -8px rgba(106, 76, 224, 0.38);
}
.page-test-form-mention {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px auto 0 auto;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.88rem;
  color: #6b7180;
}
.page-test-form-mention i { color: #f27442; font-size: 0.88rem; }

@media (max-width: 900px) {
  .page-test-attendre-inner { grid-template-columns: 1fr; gap: 36px; }
  .page-test-public-grid { grid-template-columns: 1fr; gap: 48px; }
  .page-test-public::before { display: none; }
  .page-test-publics-grille { grid-template-columns: 1fr; gap: 18px; }
  .page-test-public-card { padding: 28px 24px 24px 24px; }
}
@media (max-width: 540px) {
  .page-test-col-benefices { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .page-test-benefice-icone { width: 44px; height: 44px; font-size: 1.05rem; }
  .page-test-benefice-label { font-size: 0.88rem; }
  .page-test-form-fields { grid-template-columns: 1fr; }
}

/* Bouton CTA "Test gratuit" dans le menu (à droite) — dégradé multi-couleur animé */
.menu li.menu-cta { margin-left: 8px; }
.menu li.menu-cta .bouton-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 9px 16px !important;
  /* Dégradé orange → rose → violet, étendu sur 200% pour permettre l'animation */
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #ffffff !important;
  border-radius: 100px;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 4px 12px -2px rgba(242, 116, 66, 0.35),
    0 8px 24px -4px rgba(237, 75, 130, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.5s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.menu li.menu-cta .bouton-cta:hover {
  transform: translateY(-1px);
  /* Décale le dégradé pour un effet "vague de couleur" au hover */
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 20px -2px rgba(242, 116, 66, 0.5),
    0 14px 32px -4px rgba(106, 76, 224, 0.4);
  color: #ffffff !important;
}
.menu li.menu-cta .bouton-cta i { font-size: 0.85rem; line-height: 1; vertical-align: middle; }
.menu li.menu-cta .bouton-cta { line-height: 1; }

/* Bouton CTA "Tarif" dans le menu — bleu nuit miroir, pendant dark du bouton Test gratuit */
.menu li.menu-cta-tarif { margin-left: 8px; margin-right: 4px; }
.menu li.menu-cta-tarif .bouton-cta-tarif {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 9px 16px !important;
  /* Dégradé bleu nuit avec reflets, étendu sur 200% pour animation */
  background: linear-gradient(135deg, #0f1729 0%, #2a3a5c 45%, #1c2745 100%) !important;
  background-size: 200% 200% !important;
  background-position: 0% 50% !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 100px;
  font-weight: 700;
  /* Effet miroir : inset blanc haut + shadows bleues profondes */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 4px 12px -2px rgba(15, 23, 41, 0.55),
    0 10px 28px -4px rgba(28, 39, 69, 0.45) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.6s ease !important;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
/* Reflet miroir — bande lumineuse qui traverse au hover */
.menu li.menu-cta-tarif .bouton-cta-tarif::before {
  content: '';
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.menu li.menu-cta-tarif .bouton-cta-tarif:hover {
  transform: translateY(-1px);
  background-position: 100% 50% !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45),
    0 8px 20px -2px rgba(15, 23, 41, 0.65),
    0 16px 38px -4px rgba(42, 58, 92, 0.55) !important;
}
.menu li.menu-cta-tarif .bouton-cta-tarif:hover::before { left: 140%; }
.menu li.menu-cta-tarif .bouton-cta-tarif i { font-size: 0.85rem; line-height: 1; vertical-align: middle; }
.menu li.menu-cta-tarif .bouton-cta-tarif { line-height: 1; }
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Page /fr/test-gratuit■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Page /fr/faq — 21 questions groupées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-faq { display: block; }
.page-faq .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Hero dark (cohérent avec hero /fr/fonctionnalites et /fr/test-gratuit) */
.page-faq-hero {
  position: relative;
  padding: 90px 0 90px 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  overflow: hidden;
  text-align: center;
  color: #e8eaf0;
}
.page-faq-hero .wrapper { position: relative; z-index: 2; }
.page-faq-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.85rem, 2.7vw, 2.3rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: -0.018em;
  margin: 0 auto 18px auto;
  max-width: 920px;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-faq-titre strong { color: #f27442; font-weight: 700; }
.page-faq-titre-sub {
  display: block;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 500;
  font-style: italic;
  color: #c5cbda;
  letter-spacing: -0.01em;
}
.page-faq-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.12rem;
  line-height: 1.6;
  color: #c5cbda;
  font-weight: 400;
  margin: 24px auto 0 auto;
  max-width: 820px;
  text-wrap: balance;
}
.page-faq-soustitre strong { color: #ffffff; }
.page-faq-lien {
  color: #ff9966;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.page-faq-lien:hover { color: #ffb280; }

/* Contenu : dark comme la FAQ home, sans faisceau projecteur */
.page-faq-contenu {
  position: relative;
  background: #080815;
  padding: 80px 0 90px 0;
  overflow: hidden;
  color: #e8eaf0;
}
/* Grille de points subtile qui donne de la profondeur (comme la FAQ home) */
.page-faq-contenu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: center center;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, #000 0%, transparent 80%);
}
.page-faq-wrapper {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}
.page-faq-groupe {
  margin-bottom: 56px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-faq-groupe.is-visible { opacity: 1; transform: translateY(0); }
.page-faq-groupe:last-child { margin-bottom: 0; }
.page-faq-groupe-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.page-faq-groupe-icone {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 14px -2px rgba(242, 116, 66, 0.45);
}
.page-faq-groupe-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.page-faq-liste {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Vignettes : dark glass identiques à la FAQ home */
.page-faq-item {
  background:
    linear-gradient(180deg, rgba(255, 220, 190, 0.06) 0%, rgba(255, 220, 190, 0) 40%),
    linear-gradient(180deg, rgba(60, 55, 70, 0.72) 0%, rgba(40, 38, 52, 0.68) 100%);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(255, 180, 140, 0.22);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 0 1px rgba(255, 180, 140, 0.1),
    0 0 28px -4px rgba(242, 116, 66, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.4),
    0 18px 40px -10px rgba(0, 0, 0, 0.55);
  transition: border-color 0.25s ease, box-shadow 0.3s ease;
}
.page-faq-item[open] {
  background:
    linear-gradient(180deg, rgba(255, 220, 190, 0.08) 0%, rgba(255, 220, 190, 0) 40%),
    linear-gradient(180deg, rgba(72, 62, 78, 0.78) 0%, rgba(50, 44, 58, 0.74) 100%);
  border-color: rgba(242, 116, 66, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 0 0 1px rgba(242, 116, 66, 0.2),
    0 0 40px -4px rgba(242, 116, 66, 0.5),
    0 4px 14px rgba(0, 0, 0, 0.5),
    0 24px 50px -10px rgba(0, 0, 0, 0.6);
}
.page-faq-question {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.005em;
  transition: color 0.25s ease;
}
.page-faq-question::-webkit-details-marker { display: none; }
.page-faq-question::marker { display: none; }
.page-faq-question:hover { color: #ffb280; }
.page-faq-question:hover .page-faq-icon { background: #f27442; color: #ffffff; border-color: #f27442; }
.page-faq-question-texte { flex: 1; }
.page-faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(242, 116, 66, 0.18);
  border: 1px solid rgba(242, 116, 66, 0.35);
  color: #f27442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.page-faq-item[open] .page-faq-icon {
  background: #f27442;
  color: #ffffff;
  border-color: #f27442;
  transform: rotate(45deg);
}
.page-faq-item[open] .page-faq-question { color: #ffb280; }
.page-faq-reponse {
  padding: 0 22px 22px 22px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #c5cbda;
  animation: pageFaqSlideDown 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-faq-reponse strong { color: #ffffff; font-weight: 700; }
@keyframes pageFaqSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* CTA final */
.page-faq-cta {
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
  padding: 80px 0;
}
.page-faq-cta-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.page-faq-cta-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 10px 0;
  letter-spacing: -0.015em;
}
.page-faq-cta-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem;
  color: #4a5268;
  margin: 0 0 28px 0;
  line-height: 1.55;
}
.page-faq-cta-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-faq-cta-bouton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #ffffff;
  border-radius: 100px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 16px -2px rgba(242, 116, 66, 0.38),
    0 12px 32px -4px rgba(237, 75, 130, 0.3),
    0 20px 48px -8px rgba(106, 76, 224, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.6s ease;
}
.page-faq-cta-bouton:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 24px -2px rgba(242, 116, 66, 0.52),
    0 18px 44px -4px rgba(237, 75, 130, 0.42),
    0 28px 64px -8px rgba(106, 76, 224, 0.35);
}
.page-faq-cta-tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1c1d22;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid rgba(20, 24, 40, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.page-faq-cta-tel i { color: #f27442; }
.page-faq-cta-tel:hover {
  background: #ffffff;
  border-color: rgba(242, 116, 66, 0.45);
  color: #f27442;
}

@media (max-width: 720px) {
  .page-faq-hero { padding: 70px 0 70px 0; }
  .page-faq-contenu { padding: 50px 0 60px 0; }
  .page-faq-groupe { margin-bottom: 40px; }
  .page-faq-groupe-icone { width: 44px; height: 44px; font-size: 1.1rem; }
  .page-faq-groupe-titre { font-size: 1.2rem; }
  .page-faq-question { padding: 16px 18px; font-size: 0.98rem; }
  .page-faq-reponse { padding: 0 18px 18px 18px; font-size: 0.95rem; }
  .page-faq-cta-bouton, .page-faq-cta-tel { width: 100%; justify-content: center; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Page /fr/faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Page /fr/tarif — Bandes horizontales■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-devis-hero,
.page-devis-flow,
.page-devis-form-section,
.page-devis-compare,
.page-devis-thanks { display: block; }
.page-devis-hero .wrapper,
.page-devis-flow .wrapper,
.page-devis-form-section .wrapper,
.page-devis-compare .wrapper,
.page-devis-thanks .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ─── Hero dark compact ─────────────────────────────────────────────────── */
.page-devis-hero {
  position: relative;
  padding: 60px 0 50px 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(106, 76, 224, 0.08) 0%, rgba(106, 76, 224, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  overflow: hidden;
  text-align: center;
  color: #e8eaf0;
}
.page-devis-hero .wrapper { position: relative; z-index: 2; }
.page-devis-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.015em;
  margin: 0 auto 12px auto;
  max-width: 900px;
  text-wrap: balance;
}
.page-devis-titre-gradient {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 55%, #ff8b5c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-devis-soustitre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  line-height: 1.5;
  color: #c5cbda;
  font-weight: 400;
  margin: 0 auto 18px auto;
  max-width: 720px;
  text-wrap: balance;
}

/* Toggle devise plus discret */
.page-devis-devise {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}
.page-devis-devise-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border: 0;
  background: transparent;
  color: #c5cbda;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-devis-devise-btn.active {
  background: #ffffff;
  color: #1c1d22;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.page-devis-devise-btn.disabled { opacity: 0.45; cursor: not-allowed; }
.page-devis-devise-soon {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(242, 116, 66, 0.2);
  color: #f5a98a;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 3px;
}

/* ─── Flow horizontal : 4 bandes empilées ───────────────────────────────── */
.page-devis-flow {
  padding: 32px 0 40px;
  background: #faf8f4;
}
.page-devis-flow .wrapper { display: flex; flex-direction: column; gap: 14px; }

.page-devis-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.page-devis-row:hover { border-color: rgba(242, 116, 66, 0.2); }

.page-devis-row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(242, 116, 66, 0.12) 0%, rgba(237, 75, 130, 0.08) 100%);
  color: #f27442;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.page-devis-row-label { text-align: left; }
.page-devis-row-label h3 {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 2px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: left;
}
.page-devis-row-label p {
  font-size: 0.82rem;
  color: #7a8097;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
.page-devis-row-opt {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a8097;
  background: #f5f5f7;
  padding: 3px 9px;
  border-radius: 4px;
  margin-left: 6px;
  white-space: nowrap;
}
/* Variante "fortement recommandé" — accent orange/rose punchy */
.page-devis-row-opt--reco {
  color: #ffffff;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  box-shadow: 0 3px 10px rgba(242, 116, 66, 0.3);
  letter-spacing: 0.05em;
}
/* Variante "optionnel" sur fond orange clair (cohérence avec choice Oui sélectionnée) */
.page-devis-row-opt--soft {
  color: #c64a1c;
  background: rgba(242, 116, 66, 0.12);
  border: 1px solid rgba(242, 116, 66, 0.3);
}
/* Variante "Toujours incluse" : badge vert positif (signal "inclus / acquis") */
.page-devis-row-opt--inclus {
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a 0%, #14b8a6 100%);
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.7rem;
  padding: 3px 9px;
  box-shadow: 0 3px 10px rgba(22, 163, 74, 0.28);
}
/* Différenciation Pro : "+ configuration des multi-tarifs" en gras gris */
.page-devis-install-pro {
  color: #3b3f4c;
  font-weight: 700;
}
/* 5e puce visible uniquement en Pro : configuration édition Pro */
.page-devis-install-list-pro {
  /* hérite de .page-devis-install-list li */
  color: #1c1d22;
  font-weight: 600;
}
/* Icône verte comme les autres puces (cohérence visuelle) */
.page-devis-install-list-pro i {
  color: #16a34a !important;
}
/* Badge PRO poussé à droite via margin-left:auto (flex item) */
.page-devis-install-pro-tag {
  margin-left: auto;
  align-self: center;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  padding: 3px 9px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(242, 116, 66, 0.35);
  flex-shrink: 0;
}
/* Liste des prestations comprises dans l'installation */
.page-devis-install-list {
  list-style: none;
  margin: 10px 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 22px;
}
/* Variante 1 colonne : empile les puces verticalement (évite de tasser les textes longs) */
.page-devis-install-list--stack {
  grid-template-columns: 1fr;
}
.page-devis-install-list li {
  font-size: 0.86rem;
  color: #3b3f4c;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.page-devis-install-list li i {
  color: #16a34a;
  font-size: 0.78rem;
  margin-top: 4px;
  flex-shrink: 0;
}
/* Wrapper "Assistance technique [tag]" : intitulé et tag restent solidaires
   (peuvent passer ensemble à la ligne suivante si la place manque, jamais séparés) */
.page-devis-titre-tail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* Boutons Oui/Non : toujours côte à côte dans le cadre, jamais empilés verticalement */
.page-devis-row--credits .page-devis-row-control,
.page-devis-row--install .page-devis-row-control {
  flex-wrap: nowrap;
  flex-shrink: 0;
}
/* Aération verticale entre le titre h3 et la liste de puces */
.page-devis-row--install .page-devis-install-list,
.page-devis-row--credits .page-devis-install-list {
  margin-top: 16px;
}

/* Tagline verte sous Forfait Quick-Start et Pack Sérénité.
   - grid-column 2 / -1 : démarre à la colonne du label (alignée avec les puces, pas sous l'icône)
   - text-align left : texte à gauche du bandeau */
.page-devis-install-tagline {
  grid-column: 2 / -1;
  text-align: left;
  margin: 14px 0 0;
  padding: 10px 14px;
  background: rgba(22, 163, 74, 0.07);
  border-left: 3px solid #16a34a;
  border-radius: 7px;
  font-size: 0.85rem;
  color: #1c5234;
  line-height: 1.45;
}
.page-devis-install-tagline strong {
  color: #14803a;
}
/* Carte "Inclus" à droite (visuel cohérent avec les choices, mais non-cliquable) */
.page-devis-choice--inclus {
  cursor: default !important;
  pointer-events: none;
  border-color: #16a34a !important;
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.06) 0%, rgba(20, 184, 166, 0.04) 100%) !important;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.14) !important;
}
.page-devis-choice--inclus .page-devis-choice-check {
  border-color: #16a34a !important;
  background: #16a34a !important;
  color: #ffffff !important;
}
.page-devis-choice--inclus .page-devis-choice-prix-val {
  color: #14803a;
}
/* Sur la ligne installation : grille 2 col -> 1 col en mobile */
@media (max-width: 720px) {
  .page-devis-install-list {
    grid-template-columns: 1fr;
  }
}

.page-devis-row-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-devis-row-control--edition { gap: 12px; }

.page-devis-row-hint {
  grid-column: 2 / -1;
  font-size: 0.78rem;
  color: #f27442;
  margin-top: 6px;
  padding: 6px 10px;
  background: rgba(242, 116, 66, 0.08);
  border-radius: 7px;
  border-left: 3px solid #f27442;
  line-height: 1.4;
}

/* ─── Stepper ───────────────────────────────────────────────────────────── */
.page-devis-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1.5px solid #e2e5ee;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.page-devis-stepper-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: #faf8f4;
  color: #1c1d22;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.page-devis-stepper-btn:hover { background: #f0ece4; }
.page-devis-stepper-input {
  width: 68px;
  height: 42px;
  border: 0;
  border-left: 1px solid #e2e5ee;
  border-right: 1px solid #e2e5ee;
  text-align: center;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1c1d22;
  background: #ffffff;
  -moz-appearance: textfield;
  appearance: textfield;
}
.page-devis-stepper-input::-webkit-outer-spin-button,
.page-devis-stepper-input::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; }
.page-devis-stepper-input:focus { outline: 2px solid #f27442; outline-offset: -2px; }

.page-devis-aster { color: #f27442; font-weight: 700; }

/* ─── Choice (boutons radio stylés) ─────────────────────────────────────── */
.page-devis-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 14px;
  border: 1.5px solid #e2e5ee;
  border-radius: 11px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Inter', 'Lato', sans-serif;
  min-width: 150px;
}
.page-devis-choice input { position: absolute; opacity: 0; pointer-events: none; }
.page-devis-choice:hover { border-color: #c5cbda; transform: translateY(-1px); }

.page-devis-choice-titre {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1c1d22;
  letter-spacing: -0.005em;
}
.page-devis-choice-prix {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  flex-shrink: 0;
}
.page-devis-choice-prix-val {
  font-size: 1.02rem;
  font-weight: 800;
  color: #1c1d22;
}
.page-devis-choice-prix-ht {
  font-size: 0.74rem;
  color: #7a8097;
  font-weight: 500;
}
.page-devis-choice-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d9dce5;
  color: transparent;
  font-size: 0.62rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
  order: -1;
}

/* Essentiel sélectionné → noir/anthracite (cohérent avec features Essentiel en noir) */
.page-devis-choice--essentiel.is-selected {
  border-color: #1c1d22;
  background: rgba(28, 29, 34, 0.04);
  box-shadow: 0 4px 14px rgba(28, 29, 34, 0.14);
}
.page-devis-choice--essentiel.is-selected .page-devis-choice-check {
  border-color: #1c1d22;
  background: #1c1d22;
  color: #ffffff;
}
/* Pro sélectionné → orange (cohérent avec features Pro en orange) */
.page-devis-choice--pro.is-selected {
  border-color: #f27442;
  background: linear-gradient(180deg, rgba(242, 116, 66, 0.06) 0%, rgba(237, 75, 130, 0.04) 100%);
  box-shadow: 0 4px 14px rgba(242, 116, 66, 0.16);
}
.page-devis-choice--pro.is-selected .page-devis-choice-check {
  border-color: #f27442;
  background: #f27442;
  color: #ffffff;
}
.page-devis-choice-badge {
  position: absolute;
  top: -9px;
  right: 12px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(242, 116, 66, 0.35);
}
.page-devis-choice--opt {
  min-width: 165px;
  flex: 0 0 165px;
  justify-content: space-between;
}

/* ─── Pack Sérénité : message d'exclusivité (toujours visible, fond orange clair) */
.page-devis-credits-warn {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #c64a1c;
  margin: 10px 0 0;
  line-height: 1.45;
  padding: 8px 12px;
  background: rgba(242, 116, 66, 0.08);
  border-radius: 7px;
  border-left: 3px solid #f27442;
}
.page-devis-credits-warn i { color: #f27442; flex-shrink: 0; }
/* Témoignage client sous le message d'exclusivité */
.page-devis-credits-temoignage {
  grid-column: 2 / -1;
  margin: 10px 0 0;
  padding: 10px 14px 10px 18px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.82rem;
  font-style: italic;
  color: #5a6075;
  line-height: 1.5;
  border-left: 3px solid #d9dce5;
  background: rgba(245, 245, 247, 0.6);
  border-radius: 7px;
  position: relative;
}
.page-devis-credits-temoignage::before {
  content: "\201C";
  position: absolute;
  top: -2px;
  left: 4px;
  font-size: 1.6rem;
  color: #c5cbda;
  line-height: 1;
  font-style: normal;
}
.page-devis-credits-temoignage-author {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 600;
  color: #7a8097;
}
.page-devis-credits-temoignage-author::before { content: "— "; color: #c5cbda; }
.page-devis-choice--opt.is-selected {
  border-color: #f27442;
  background: rgba(242, 116, 66, 0.06);
}
.page-devis-choice--opt.is-selected .page-devis-choice-check {
  border-color: #f27442;
  background: #f27442;
  color: #ffffff;
}

/* ─── Features reveal — animation slide + fade ──────────────────────────── */
.page-devis-features {
  background: linear-gradient(180deg, #ffffff 0%, #fdfcfa 100%);
  border: 1px solid #eef0f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.04);
}
.page-devis-features-inner {
  position: relative;
  padding: 18px 22px;
}
.page-devis-features-panel {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
  position: absolute;
  top: 18px;
  left: 22px;
  right: 22px;
  bottom: 18px;
}
.page-devis-features-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  top: auto; left: auto; right: auto; bottom: auto;
}
.page-devis-features-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.005em;
}
/* Panel Essentiel : tout en noir/anthracite. Panel Pro : orange (inverse demandé). */
.page-devis-features-titre i { color: #1c1d22; font-size: 0.85rem; }
.page-devis-features-panel--pro .page-devis-features-titre i { color: #f27442; }
.page-devis-features-titre strong { color: #1c1d22; }
.page-devis-features-panel--pro .page-devis-features-titre strong { color: #f27442; }

.page-devis-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  /* Gap symétrique pour rythme identique entre petit écran (1 col) et grand écran (2+ cols) */
  gap: 18px;
}
.page-devis-features-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #3b3f4c;
  line-height: 1.4;
  text-align: left;
}
/* Icône alignée à la première ligne de texte (et non centrée si le texte wrap) */
.page-devis-features-list li i {
  margin-top: 4px;
}
/* Items en haut de leur cellule, sans étirer la hauteur (sinon une rangée wrappée gonfle tout) */
.page-devis-features-list { align-items: start; }
/* Icônes features Essentiel → noir */
.page-devis-features-list i {
  color: #1c1d22;
  font-size: 0.82rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
/* Icônes features Pro → orange */
.page-devis-features-list--pro li i { color: #f27442; }
.page-devis-features-list--pro .page-devis-features-pro-item i { color: #f27442; }
/* Édition Essentiel : les 8 fonctionnalités incluses → icônes orange (les 4 Pro verrouillées restent grisées/noires) */
.page-devis-features-panel--essentiel .page-devis-features-list li:not(.page-devis-features-locked) i { color: #f27442; }
.page-devis-features-pro-item {
  color: #f27442; /* mêmes propriétés que les Essentiel sauf la couleur, pour rendu identique entre Essentiel ↔ Pro */
}

/* Tag PRO commun : utilisé dans Essentiel (grisé) et dans Pro (mis en avant) — collé au texte */
.page-devis-features-pro-tag {
  display: inline-block;
  margin-left: 4px;
  padding: 3px 9px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(242, 116, 66, 0.35);
  flex-shrink: 0;
}

/* Edition Essentiel : features Pro grisées (gris clair = inaccessible, suffit sans barré) */
.page-devis-features-locked {
  opacity: 0.45;
  filter: grayscale(40%);
}
.page-devis-features-locked .page-devis-features-pro-tag {
  opacity: 1; /* le tag PRO reste lisible même si le reste est grisé */
  filter: none;
}

/* Warning sous le bloc Installation : exclusivité commande */
.page-devis-install-warn {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 0;
  padding: 11px 14px;
  background: rgba(242, 116, 66, 0.08);
  border: 1px solid rgba(242, 116, 66, 0.22);
  border-radius: 8px;
  font-size: 0.82rem;
  color: #6b3a20;
  line-height: 1.45;
}
.page-devis-install-warn i {
  color: #f27442;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Bloc Forfait Quick-Start : layout horizontal cohérent avec Pack Sérénité */
.page-devis-row--install {
  align-items: flex-start;
}
.page-devis-row--install .page-devis-row-icon {
  margin-top: 4px;
}
/* Bouton "Voir le détail de chaque fonctionnalité" sous le reveal features */
.page-devis-features-cta {
  padding: 14px 22px 16px;
  border-top: 1px dashed #eef0f5;
  text-align: right;
}
.page-devis-features-lien {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: transparent;
  border: 1.5px solid #f27442;
  border-radius: 100px;
  color: #f27442;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, gap 0.25s ease;
}
.page-devis-features-lien:hover {
  background: #f27442;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(242, 116, 66, 0.3);
  gap: 12px;
}
.page-devis-features-lien i { font-size: 0.75rem; }

/* ─── Barre Total + Intent CTAs (total à gauche, boutons à droite) ──────── */
.page-devis-total-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 22px 28px;
  background: #1c1d22;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(20, 24, 40, 0.18);
  margin-top: 4px;
  flex-wrap: wrap;
}
.page-devis-total-info {
  position: relative;
  padding-right: 28px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 6px 14px;
  flex-shrink: 0;
}
/* Ligne 1 : "TOTAL HT" et "418 €" sur la même ligne */
.page-devis-total-info .page-devis-total-label  { grid-column: 1; grid-row: 1; }
.page-devis-total-info .page-devis-total-amount { grid-column: 2; grid-row: 1; }
/* Lignes 2 et 3 : détail + amorti, chacune sur sa propre ligne, étirée sur les 2 cols */
.page-devis-total-info .page-devis-total-detail { grid-column: 1 / -1; grid-row: 2; }
.page-devis-total-info .page-devis-total-amorti { grid-column: 1 / -1; grid-row: 3; justify-self: start; }
/* Divider vertical entre le bloc total (gauche) et les boutons (droite) */
.page-devis-total-info::after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.18) 30%, rgba(255, 255, 255, 0.18) 70%, transparent 100%);
}
.page-devis-total-label {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c5cbda;
}
.page-devis-total-amount {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.page-devis-total-detail {
  font-size: 0.82rem;
  color: #8892a8;
  font-variant-numeric: tabular-nums;
}
/* Amortissement mensuel sur 5 ans — argument commercial (blanc sur fond dark) */
.page-devis-total-amorti {
  display: inline-block;
  font-size: 0.88rem;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  margin-top: 4px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  border-left: 2px solid #f27442;
}
.page-devis-total-amorti span { font-weight: 700; color: #ffffff; }
.page-devis-total-actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-devis-intent-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #e8eaf0;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.page-devis-intent-btn input { position: absolute; opacity: 0; pointer-events: none; }
.page-devis-intent-btn i { font-size: 0.88rem; }
.page-devis-intent-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-1px);
}
.page-devis-intent-btn.is-selected {
  background: #ffffff;
  color: #1c1d22;
  border-color: #ffffff;
}
/* Devis : blanc par défaut (CTA secondaire lisible sur fond dark) */
.page-devis-intent-btn--devis {
  background: #ffffff;
  color: #1c1d22;
  border-color: #ffffff;
}
.page-devis-intent-btn--devis:hover {
  background: #f5f5f7;
  color: #1c1d22;
  border-color: #f5f5f7;
}
.page-devis-intent-btn--devis.is-selected {
  background: #ffffff;
  color: #f27442;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(242, 116, 66, 0.4);
}
.page-devis-intent-btn--devis.is-selected i { color: #f27442; }
.page-devis-intent-btn--achat {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 4px 12px -2px rgba(242, 116, 66, 0.4);
  transition: transform 0.2s ease, background-position 0.5s ease, box-shadow 0.2s ease;
}
.page-devis-intent-btn--achat:hover {
  background-position: 100% 50%;
  box-shadow: 0 8px 20px -2px rgba(242, 116, 66, 0.55);
  color: #ffffff;
  transform: translateY(-1px);
}
.page-devis-intent-btn--achat.is-selected {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-position: 100% 50%;
  color: #ffffff;
  box-shadow:
    0 0 0 3px rgba(242, 116, 66, 0.25),
    0 10px 24px -2px rgba(242, 116, 66, 0.5);
  border-color: transparent;
}

.page-devis-flow-legal {
  font-size: 0.78rem;
  color: #7a8097;
  text-align: center;
  margin: 12px 0 0;
}
.page-devis-flow-legal a {
  color: #f27442;
  text-decoration: none;
  font-weight: 600;
  margin-left: 8px;
}
.page-devis-flow-legal a:hover { text-decoration: underline; }

/* ─── Responsive flow ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .page-devis-row {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .page-devis-row-control {
    grid-column: 2 / -1;
    justify-content: flex-start;
    padding-top: 6px;
  }
  .page-devis-row-hint { grid-column: 2 / -1; }
  .page-devis-features-list { grid-template-columns: 1fr; }
  .page-devis-total-bar { flex-direction: column; align-items: stretch; }
  .page-devis-total-actions { justify-content: stretch; }
  .page-devis-intent-btn { flex: 1; justify-content: center; }
}
@media (max-width: 560px) {
  .page-devis-row { padding: 16px 16px; }
  .page-devis-choice { min-width: 0; flex: 1; }
}

/* ─── Formulaire (révélé après choix intent) ───────────────────────────── */
.page-devis-form-section {
  padding: 60px 0;
  background: #ffffff;
  border-top: 1px solid #eef0f5;
}
.page-devis-form-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 8px;
  text-align: center;
  letter-spacing: -0.015em;
}
.page-devis-form-soustitre {
  font-size: 0.95rem;
  color: #5a6075;
  text-align: center;
  margin: 0 auto 26px;
  max-width: 620px;
}
.page-devis-form-box {
  max-width: 780px;
  margin: 0 auto;
  background: #faf8f4;
  border: 1px solid #eef0f5;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 18px rgba(20, 24, 40, 0.04);
}
.page-devis-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.page-devis-form-grid--achat { margin-top: 8px; padding-top: 20px; border-top: 1px dashed #e2e5ee; }
.page-devis-form-field { display: flex; flex-direction: column; gap: 5px; }
.page-devis-form-field--full { grid-column: 1 / -1; }
/* Labels redondants : masqués visuellement, accessibles aux lecteurs d'écran */
.page-devis-form-field > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Exception : le label TVA reste visible car il héberge le statut de validation VIES */
.page-devis-form-field > label[for="tva"] {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3b3f4c;
}
.page-devis-form-field label .req { color: #f27442; }
/* Asterisque visuel dans les placeholders obligatoires */
.page-devis-form-field input[required]::placeholder,
.page-devis-form-field input[required]::-webkit-input-placeholder { color: #8a91a6; }
.page-devis-form-field input,
.page-devis-form-field select {
  padding: 10px 13px;
  border: 1.5px solid #e2e5ee;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.92rem;
  color: #1c1d22;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-devis-form-field input:focus,
.page-devis-form-field select:focus {
  outline: 0;
  border-color: #f27442;
  box-shadow: 0 0 0 3px rgba(242, 116, 66, 0.15);
}
/* Champ téléphone avec préfixe pays automatique */
.page-devis-tel-wrap {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #e2e5ee;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-devis-tel-wrap:focus-within {
  border-color: #f27442;
  box-shadow: 0 0 0 3px rgba(242, 116, 66, 0.15);
}
.page-devis-tel-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1c1d22;
  background: #faf8f4;
  border-right: 1px solid #e2e5ee;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.page-devis-tel-wrap input {
  flex: 1;
  border: 0 !important;
  padding: 10px 13px;
  font-family: inherit;
  font-size: 0.92rem;
  color: #1c1d22;
  background: transparent;
}
.page-devis-tel-wrap input:focus { outline: 0; box-shadow: none; }

.page-devis-tva-status {
  font-size: 0.76rem;
  font-weight: 500;
  margin-left: 8px;
  padding: 2px 7px;
  border-radius: 6px;
}
.page-devis-tva-status.is-ok { color: #0f7a42; background: rgba(15, 122, 66, 0.12); }
.page-devis-tva-status.is-err { color: #c23d2c; background: rgba(194, 61, 44, 0.12); }
.page-devis-tva-status.is-pending { color: #7a8097; background: rgba(122, 128, 151, 0.12); }
.page-devis-tva-status.is-warn { color: #b87600; background: rgba(184, 118, 0, 0.12); }
.page-devis-tva-aide { font-size: 0.72rem; color: #7a8097; margin: 3px 0 0; }

/* Retour visuel VIES sur le champ TVA lui-même : bordure colorée + icône à droite */
#tvaField input { padding-right: 38px; background-repeat: no-repeat; background-position: right 12px center; background-size: 18px 18px; }
#tvaField.is-ok input {
  border-color: #0f7a42;
  box-shadow: 0 0 0 3px rgba(15, 122, 66, 0.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230f7a42'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19l12-12-1.4-1.4z'/></svg>");
}
#tvaField.is-err input {
  border-color: #c23d2c;
  box-shadow: 0 0 0 3px rgba(194, 61, 44, 0.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c23d2c'><path d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
}
#tvaField.is-warn input {
  border-color: #b87600;
  box-shadow: 0 0 0 3px rgba(184, 118, 0, 0.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b87600'><path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/></svg>");
}
#tvaField.is-pending input {
  border-color: #7a8097;
  box-shadow: 0 0 0 3px rgba(122, 128, 151, 0.12);
}

/* ─── Mode achat : IBAN + process (visibles avant soumission) ──────────── */
.page-devis-achat-bloc {
  margin: 18px 0 22px;
  padding-top: 18px;
  border-top: 1px dashed #e2e5ee;
}
.page-devis-achat-bloc-grid {
  display: block;
  margin-top: 16px;
}

/* ─── Sélecteur mode de paiement ────────────────────────────────────────── */
.page-devis-paiement-mode {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-radius: 10px;
}
.page-devis-paiement-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8097;
  margin: 0 0 10px;
}
.page-devis-paiement-choix {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-devis-paiement-opt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1.5px solid #e2e5ee;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #3b3f4c;
  transition: all 0.2s ease;
}
.page-devis-paiement-opt input { position: absolute; opacity: 0; pointer-events: none; }
.page-devis-paiement-opt i { color: #7a8097; font-size: 0.95rem; }
.page-devis-paiement-opt:hover:not(.is-disabled) {
  border-color: #c5cbda;
  transform: translateY(-1px);
}
.page-devis-paiement-opt.is-selected {
  border-color: #f27442;
  background: rgba(242, 116, 66, 0.06);
  color: #c64a1c;
}
.page-devis-paiement-opt.is-selected i { color: #f27442; }
.page-devis-paiement-opt.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.page-devis-paiement-dot {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9dce5;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.page-devis-paiement-opt.is-selected .page-devis-paiement-dot {
  border-color: #f27442;
  background: radial-gradient(circle, #f27442 40%, #ffffff 50%);
}
.page-devis-paiement-soon {
  font-size: 0.66rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(28, 39, 69, 0.1);
  color: #1c2745;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

/* ─── IBAN block sorti du grid : pleine largeur, aligné à gauche ───────── */
.page-devis-achat-iban {
  margin-bottom: 16px;
  text-align: left;
}

/* ─── Mode Commande : bloc Paiement + IBAN positionné en haut du formulaire */
.page-devis-paiement-bloc {
  margin: 0 0 22px;
  padding: 0 0 18px;
  border-bottom: 2px dashed #e2e5ee;
}
.page-devis-paiement-bloc-sep {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 10px 14px;
  background: rgba(28, 39, 69, 0.05);
  border-left: 3px solid #1c2745;
  border-radius: 7px;
  font-size: 0.86rem;
  color: #3b3f4c;
  line-height: 1.5;
  font-weight: 500;
}
.page-devis-paiement-bloc-sep i { color: #1c2745; flex-shrink: 0; }

/* Process bloc : marge supérieure pour aérer après les champs */
.page-devis-achat-process-bloc {
  margin: 18px 0 22px;
  padding-top: 18px;
  border-top: 1px dashed #e2e5ee;
}

/* ─── Récap commande (visible avant "Valider et payer") ──────────────────── */
.page-devis-recap-cmd {
  max-width: 720px;
  margin: 0 auto 24px;
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(20, 24, 40, 0.06);
  padding: 24px 28px;
}
.page-devis-recap-cmd-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef0f5;
  margin-bottom: 14px;
}
.page-devis-recap-cmd-label {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c1d22;
  letter-spacing: -0.01em;
}
.page-devis-recap-cmd-ref {
  font-size: 0.85rem;
  color: #7a8097;
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-devis-recap-cmd-ref strong {
  color: #f27442;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.page-devis-recap-cmd-items {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.page-devis-recap-cmd-items li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px dashed #f0ece4;
  font-size: 0.95rem;
  color: #3b3f4c;
}
.page-devis-recap-cmd-items li:last-child { border-bottom: 0; }
.page-devis-recap-cmd-items li strong { color: #1c1d22; }
.page-devis-recap-cmd-items li span:last-child {
  font-weight: 700;
  color: #1c1d22;
  font-variant-numeric: tabular-nums;
}
.page-devis-recap-cmd-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-top: 2px solid #1c1d22;
  margin-top: 6px;
}
.page-devis-recap-cmd-total span {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1d22;
}
.page-devis-recap-cmd-total strong {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1c1d22;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.page-devis-recap-cmd-question {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #1c1d22;
  margin: 18px 0 14px;
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-devis-recap-cmd-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  border: 0;
  border-radius: 100px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 16px -2px rgba(242, 116, 66, 0.4),
    0 12px 32px -4px rgba(237, 75, 130, 0.3);
  transition: transform 0.25s ease, background-position 0.6s ease, box-shadow 0.25s ease;
}
.page-devis-recap-cmd-btn:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 12px 28px -2px rgba(242, 116, 66, 0.55),
    0 22px 50px -4px rgba(106, 76, 224, 0.4);
}
.page-devis-achat-iban,
.page-devis-achat-process {
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 14px rgba(20, 24, 40, 0.04);
}
.page-devis-achat-iban { border-left: 4px solid #f27442; }
.page-devis-achat-process { border-left: 4px solid #1c2745; }

.page-devis-achat-iban h3,
.page-devis-achat-process h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 6px;
  letter-spacing: -0.005em;
}
.page-devis-achat-iban h3 i { color: #f27442; }
.page-devis-achat-process h3 i { color: #1c2745; }

.page-devis-achat-sous {
  font-size: 0.8rem;
  color: #7a8097;
  margin: 0 0 12px;
}

.page-devis-achat-iban dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 6px 14px;
  margin: 0 0 10px;
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-devis-achat-iban dt {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7a8097;
  align-self: center;
}
.page-devis-achat-iban dd {
  margin: 0;
  font-size: 0.88rem;
  color: #1c1d22;
  font-variant-numeric: tabular-nums;
}
.page-devis-achat-iban dd strong { color: #1c1d22; font-weight: 800; }
.page-devis-achat-note {
  font-size: 0.78rem;
  color: #5a6075;
  margin: 0;
  padding: 8px 10px;
  background: rgba(242, 116, 66, 0.06);
  border-radius: 6px;
  line-height: 1.5;
}
.page-devis-achat-note strong { color: #c64a1c; }

/* ─── Process steps réécrits — chaleureux et rassurant ─────────────────── */
.page-devis-process-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e2e5ee;
}
.page-devis-process-head > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(15, 122, 66, 0.12), rgba(15, 122, 66, 0.06));
  color: #0f7a42;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.page-devis-process-head h3 {
  margin: 0 0 2px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c1d22;
  letter-spacing: -0.01em;
}
.page-devis-process-head p {
  margin: 0;
  font-size: 0.88rem;
  color: #5a6075;
  line-height: 1.5;
}

.page-devis-process-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-devis-process-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: #faf8f4;
  border-radius: 10px;
  border-left: 3px solid #0f7a42;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-devis-process-card:hover {
  transform: translateX(2px);
  box-shadow: 0 4px 14px rgba(20, 24, 40, 0.05);
}
.page-devis-process-card--rdv {
  border-left-color: #f27442;
  background: rgba(242, 116, 66, 0.05);
}
.page-devis-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #0f7a42;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(20, 24, 40, 0.06);
}
.page-devis-process-card--rdv .page-devis-process-icon { color: #f27442; }
.page-devis-process-card > div { flex: 1; }
.page-devis-process-card strong {
  display: block;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1c1d22;
  margin-bottom: 3px;
  letter-spacing: -0.005em;
}
.page-devis-process-card span {
  display: block;
  font-size: 0.85rem;
  color: #5a6075;
  line-height: 1.5;
}
.page-devis-process-card span em {
  font-style: normal;
  font-weight: 600;
  color: #f27442;
}
/* Pill "avec Forfait démarrage" inline dans le titre RDV */
.page-devis-process-pill {
  display: inline-block;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  margin-left: 6px;
  background: rgba(242, 116, 66, 0.14);
  color: #c64a1c;
  border-radius: 4px;
  vertical-align: middle;
}
.page-devis-process-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0;
  padding: 12px 14px;
  background: rgba(15, 122, 66, 0.06);
  border-radius: 7px;
  font-size: 0.82rem;
  color: #1c1d22;
  line-height: 1.5;
}
.page-devis-process-footer i { color: #0f7a42; flex-shrink: 0; }
.page-devis-process-footer strong { color: #0f7a42; font-weight: 700; }

@media (max-width: 780px) {
  .page-devis-achat-bloc { grid-template-columns: 1fr; }
  .page-devis-achat-iban dl { grid-template-columns: 1fr; gap: 2px; }
  .page-devis-achat-iban dt { margin-top: 6px; }
}

/* ─── Case à cocher CGV (mode Commande uniquement) ──────────────────────── */
.page-devis-form-cgv {
  margin: 0 0 18px;
  padding: 12px 14px;
  background: #faf8f4;
  border-left: 3px solid #f27442;
  border-radius: 7px;
}
.page-devis-form-cgv-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.88rem;
  color: #3b3f4c;
  line-height: 1.55;
}
.page-devis-form-cgv-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #f27442;
  cursor: pointer;
  flex-shrink: 0;
}
.page-devis-form-cgv-text a {
  color: #f27442;
  text-decoration: underline;
  font-weight: 600;
}
.page-devis-form-cgv-text a:hover { color: #c64a1c; }

.page-devis-form-captcha {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 12px 14px;
  background: #ffffff;
  border-radius: 9px;
  flex-wrap: wrap;
  border: 1px solid #eef0f5;
}
.page-devis-form-captcha label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #3b3f4c;
  font-weight: 500;
}
.page-devis-form-captcha label i { color: #f27442; }
.page-devis-form-captcha-input {
  width: 70px;
  padding: 7px 10px;
  border: 1.5px solid #e2e5ee;
  border-radius: 7px;
  font-size: 0.9rem;
  text-align: center;
}
.page-devis-form-captcha-input.is-err { border-color: #c23d2c; }

/* Captcha générique (réutilisable hors page-devis) — voir _captcha-field.inc.php
   !important pour garantir le rendu identique entre hero, tarif et test-gratuit. */
.form-captcha {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;          /* l'espacement vertical est géré par le parent (flex gap) → évite la compoundition */
  padding: 10px 14px !important;
  background: #ffffff !important;
  border-radius: 9px !important;
  flex-wrap: wrap !important;
  border: 1.5px solid #b8bec8 !important;
}
.form-captcha label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.88rem !important;
  color: #3b3f4c !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.form-captcha label i { color: #f27442 !important; }
.form-captcha-input {
  width: 80px !important;
  padding: 7px 10px !important;
  border: 1.5px solid #b8bec8 !important;
  border-radius: 7px !important;
  font-size: 0.9rem !important;
  text-align: center !important;
  background: #ffffff !important;
  color: #1c1d22 !important;
}
.form-captcha-input.is-err { border-color: #c23d2c !important; }

.page-devis-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  border: 0;
  border-radius: 100px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 16px -2px rgba(242, 116, 66, 0.38),
    0 12px 32px -4px rgba(237, 75, 130, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.6s ease;
}
.page-devis-form-submit:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 24px -2px rgba(242, 116, 66, 0.52),
    0 18px 44px -4px rgba(106, 76, 224, 0.35);
}
.page-devis-form-legal {
  font-size: 0.74rem;
  color: #7a8097;
  margin: 12px 0 0;
  text-align: center;
  line-height: 1.45;
}

@media (max-width: 680px) {
  .page-devis-form-grid { grid-template-columns: 1fr; }
  .page-devis-form-box { padding: 22px 16px; }
}

/* ─── Tableau comparatif ─────────────────────────────────────────────────── */
.page-devis-compare {
  padding: 60px 0;
  background: #faf8f4;
}
.page-devis-compare-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 8px;
  text-align: center;
  letter-spacing: -0.015em;
}
.page-devis-compare-soustitre {
  font-size: 0.95rem;
  color: #5a6075;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 620px;
}
.page-devis-compare-table-wrap { max-width: 860px; margin: 0 auto; overflow-x: auto; }
.page-devis-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(20, 24, 40, 0.06);
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-devis-compare-table thead th {
  padding: 15px 18px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  background: #1c1d22;
  color: #ffffff;
}
.page-devis-compare-table thead .col-fonct { text-align: left; }
.page-devis-compare-table tbody td {
  padding: 12px 18px;
  font-size: 0.9rem;
  color: #3b3f4c;
  text-align: center;
  border-bottom: 1px solid #eef0f5;
}
.page-devis-compare-table tbody tr:last-child td { border-bottom: 0; }
.page-devis-compare-table tbody tr:nth-child(even) td { background: #faf8f4; }
.page-devis-compare-table tbody .col-fonct {
  text-align: left;
  font-weight: 500;
  color: #1c1d22;
}
.page-devis-check { color: #0f7a42; font-size: 0.95rem; }
.page-devis-check--pro { color: #1c2745; }
.page-devis-minus { color: #c5cbda; font-size: 0.95rem; }
.page-devis-compare-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 6px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
}

/* ─── Thanks (après POST) ────────────────────────────────────────────────── */
.page-devis-thanks {
  padding: 90px 0;
  background: linear-gradient(180deg, #faf8f4 0%, #fff 100%);
  text-align: center;
}
.page-devis-thanks i {
  font-size: 3.6rem;
  color: #0f7a42;
  margin-bottom: 16px;
}
.page-devis-thanks h2 {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 12px;
}
.page-devis-thanks p {
  font-size: 1rem;
  color: #5a6075;
  margin: 0 auto;
  max-width: 520px;
}
.page-devis-thanks-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 28px 0 0;
}
.page-devis-thanks-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1.5px solid #1c1d22;
  border-radius: 100px;
  background: #ffffff;
  color: #1c1d22;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.page-devis-thanks-btn:hover {
  background: #1c1d22;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(28, 29, 34, 0.25);
}
.page-devis-thanks-btn--primary {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #ffffff;
  border-color: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 16px -2px rgba(242, 116, 66, 0.4);
  transition: transform 0.25s ease, background-position 0.6s ease, box-shadow 0.25s ease;
}
.page-devis-thanks-btn--primary:hover {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 45%, #6a4ce0 100%);
  background-position: 100% 50%;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 12px 28px -4px rgba(242, 116, 66, 0.55);
}

/* Bloc coordonnées bancaires (mode Achat uniquement) */
.page-devis-thanks-bank {
  max-width: 620px;
  margin: 36px auto 0;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-left: 4px solid #f27442;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(20, 24, 40, 0.06);
}
.page-devis-thanks-bank h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 14px;
  letter-spacing: -0.005em;
}
.page-devis-thanks-bank h3 i { color: #f27442; }
.page-devis-thanks-bank dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px 16px;
  margin: 0 0 12px;
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-devis-thanks-bank dt {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #7a8097;
  align-self: center;
}
.page-devis-thanks-bank dd {
  margin: 0;
  font-size: 0.95rem;
  color: #1c1d22;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.page-devis-thanks-bank-note {
  font-size: 0.82rem;
  color: #5a6075;
  margin: 0;
  padding: 10px 12px;
  background: #faf8f4;
  border-radius: 7px;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .page-devis-thanks-bank dl { grid-template-columns: 1fr; gap: 4px; }
  .page-devis-thanks-bank dt { margin-top: 8px; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Page /fr/tarif■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Page /fr/cgv — Conditions générales de vente■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.page-cgv {
  background: #ffffff;
  padding: 60px 0 80px;
}
.page-cgv .wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.page-cgv-header {
  text-align: center;
  margin-bottom: 32px;
}
.page-cgv-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: clamp(1.85rem, 2.7vw, 2.3rem);
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 8px;
  letter-spacing: -0.015em;
}
.page-cgv-soustitre {
  font-size: 1rem;
  color: #5a6075;
  margin: 0 0 6px;
}
.page-cgv-meta {
  font-size: 0.82rem;
  color: #7a8097;
  margin: 0;
}

.page-cgv-toc {
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-radius: 12px;
  padding: 22px 28px;
  margin: 0 0 36px;
  box-shadow: 0 4px 14px rgba(20, 24, 40, 0.04);
}
.page-cgv-toc h2 {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 14px;
}
.page-cgv-toc ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
  margin: 0;
  padding-left: 24px;
}
.page-cgv-toc li { font-size: 0.92rem; color: #3b3f4c; line-height: 1.6; }
.page-cgv-toc a { color: #f27442; text-decoration: none; transition: color 0.2s ease; }
.page-cgv-toc a:hover { color: #c64a1c; text-decoration: underline; }

.page-cgv-content section {
  margin: 0 0 30px;
  padding: 0 0 18px;
  border-bottom: 1px dashed #e2e5ee;
  scroll-margin-top: 100px;
}
.page-cgv-content section:last-child { border-bottom: 0; }
.page-cgv-content h2 {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1d22;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.page-cgv-content h3 {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3b3f4c;
  margin: 18px 0 8px;
  letter-spacing: -0.005em;
}
.page-cgv-content p,
.page-cgv-content li {
  font-size: 0.95rem;
  color: #3b3f4c;
  line-height: 1.65;
}
.page-cgv-content p { margin: 0 0 12px; }
.page-cgv-content ul,
.page-cgv-content ol { padding-left: 22px; margin: 0 0 12px; }
.page-cgv-content em {
  font-style: italic;
  color: inherit;
}
/* Tableau dans la politique de confidentialité (finalités, durées) */
.page-cgv-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  font-size: 0.92rem;
}
.page-cgv-table th,
.page-cgv-table td {
  border: 1px solid #e2e5ee;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.page-cgv-table th {
  background: #faf8f4;
  color: #1c1d22;
  font-weight: 700;
  font-size: 0.85rem;
}
.page-cgv-content strong { color: #1c1d22; }
.page-cgv-content a { color: #f27442; text-decoration: none; }
.page-cgv-content a:hover { text-decoration: underline; }

.page-cgv-footer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #eef0f5;
  text-align: center;
  font-size: 0.88rem;
  color: #7a8097;
}
.page-cgv-footer a { color: #f27442; }

@media (max-width: 720px) {
  .page-cgv-toc ol { grid-template-columns: 1fr; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Page /fr/cgv■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■DÉMOS Options B / C / D (pages /fr/test-b, /fr/test-c, /fr/test-d)■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ——— Option B : bandes pleine largeur empilées ——— */
.opt-b-bande {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.opt-b-bande--dark {
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.12) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  color: #e8eaf0;
}
.opt-b-bande--orange {
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 70%, #d84a1a 100%);
  color: #ffffff;
}
.opt-b-halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  pointer-events: none;
}
.opt-b-halo-1 {
  width: 400px; height: 400px;
  top: -120px; right: -100px;
  background: radial-gradient(circle, rgba(242, 116, 66, 0.35), rgba(242, 116, 66, 0));
}
.opt-b-halo-2 {
  width: 360px; height: 360px;
  bottom: -120px; left: -80px;
  background: radial-gradient(circle, rgba(237, 75, 130, 0.25), rgba(237, 75, 130, 0));
}
.opt-b-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.opt-b-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(242, 116, 66, 0.18);
  border: 1px solid rgba(242, 116, 66, 0.4);
  color: #ffb280;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.opt-b-tag--orange {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.opt-b-titre {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  margin: 0 0 22px 0;
  letter-spacing: -0.015em;
}
.opt-b-questions {
  list-style: none; padding: 0; margin: 0 0 40px 0;
  display: flex; flex-direction: column; gap: 10px;
  max-width: 640px;
  margin-left: auto; margin-right: auto;
}
.opt-b-questions li {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
}
.opt-b-questions li i {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.82rem;
  flex-shrink: 0;
}
.opt-b-bande--orange .opt-b-questions li i { background: rgba(255, 255, 255, 0.2); }
.opt-b-benefices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.opt-b-benefice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  backdrop-filter: blur(8px);
}
.opt-b-benefice-icone {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.opt-b-benefice--inverse .opt-b-benefice-icone {
  background: #ffffff;
  color: #f27442;
}
.opt-b-benefice p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  line-height: 1.35;
}

/* ——— Option C : tabs avec thème dynamique (orange pour Copy Service, dark pour Bureauticien) ——— */
.opt-c-public {
  position: relative;
  padding: 50px 0 50px 0;
  overflow: hidden;
  transition: background 0.5s ease, color 0.5s ease;
}
.opt-c-public .opt-c-tabs {
  margin-top: 0;
  margin-bottom: 32px;
}
/* Thème orange (Copy Service actif) — gradient beige/blanc avec halo orange */
.opt-c-public[data-active-tab="copy"] {
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
  color: #1c1d22;
}
/* Thème dark (Bureauticien actif) — fond anthracite comme Fonctionnalités home */
.opt-c-public[data-active-tab="bureau"] {
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  color: #e8eaf0;
}

.opt-c-public > .wrapper { text-align: center; position: relative; z-index: 1; }

.opt-c-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  margin: 0 auto 44px auto;
  width: fit-content;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.opt-c-public[data-active-tab="copy"] .opt-c-tabs {
  background: #ffffff;
  border: 1px solid rgba(20, 24, 40, 0.08);
  box-shadow: 0 4px 14px rgba(20, 24, 40, 0.05);
}
.opt-c-public[data-active-tab="bureau"] .opt-c-tabs {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(0, 0, 0, 0.3);
}

.opt-c-tab {
  padding: 14px 36px;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.opt-c-public[data-active-tab="copy"] .opt-c-tab { color: #6b7180; }
.opt-c-public[data-active-tab="copy"] .opt-c-tab:hover { color: #1c1d22; }
.opt-c-public[data-active-tab="bureau"] .opt-c-tab { color: #a0a8bc; }
.opt-c-public[data-active-tab="bureau"] .opt-c-tab:hover { color: #ffffff; }

/* Onglet actif Copy Service : orange brillant avec gradient */
.opt-c-tab--copy.opt-c-tab--active {
  background: linear-gradient(135deg, #ff8c5a 0%, #f27442 50%, #e85a2c 100%);
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 18px -2px rgba(242, 116, 66, 0.55);
}
/* Onglet actif Bureauticien : noir/dark comme une tuile Fonctionnalités */
.opt-c-tab--bureau.opt-c-tab--active {
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #2c2e37 0%, #222329 100%);
  color: #ffffff !important;
  border: 1px solid rgba(242, 116, 66, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 24px -4px rgba(242, 116, 66, 0.4),
    0 6px 18px -2px rgba(0, 0, 0, 0.45);
  padding: 13px 35px; /* compense le border 1px ajouté */
}

.opt-c-panel {
  display: none;
  text-align: left;
}
.opt-c-panel--active {
  display: block;
  animation: optCFadeIn 0.4s ease;
}
@keyframes optCFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.opt-c-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.opt-c-titre {
  font-family: 'Inter', sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  margin: 0 0 26px 0;
  letter-spacing: -0.015em;
  color: inherit;
  line-height: 1.2;
}
.opt-c-questions {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 16px;
}
.opt-c-questions li {
  display: flex; align-items: flex-start; gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 1.18rem;
  line-height: 1.55;
  font-weight: 500;
  color: inherit;
}
.opt-c-public[data-active-tab="copy"] .opt-c-questions li { color: #3a4056; }
.opt-c-public[data-active-tab="bureau"] .opt-c-questions li { color: #c5cbda; }

.opt-c-questions li i {
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.92rem;
  margin-top: 3px; flex-shrink: 0;
  color: #f27442;
  background: rgba(242, 116, 66, 0.14);
  transition: background 0.3s ease;
}
.opt-c-public[data-active-tab="bureau"] .opt-c-questions li i {
  background: rgba(242, 116, 66, 0.22);
}

.opt-c-benefices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.opt-c-benefice {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 14px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.opt-c-public[data-active-tab="copy"] .opt-c-benefice {
  background: #ffffff;
  border: 1px solid rgba(20, 24, 40, 0.06);
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.04);
}
.opt-c-public[data-active-tab="bureau"] .opt-c-benefice {
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #2c2e37 0%, #222329 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.3);
}
.opt-c-benefice:hover {
  transform: translateX(2px);
}
.opt-c-public[data-active-tab="copy"] .opt-c-benefice:hover {
  border-color: rgba(242, 116, 66, 0.3);
  box-shadow: 0 4px 14px rgba(242, 116, 66, 0.15);
}
.opt-c-public[data-active-tab="bureau"] .opt-c-benefice:hover {
  border-color: rgba(242, 116, 66, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 24px -4px rgba(242, 116, 66, 0.38);
}

.opt-c-benefice-icone {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 100%);
  color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 12px -2px rgba(242, 116, 66, 0.35);
}
.opt-c-benefice p {
  font-family: 'Inter', sans-serif;
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  color: inherit;
}
.opt-c-public[data-active-tab="copy"] .opt-c-benefice p { color: #1c1d22; }
.opt-c-public[data-active-tab="bureau"] .opt-c-benefice p { color: #ffffff; }

/* ——— Option D : split diagonal ——— */
.opt-d-public {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #ffffff;
  min-height: 500px;
}
.opt-d-bg-dark,
.opt-d-bg-orange {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.opt-d-bg-dark {
  /* Même gradient que les sections dark de la home (Fonctionnalités preview) */
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(242, 116, 66, 0.1) 0%, rgba(242, 116, 66, 0) 60%),
    radial-gradient(ellipse 80% 50% at 80% 80%, rgba(242, 116, 66, 0.08) 0%, rgba(242, 116, 66, 0) 60%),
    linear-gradient(180deg, #1c1d22 0%, #262830 50%, #1c1d22 100%);
  clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%);
}
.opt-d-bg-orange {
  /* Orange pur, sans rose */
  background: linear-gradient(135deg, #f27442 0%, #e85a2c 60%, #d84a1a 100%);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
}
.opt-d-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.opt-d-col { padding: 10px 0; }
.opt-d-col--right { padding-left: 40px; }
.opt-d-titre {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.opt-d-questions {
  list-style: none; padding: 0; margin: 0 0 28px 0;
  display: flex; flex-direction: column; gap: 10px;
}
.opt-d-questions li {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.92);
}
.opt-d-questions li i {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.78rem;
  flex-shrink: 0;
}
.opt-d-benefices {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.opt-d-benefice {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}
.opt-d-benefice-icone {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #ffffff;
  color: #f27442;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.opt-d-benefice--inverse .opt-d-benefice-icone {
  background: rgba(255, 255, 255, 0.95);
  color: #f27442;
}
.opt-d-benefice p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 800px) {
  .opt-b-benefices { grid-template-columns: 1fr; gap: 14px; }
  .opt-c-panel-grid { grid-template-columns: 1fr; gap: 28px; }
  .opt-d-bg-dark { clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); }
  .opt-d-bg-orange { clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%); }
  .opt-d-grid { grid-template-columns: 1fr; gap: 40px; }
  .opt-d-col--right { padding-left: 0; }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Démos B/C/D■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.orange {
  color: #F27442;
}

#attentionJS {
  font-size: 1.5em;
}

#TarifsWeb {
  font-size: 1.2rem;
}

.class0 {
  visibility: hidden;
}

form {
  margin: auto;
  width: 60%;
  text-align: center;
}
form .containtotal {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: white;
  background-color: #32aae6;
  min-width: 140px;
  height: 40px;
}
form .UnTierDeuxTier {
  display: flex;
  justify-content: space-between;
}
form .UnTierDeuxTier .titre {
  margin: 8px 0;
  display: flex;
  text-align: left;
  width: 33.3333%;
}
form .UnTierDeuxTier .containerRadio {
  display: flex;
  justify-content: flex-start;
  width: 66.6666%;
  flex-wrap: wrap;
}
form .UnTierDeuxTier .containerRadio .choixRadio {
  display: none;
}
form .UnTierDeuxTier .containerRadio .choixRadio + label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #32aae6;
  background-color: white;
  border: 1px solid #32aae6;
  transition: all 0.5s ease-in-out;
}
form .UnTierDeuxTier .containerRadio .choixRadio:checked + label, form .UnTierDeuxTier .containerRadio .choixRadio:hover + label {
  background-color: #32aae6;
  color: white;
}
form .UnTierDeuxTier .containerRadio .containprix {
  margin: 2% 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form .UnTierDeuxTier .containerRadio .containprix .ContainTarifs {
  display: flex;
  flex-direction: column;
}
form .UnTierDeuxTier .containerRadio .containprix .prix {
  font-size: 0.8rem;
  font-style: italic;
}
form .UnTierDeuxTier .containerRadio .containprix .choixEdition + label {
  width: 150px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .codePromo {
  border: 1px solid #32aae6;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.3rem;
  min-width: 140px;
  padding: 1%;
}
form .UnTierDeuxTier .containerRadio .containprix #Essentiel + label, form .UnTierDeuxTier .containerRadio .containprix #Pro + label {
  width: 200px;
}
form .UnTierDeuxTier .containerRadio .containprix .choixMachines + label {
  font-size: 16px;
  width: 70px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .choixDouchettes + label {
  width: 70px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .Produits + label {
  width: 100%;
  padding: 8px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .choixImprimantes + label {
  width: 70px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containIncrement {
  display: flex;
  width: 90px;
  justify-content: center;
  align-items: center;
}
form .UnTierDeuxTier .containerRadio .containIncrement .increment {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #32aae6;
  border: 1px solid #32aae6;
  height: 40px;
  width: 24px;
  font-size: 1.4em;
  font-weight: 700;
  cursor: pointer;
}
form .UnTierDeuxTier .containerRadio .containIncrement #incrementMoins {
  border-radius: 0.3rem 0 0 0.3rem;
}
form .UnTierDeuxTier .containerRadio .containIncrement #incrementPlus {
  border-radius: 0 0.3rem 0.3rem 0;
}
form .UnTierDeuxTier .containerRadio .containIncrement #PlusDeMachines + label {
  width: 40px;
  height: 40px;
  border-left: none;
  border-radius: 0;
  border-right: none;
}
form .containseparateur {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .containseparateur .separateur {
  width: 70%;
  height: 1px;
  transition: 1s ease;
}
form .containseparateur:hover .separateur {
  width: 40%;
}
form .formulaireClient {
  position: relative;
  display: flex;
  width: 80%;
  flex-direction: column;
}
form .formulaireClient .titre {
  margin-bottom: 4%;
}
form .formulaireClient .containForm {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
form .formulaireClient .containForm .ContainTél {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  top: 40%;
  background-color: white;
  border: 1px solid #32aae6;
  border-top: 10px solid #32aae6;
  padding: 0 0 6% 0;
}
form .formulaireClient .containForm .ContainTél input[type=submit], form .formulaireClient .containForm .ContainTél a {
  cursor: pointer;
  background-color: #32aae6;
  padding: 1% 4%;
  color: white;
  font-weight: 600;
  margin-top: 2%;
  transition: all 1s ease;
}
form .formulaireClient .containForm .ContainTél input[type=submit]:hover, form .formulaireClient .containForm .ContainTél a:hover {
  background-color: transparent;
  border: 1px solid #32aae6;
  color: #32aae6;
}
form .formulaireClient .horizontalForm {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
form .formulaireClient .containercheck {
  width: 300px;
  height: 30px;
  margin: 8px 8px 8px 0;
  position: relative;
}
form .formulaireClient .containercheck .popup {
  display: none;
  position: absolute;
  z-index: 99;
  top: -40px;
  right: -18%;
  background: white;
  border: 2px solid red;
  border-radius: 12px;
  text-align: center;
  padding: 1px;
}
form .formulaireClient .containercheck .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
form .formulaireClient .containercheck .popup .popupcontent {
  margin: 4px 19px;
  color: red;
  font-weight: 700;
  line-height: 1.4;
}
form .formulaireClient .containercheck.containtextarea {
  height: auto;
}
form .formulaireClient .containercheck input {
  width: 100%;
  margin: 0;
  height: 30px;
  border: 1px solid #32aae6;
  outline: none;
}
form .formulaireClient .containercheck i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: white;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
form .formulaireClient .containercheck .good {
  background-color: green;
  display: none;
}
form .formulaireClient .containercheck .notgood {
  background-color: red;
  display: none;
}
form .flex-captcha-btndémo {
  display: flex;
}
form .flex-captcha-btndémo .question-captcha {
  margin-right: 6%;
}
form .flex-captcha-btndémo .ContainCatpcha {
  display: flex;
}
form .flex-captcha-btndémo .ContainCatpcha input {
  background-color: transparent;
  width: 30px;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1 {
  border: 1px solid #32aae6;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.6s ease;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1:focus {
  color: white;
  background-color: #32aae6;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1.erreur {
  background-color: red;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1.ok {
  background-color: green;
}
form .MesBoutons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
form .MesBoutons .interbuton {
  margin: 2% 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
form .MesBoutons .interbuton input[type=submit], form .MesBoutons .interbuton .PetitButton {
  border-radius: 0.3rem;
  width: 40%;
  outline: none;
  border: none;
  background-color: #32aae6;
  transition: 1s ease;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
form .MesBoutons .interbuton input[type=submit]:hover, form .MesBoutons .interbuton .PetitButton:hover {
  background-color: #F27442;
}
form .MesBoutons .interbuton input[type=submit] {
  padding: 8px;
}
form .MesBoutons .interbuton .PetitButton a {
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
}

#prix_licence_edition_essentielle_promo, #prix_licence_edition_pro_promo {
  font-weight: bold;
  font-size: large;
}
#prix_licence_edition_essentielle_promo .fa-badge-dollar, #prix_licence_edition_pro_promo .fa-badge-dollar {
  color: red;
}

/*Bug de scroll inexplicable patch avec ça */
.scroll {
  height: 100px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 1170px) {
  form {
    width: 100%;
  }
  form .MesBoutons {
    flex-direction: column;
    align-items: center;
  }
  form .MesBoutons input[type=submit], form .MesBoutons button {
    margin: 8px 0;
  }
  form .UnTierDeuxTier {
    flex-direction: column;
    align-items: center;
  }
  form .UnTierDeuxTier .containerRadio {
    width: 90%;
    justify-content: center;
  }
  form .UnTierDeuxTier .containerRadio .containprix #SansLicence + label {
    width: 200px;
  }
  form .UnTierDeuxTier .titre {
    width: 90%;
  }
  form .formulaireClient {
    width: 90%;
    margin: auto;
  }
  form .formulaireClient .containForm {
    align-items: center;
  }
  form .formulaireClient .containForm .horizontalForm {
    flex-direction: column;
    align-items: center;
  }
  form .flex-captcha-btndémo, form .MesBoutons {
    width: 90%;
    margin: auto;
  }
  form .MesBoutons .interbuton {
    flex-direction: column;
  }
  form .MesBoutons .interbuton input[type=submit], form .MesBoutons .interbuton .PetitButton {
    width: 100%;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#presentation {
  margin-bottom: 30px;
}

.wrapper-presentation {
  display: flex;
}

#decouvrez {
  margin-left: 5%;
}

.intro-sous-titre {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

ul.presentation li:before {
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 1.3rem;
  color: #32aae6;
  vertical-align: middle;
}

.reseaux-sociaux li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 0.8rem;
  font-style: italic;
}
.reseaux-sociaux li a {
  color: #32aae6;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.reseaux-sociaux li a:hover {
  color: #F27442;
}

#video {
  margin-top: 15px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Slider■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#temoignages {
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}

#slider {
  box-sizing: border-box;
  float: left;
  margin-right: 100px;
}
#slider .bx-wrapper {
  max-width: 100%;
}

.societe {
  font-size: 1.2rem;
}

.descriptifcourt {
  display: inline-block;
}

.lirelasuite {
  margin-left: 10px;
  font-style: italic;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
.lirelasuite:hover {
  color: #F27442;
  cursor: pointer;
}

.paginationslider {
  position: relative;
  top: -27px;
  left: 22px;
  width: 65px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #32aae6;
  text-align: center;
}

.déposer-témoignage {
  display: flex;
  padding: 10px 0 10px 0;
  flex-direction: column;
  align-items: center;
  background-color: #32aae6;
  color: white;
  width: 280px;
  height: 100%;
}
.déposer-témoignage .accroche {
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}
.déposer-témoignage .accroche i {
  font-size: 4rem;
}

#jedonnemontemoignage {
  width: 200px;
  text-align: center;
  margin-top: 30px;
}

.descriptiflong {
  display: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Témoignanges■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.lightbox-temoignages {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-temoignages .lightbox-temoignages-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 400px;
  background-color: white;
  margin: -200px 0 0 -300px;
}
.lightbox-temoignages .lightbox-temoignages-wrapper .lightbox-temoignages-wrapper-contenu {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: calc(100% - 70px);
  padding: 20px 20px 20px 20px;
  overflow-y: auto;
}
.lightbox-temoignages .lightbox-temoignages-wrapper .lightbox-temoignages-wrapper-contenu .descriptiflong {
  display: block;
  padding-top: 10px;
}

.closelightbox-temoignages {
  line-height: 50px;
  font-size: 2rem;
  color: white;
  text-align: center;
  background-color: #32aae6;
  transition: all 0.5s ease;
  cursor: pointer;
}
.closelightbox-temoignages:hover {
  background-color: #1d1d1d;
}

.box-donnetemoignage {
  position: fixed;
  top: 50px;
  right: -1000px;
  width: 400px;
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 20px 30px 30px 30px;
  z-index: 9999;
  background-color: white;
  transition: right 2s ease;
}
.box-donnetemoignage .closedonnetemoignage {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 400px;
  font-size: 2rem;
  color: white;
  text-align: center;
  background-color: #32aae6;
  transition: all 2s ease;
  cursor: pointer;
}
.box-donnetemoignage .closedonnetemoignage:hover {
  background-color: #1d1d1d;
}
.box-donnetemoignage .titre {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #32aae6;
}
.box-donnetemoignage .soustitre {
  display: block;
  padding: 20px 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #32aae6;
  text-align: justify;
}
.box-donnetemoignage .inputtext {
  width: 100%;
  padding: 8px 10px;
  margin: 10px 0 10px 0;
  border: solid 1px #898989;
  outline: none;
  font-size: 0.9rem;
  transition: all 0.5s ease;
}
.box-donnetemoignage .inputtext:focus {
  border-color: #32aae6;
  background-color: #32aae6;
  color: white;
}
.box-donnetemoignage .txtarea {
  height: 150px;
}

.box-donnetemoignage-open {
  right: 0;
}

.closedonnetemoignage-open {
  right: 0 !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■témoignages■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■fin slider■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.containChoixLangue {
  margin-top: 20px;
}
.containChoixLangue .boiteChoixLangue {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.containChoixLangue .boiteChoixLangue .ContainLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containChoixLangue .boiteChoixLangue .ContainLogo img {
  margin: 1% 0;
}
.containChoixLangue .boiteChoixLangue .ContainLogo img:nth-child(1) {
  height: 130px;
}
.containChoixLangue .boiteChoixLangue .ContainLogo .Mantra {
  font-size: 1.2rem;
}
.containChoixLangue .boiteChoixLangue h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.containChoixLangue .boiteChoixLangue ul {
  text-align: left;
  display: flex;
  justify-content: center;
}
.containChoixLangue .boiteChoixLangue ul li {
  margin: 0 2%;
}
.containChoixLangue .boiteChoixLangue ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
.containChoixLangue .boiteChoixLangue ul li a img {
  width: 40px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
}

/* Pill langue : retire le séparateur vertical hérité de .navigation li
   (qui crée une asymétrie : padding-right + border-right uniquement sur la droite) */
header .barre-haut .wrapper .navigation li.lang-switch,
header .barre-haut .wrapper .navigation li.lang-switch--active {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 4px !important;
}
/* Sélecteur de langue dans la barre haute */
.lang-switch .lang-switch-link {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 3px 9px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  font-family: 'Inter', 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  transition: all 0.2s ease;
  line-height: 1;
}
.lang-switch .lang-switch-link:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45) !important;
}
/* Langue courante : bordure orange "FAQ open" + halo subtil, cliquable (peut servir à revenir à la home de la langue) */
.lang-switch--active .lang-switch-link--current {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 3px 9px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  font-family: 'Inter', 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none;
  border: 1px solid rgba(242, 116, 66, 0.65) !important;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 0 1px rgba(242, 116, 66, 0.30),
    0 0 8px 1px rgba(242, 116, 66, 0.40);
}
.lang-switch-flag {
  font-size: 1.05rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
/* Drapeau SVG dans la pill : taille fixe + petit bord doux.
   object-fit: contain pour préserver le ratio natif de chaque drapeau (sinon FR/IT 3:2 sont clippés par cover) */
.lang-switch-flag-img {
  width: 20px;
  height: 14px;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15);
  object-fit: contain;
}
.lang-switch-code { letter-spacing: 0.04em; }
header .barre-haut {
  background-color: black;
  height: 32px;
  display: flex;
  justify-content: center;
}
header .barre-haut .wrapper {
  height: 100%;
  justify-content: flex-end;
}
header .barre-haut .wrapper .navigation {
  height: 100%;
  display: flex;
  align-items: center;
}
header .barre-haut .wrapper .navigation li {
  color: white;
  margin-right: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid white;
  padding-right: 0.4em;
}
header .barre-haut .wrapper .navigation li a {
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .barre-haut .wrapper .navigation li img {
  width: 60%;
  transition: all 1s ease;
}
header .barre-haut .wrapper .navigation li i {
  margin-right: 0.4em;
  color: white;
}
header .barre-haut .wrapper .navigation .active {
  background-color: #32aae6;
}
header .barre-haut .wrapper .navigation .noBorder {
  border: none;
  padding-right: 0;
}
header .barre-haut .wrapper .NoBorder li {
  border: none;
  padding-right: 0;
}
header .wrapper {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
header .wrapper .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  flex-shrink: 0;
}
header .wrapper .logo img:nth-child(1) {
  height: 40px;
  width: auto;
}
header .wrapper .logo img:nth-child(2) {
  height: 28px;
  width: auto;
}
header .wrapper .menu {
  display: flex;
}
/* Input du checkbox-hack : invisible partout (le label .toggle le déclenche) */
.menu-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}
/* Label hamburger : masqué par défaut sur desktop (visible uniquement en mobile via @media) */
header .toggle {
  display: none;
}
header .wrapper .menu li {
  display: flex;
  align-items: center;
  margin-left: 0.55em;
  font-size: 1.05rem;
  height: 50px;
}
header .wrapper .menu li a {
  padding: 0 0.7em;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: black;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease, color 0.2s ease;
}
header .wrapper .menu li a:hover {
  background-color: black;
  color: white;
}
header .wrapper .menu li #tarif {
  background-color: #32aae6;
  color: white;
}
header .wrapper .menu li #tarif:hover {
  background-color: #1d1d1d;
}
/* Sticky : aucun changement visuel au scroll → header totalement immobile (la classe .sticky reste posée par JS mais sans effet CSS) */

footer {
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  background-color: black;
  color: white;
}
footer .containtop {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .containtop .containcommun {
  width: 35%;
}
footer .containtop .containcommun .interdiv {
  width: 100%;
}
footer .containtop .containcommun .interdiv .TitreFooter {
  margin-bottom: 1%;
  display: flex;
  align-items: center;
}
footer .containtop .containcommun .interdiv .TitreFooter i {
  color: #32aae6;
  font-size: 1rem;
}
footer .containtop .containcommun .interdiv .TitreFooter .petitTitreFooter {
  color: #32aae6;
  font-size: 1rem;
  font-weight: 600;
}
footer .containtop .containcommun .interdiv:nth-child(1) {
  margin-bottom: 4%;
}
footer .containtop .containcommun .contenu {
  font-size: 0.95rem;
  line-height: 1.425rem;
  color: white;
}
footer .containtop .containcommun .contenu a {
  color: white;
}
footer .containtop .containcommun .contenu a:after {
  bottom: -1.6px;
}
footer .containtop .containcommun .contenu strong {
  color: white;
}
footer .containtop .containcommun .contenu li a:hover {
  transition: all 1s ease;
  color: #32aae6;
}
footer .containtop .containleft .interdiv {
  text-align: right;
}
footer .containtop .containleft .interdiv .TitreFooter {
  justify-content: flex-end;
}
footer .containtop .containleft .interdiv .TitreFooter .petitTitreFooter {
  margin-right: 2%;
}
footer .containtop .containright .interdiv .TitreFooter .petitTitreFooter {
  margin-left: 2%;
}
footer .containtop .containright .interdiv .SéparateurContenu {
  margin: 0 2%;
}
footer .containtop .qui a {
  margin-top: 12px;
  padding: 4px;
  display: block;
  border: 1px solid white;
  width: 60%;
  text-align: center;
  transition: all 1s ease;
}
footer .containtop .qui a:hover {
  background-color: white;
  color: black;
}
footer .containtop .qui .contenu {
  width: 70%;
}
footer .containtop .logo {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
footer .containtop .logo .Simulation {
  width: 80%;
  margin-top: 4%;
  text-align: left;
}
footer .containtop .logo .Simulation .BoutonSimulation {
  width: 100%;
  border-color: white;
  color: white;
}
footer .containtop .logo .Simulation .BoutonSimulation i {
  color: white;
}
footer .containtop .logo .Simulation .BoutonSimulation:hover {
  background-color: white;
  color: #32aae6;
}
footer .containtop .logo .Simulation .BoutonSimulation:hover i {
  color: #32aae6;
}
footer .containtop .logo a {
  width: 50%;
}
footer .containtop .logo a img {
  margin-bottom: 4px;
  width: 100%;
}
footer .mentions-legales {
  margin-top: 2%;
  background-color: black;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
footer .mentions-legales div {
  color: white;
  font-size: 0.8rem;
}
footer .mentions-legales div a {
  color: #32aae6;
}

.contain404 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contain404 .bleu {
  font-size: 1.2rem;
}
.contain404 .bouton {
  margin: 1% 0;
  padding: 8px;
  border: 2px solid #F27442;
  background-color: #F27442;
  color: white;
  font-weight: 700;
  transition: all 1s ease;
}
.contain404 .bouton:hover {
  background-color: white;
  color: #F27442;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Principal■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 1600px) {
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Médias éléments■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .wrapper {
    width: 100%;
    padding: 0 2%;
  }
  .wrapper .logo-principal {
    padding: 30px 0;
  }
  .wrapper .visuel {
    display: none;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Médias éléments■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  header .wrapper .menu {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    left: -100%;
    transition: left 0.3s ease;
    top: 0;
  }
  header .wrapper .menu li {
    margin: 0.5em 0;
    width: auto;
  }
  header .wrapper .menu li a {
    font-size: 1.05rem;
    min-height: 48px;     /* touch target accessibilité */
    padding: 12px 24px;
  }
  /* Checkbox hack : pas de dépendance JS. Le label toggle est cliqué → checkbox switch → menu apparait via :checked */
  .menu-toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  header .wrapper .menu-toggle-input:checked ~ .menu,
  header .wrapper .menu.active {
    left: 0;
  }
  header .wrapper .menu-toggle-input:checked ~ .toggle span {
    background-color: transparent;
  }
  header .wrapper .menu-toggle-input:checked ~ .toggle span::before {
    transform: translateY(0px) rotate(45deg);
  }
  header .wrapper .menu-toggle-input:checked ~ .toggle span::after {
    transform: translateY(0px) rotate(-45deg);
  }
  header .toggle {
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: 0.3s;
    margin-left: auto;
    margin-right: 16px;
    /* Centre les barres hamburger dans la zone 48×48 */
    padding: 12px 6px;
    box-sizing: border-box;
    /* Fiabilité mobile : pas de délai 300ms, click immédiat */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  header .toggle span {
    width: 100%;
    height: 4px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50%;
    transition: 0.5s ease-in-out;
  }
  header .toggle span::before, header .toggle span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: black;
    transition: 0.5s ease-in-out;
  }
  header .toggle span::before {
    transform: translateY(-10px);
  }
  header .toggle span::after {
    transform: translateY(10px);
  }
  header .toggle.active span {
    background-color: transparent;
  }
  header .toggle.active span::before {
    transform: translateY(0px) rotate(45deg);
  }
  header .toggle.active span::after {
    transform: translateY(0px) rotate(-45deg);
  }
  /* Sur mobile, on garde TOUT le contenu de la barre-haut accessible :
     - email contact (icône seule, texte caché par .nosmartphone)
     - lang-switcher (toujours accessible, pills compactes)
     - icônes réseaux sociaux (LinkedIn/YouTube) masquées pour libérer la place */
  .barre-haut .nosmartphone {
    display: none;
  }
  .barre-haut .wrapper .navigation li.noBorder,
  .barre-haut .wrapper .navigation:nth-child(2) li:not(.lang-switch):not(.lang-switch--active) {
    display: none;
  }
  .barre-haut .wrapper .navigation {
    gap: 4px;
  }
  /* Pills langue compactes sur mobile (flag + code FR/EN/...) */
  .lang-switch .lang-switch-link,
  .lang-switch--active .lang-switch-link--current {
    padding: 2px 6px !important;
    font-size: 0.72rem;
    gap: 3px;
  }
  .lang-switch-flag-img {
    width: 16px;
    height: 11px;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .wrapper-presentation {
    flex-direction: column;
    align-items: center;
  }
  #decouvrez {
    margin-left: 0;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média Présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Témoignage■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .déposer-témoignage {
    height: auto;
    margin: auto;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Témoignage■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Fonctionnalitées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .listing-fonctionnalites li {
    float: none;
    width: 100%;
    align-items: center;
  }
  .listing-fonctionnalites li i {
    background-color: #F27442;
    font-size: 2rem;
    color: white;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
  }
  .listing-fonctionnalites li .IType2 {
    background-color: transparent;
    font-size: 1.8rem;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média Fonctionnalitées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média galerie photo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  #galeriephoto .mosaique {
    flex-direction: column;
  }
  #galeriephoto .mosaique li {
    width: 100%;
  }
  #galeriephoto .mosaique li a {
    width: 100%;
  }
  #galeriephoto .mosaique li a img {
    width: 80%;
    height: auto;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média galerie photo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  footer .containtop {
    flex-direction: column;
  }
  footer .containtop .containcommun {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer .containtop .containcommun .interdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .containtop .containcommun .interdiv .TitreFooter {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer .containtop .containcommun .navigation .contenu .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .containtop .containcommun .navigation .contenu .menu li {
    margin: 0 4%;
  }
  footer .containtop .containcommun .qui .contenu {
    width: 70%;
  }
  footer .containtop .containcommun .qui .contenu a {
    width: 100%;
  }
  footer .containtop .logo {
    margin: 4% 0;
    padding: 2% 0;
    width: 70%;
    border-right: none;
    border-left: none;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }
  footer .containtop .logo a {
    width: 20%;
  }
  footer .containtop .logo a img {
    margin-bottom: 4px;
    width: 100%;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Media Principal■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média spécifique■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 620px) {
  #video .lecteur-video {
    width: 100%;
  }
  .box-demande-démo {
    display: flex;
    justify-content: center;
    margin: 20px;
  }
  .box-demande-démo a {
    position: static;
  }
  .box-donnetemoignage .closedonnetemoignage {
    width: 100%;
  }
  .lightbox-message-wrapper {
    top: 10px;
    left: 5%;
    width: 90%;
  }
  .lightbox-temoignages-wrapper {
    width: 400px;
    margin: -200px 0 0 -200px;
  }
  .box-démo {
    width: 100%;
  }
  .box-démo .closedémo {
    width: 100%;
  }
  .box-donnetemoignage {
    width: 100%;
  }
  .paginationslider {
    top: -10px;
    bottom: -10%;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: -16%;
    margin-bottom: 10px;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média spécifique■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ─── Animation niveaux de toner (page Fonctionnalités) ─────────────────── */
.page-fonct-toner-anim {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 16/10;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(20, 24, 40, 0.05),
    0 10px 24px -4px rgba(20, 24, 40, 0.09),
    0 20px 44px -8px rgba(20, 24, 40, 0.1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(1400px) rotateX(2deg) rotateY(-2deg);
  isolation: isolate;
}
.page-fonct-bloc--inverse .page-fonct-toner-anim {
  transform: perspective(1400px) rotateX(2deg) rotateY(2deg);
}
.page-fonct-toner-anim:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 3px 8px rgba(20, 24, 40, 0.07),
    0 14px 32px -4px rgba(20, 24, 40, 0.12),
    0 30px 56px -8px rgba(20, 24, 40, 0.14);
}

/* Stage qui contient l'image + le spotlight ; reçoit le zoom */
/* Note : la règle qui désactivait les animations tant que .is-visible n'était pas présente
   a été retirée. Les animations s'exécutent dès le chargement de la page (3 itérations base,
   infinite sur grand écran via la media query ci-dessous). */

/* ═══ Variante CONFIG-BACKUP : capture ACS standard + overlay migration cloud ═══════ */
.page-fonct-screenshot-anim--config-backup .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--config-backup {
  width: 280px;
  padding: 12px 12px 12px;
  overflow: hidden;
}

/* Migration ancien poste → nouveau poste */
.cfg-migration {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.cfg-pc {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 8px 4px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.cfg-pc i.fa-desktop {
  font-size: 1.4rem;
  color: #ffffff;
}
.cfg-pc-label {
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #cfd1d9;
}
/* Ancien poste : s'éteint progressivement à 22% (gris + dim) */
.cfg-pc--old {
  animation: cfgPcOld 9s ease-in-out infinite;
}
.cfg-pc--old i.fa-desktop { color: #e2e4eb; }
.cfg-pc-cross {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b5363 0%, #1c1d22 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: scale(0.5);
  animation: cfgCrossIn 9s ease-out infinite;
}
@keyframes cfgPcOld {
  0%, 18%   { opacity: 1; filter: none; }
  22%       { opacity: 0.4; filter: grayscale(0.9); }
  55%       { opacity: 0.4; filter: grayscale(0.9); }
  60%       { transform: translateY(1px); }
  75%       { transform: translateY(0); }
  95%, 100% { opacity: 0.4; filter: grayscale(0.9); }
}
@keyframes cfgCrossIn {
  0%, 14%   { opacity: 0; transform: scale(0.5) rotate(-25deg); }
  18%       { opacity: 1; transform: scale(1.25) rotate(0deg); }
  22%       { opacity: 1; transform: scale(1); }
  60%       { transform: scale(1.08) rotate(8deg); }
  72%       { transform: scale(1) rotate(0deg); }
  95%       { opacity: 1; }
  98%, 100% { opacity: 0; transform: scale(0.5); }
}

/* Flèche orange centrale, vague de translation */
.cfg-arrow {
  text-align: center;
  font-size: 1rem;
  color: #f27442;
  opacity: 0;
  animation: cfgArrowIn 9s ease-in-out infinite;
  text-shadow: 0 2px 6px rgba(242, 116, 66, 0.5);
}
@keyframes cfgArrowIn {
  0%, 26%   { opacity: 0; transform: translateX(-6px); }
  30%       { opacity: 1; transform: translateX(0); }
  40%       { opacity: 1; transform: translateX(5px); }
  50%       { opacity: 1; transform: translateX(0); }
  62%       { opacity: 1; transform: translateX(5px); }
  72%       { opacity: 1; transform: translateX(0); }
  95%       { opacity: 0.85; }
  98%, 100% { opacity: 0; }
}

/* Nouveau poste : ORANGE, slide-in + flottement continu + halo qui se diffuse */
.cfg-pc--new {
  opacity: 0;
  border-color: rgba(242, 116, 66, 0.55);
  background: linear-gradient(180deg, rgba(242, 116, 66, 0.18) 0%, rgba(242, 116, 66, 0.06) 100%);
  animation: cfgPcNew 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.cfg-pc--new i.fa-desktop { color: #f27442; }
.cfg-pc-check {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f27442 0%, #d8541d 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  box-shadow: 0 2px 8px rgba(242, 116, 66, 0.6);
}
@keyframes cfgPcNew {
  0%, 30%   { opacity: 0; transform: translateX(10px) scale(0.92); box-shadow: 0 0 0 0 rgba(242, 116, 66, 0.5); }
  34%       { opacity: 1; transform: translateX(0) scale(1.08); box-shadow: 0 0 0 8px rgba(242, 116, 66, 0); }
  38%       { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
  50%       { transform: translateY(-2px); }
  62%       { transform: translateY(0); }
  74%       { transform: translateY(-2px); box-shadow: 0 0 0 6px rgba(242, 116, 66, 0); }
  85%       { transform: translateY(0); }
  95%       { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateX(10px); }
}

/* Cloud central : pill brand orange→rose→violet + halo qui pulse en continu */
.cfg-cloud {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 14px;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 55%, #6a4ce0 100%);
  border-radius: 100px;
  color: #ffffff;
  box-shadow:
    0 4px 14px -2px rgba(237, 75, 130, 0.55),
    0 8px 22px -6px rgba(106, 76, 224, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  margin: 0 auto 10px;
  width: fit-content;
  opacity: 0;
  animation: cfgCloudIn 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.cfg-cloud-icon { font-size: 0.9rem; color: #ffffff; }
.cfg-cloud-brand {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.cfg-cloud-text {
  font-size: 0.74rem;
  font-weight: 500;
  opacity: 0.95;
}
.cfg-cloud-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 100px;
  border: 2px solid rgba(237, 75, 130, 0.6);
  pointer-events: none;
  opacity: 0;
  animation: cfgCloudHalo 2.4s ease-out infinite;
  animation-delay: 3.6s;
}
@keyframes cfgCloudIn {
  0%, 36%   { opacity: 0; transform: scale(0.85); }
  40%       { opacity: 1; transform: scale(1.1); }
  44%       { opacity: 1; transform: scale(1); }
  55%       { transform: scale(1.02) translateY(-1px); }
  68%       { transform: scale(1) translateY(0); }
  82%       { transform: scale(1.02) translateY(-1px); }
  95%       { opacity: 1; transform: scale(1); }
  98%, 100% { opacity: 0; transform: scale(0.85); }
}
@keyframes cfgCloudHalo {
  0%   { transform: scale(1);    opacity: 0.75; }
  100% { transform: scale(1.25); opacity: 0; }
}

/* 4 configs restaurées : grille 2×2, checks bleus */
.cfg-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.cfg-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(48, 145, 237, 0.10);
  border: 1px solid rgba(48, 145, 237, 0.30);
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  transform: translateY(4px);
}
.cfg-item i {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3091ed 0%, #2563d1 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  box-shadow: 0 1px 4px rgba(48, 145, 237, 0.5);
}
.cfg-item--1 { animation: cfgItemIn 9s ease-out infinite; animation-delay: 4.4s; }
.cfg-item--2 { animation: cfgItemIn 9s ease-out infinite; animation-delay: 4.8s; }
.cfg-item--3 { animation: cfgItemIn 9s ease-out infinite; animation-delay: 5.2s; }
.cfg-item--4 { animation: cfgItemIn 9s ease-out infinite; animation-delay: 5.6s; }
@keyframes cfgItemIn {
  0%       { opacity: 0; transform: translateY(6px) scale(0.92); }
  3%       { opacity: 1; transform: translateY(-1px) scale(1.05); }
  8%       { opacity: 1; transform: translateY(0) scale(1); }
  35%      { transform: scale(1); }
  42%      { transform: scale(1.03); }
  50%      { transform: scale(1); }
  98%, 100%{ opacity: 0; transform: translateY(4px) scale(0.96); }
}

/* ═══ Variante MULTI-DEVICE : capture ACS standard + overlay hub cloud + 3 appareils ═══ */
.page-fonct-screenshot-anim--multi-device .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--multi-device {
  width: 230px;
  padding: 12px 12px 12px;
  overflow: hidden;
}

/* Hub cloud central : disque gradient brand + pulse continu */
.mdv-hub {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 4px auto 10px;
  opacity: 0;
  animation: mdvHubIn 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.mdv-hub-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 55%, #6a4ce0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #ffffff;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.3),
    0 6px 18px -3px rgba(237, 75, 130, 0.55),
    0 10px 22px -6px rgba(106, 76, 224, 0.4);
  z-index: 2;
}
.mdv-hub-core i { font-size: 1.05rem; }
.mdv-hub-label {
  font-size: 0.46rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mdv-hub-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(237, 75, 130, 0.55);
  pointer-events: none;
  opacity: 0;
  animation: mdvHubHalo 2.2s ease-out infinite;
  animation-delay: 0.6s;
  z-index: 1;
}
@keyframes mdvHubIn {
  0%        { opacity: 0; transform: scale(0.5); }
  4%        { opacity: 1; transform: scale(1.15); }
  8%        { opacity: 1; transform: scale(1); }
  40%       { transform: scale(1) rotate(0deg); }
  50%       { transform: scale(1.04) rotate(2deg); }
  60%       { transform: scale(1) rotate(0deg); }
  95%       { opacity: 1; transform: scale(1); }
  98%, 100% { opacity: 0; transform: scale(0.85); }
}
@keyframes mdvHubHalo {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* 3 appareils en ligne avec point vert "sync" qui pulse */
.mdv-devices {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}
.mdv-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px 4px 5px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  position: relative;
  opacity: 0;
  transform: translateY(6px);
}
.mdv-device i {
  font-size: 1rem;
  color: #ffffff;
}
.mdv-device span {
  font-size: 0.55rem;
  font-weight: 700;
  color: #cfd1d9;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.mdv-device::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: mdvSyncDot 2.4s ease-out infinite;
}
.mdv-device--pc     { animation: mdvDeviceIn 9s ease-out infinite; animation-delay: 0.9s; }
.mdv-device--tablet { animation: mdvDeviceIn 9s ease-out infinite; animation-delay: 1.3s; }
.mdv-device--mobile { animation: mdvDeviceIn 9s ease-out infinite; animation-delay: 1.7s; }
.mdv-device--pc::after     { animation-delay: 0s; }
.mdv-device--tablet::after { animation-delay: 0.8s; }
.mdv-device--mobile::after { animation-delay: 1.6s; }
@keyframes mdvDeviceIn {
  0%        { opacity: 0; transform: translateY(8px) scale(0.92); }
  3%        { opacity: 1; transform: translateY(-1px) scale(1.05); }
  8%        { opacity: 1; transform: translateY(0) scale(1); }
  35%       { transform: translateY(0); }
  43%       { transform: translateY(-2px); }
  52%       { transform: translateY(0); }
  95%       { opacity: 1; }
  98%, 100% { opacity: 0; transform: translateY(6px); }
}
@keyframes mdvSyncDot {
  0%   { transform: scale(0.6); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
  50%  { transform: scale(1);   box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.6); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Badge "Temps réel" en bas avec point vert qui pulse */
.mdv-live {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 10px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.05));
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: 6px;
  font-size: 0.66rem;
  font-weight: 700;
  color: #6ee7b7;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0;
  animation: mdvLiveIn 9s ease-out infinite;
  animation-delay: 2.2s;
}
.mdv-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: mdvLivePulse 1.6s ease-out infinite;
}
@keyframes mdvLiveIn {
  0%        { opacity: 0; transform: translateY(4px); }
  3%, 95%   { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(4px); }
}
@keyframes mdvLivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70%  { box-shadow: 0 0 0 7px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* ═══ Variante PREPAID : capture liste clients + overlay solde animé + transactions ════ */
.page-fonct-screenshot-anim--prepaid .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--prepaid {
  width: 240px;
  padding: 12px 12px 10px;
  overflow: hidden;
}
.page-fonct-screenshot-overlay--prepaid .page-fonct-screenshot-overlay-title { color: #c4b5fd; }
.page-fonct-screenshot-overlay--prepaid .page-fonct-screenshot-machine {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.page-fonct-screenshot-overlay--prepaid .page-fonct-screenshot-machine i { color: #c4b5fd; }

/* Solde restant : valeur en ORANGE BRAND, stable + pulse de soulignement aux débits */
.prepaid-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(242, 116, 66, 0.22), rgba(242, 116, 66, 0.06));
  border: 1px solid rgba(242, 116, 66, 0.55);
  margin-bottom: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: prepaidBalanceBox 9s ease-in-out infinite;
}
.prepaid-balance-label {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fbbf6b;
}
.prepaid-balance-value {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #f27442;
  text-shadow: 0 1px 8px rgba(242, 116, 66, 0.35);
  text-align: right;
  animation: prepaidBalanceValue 9s ease-in-out infinite;
}
/* Box flashe orange brand quand le dernier débit tombe (Ticket #4666 à 79%) */
@keyframes prepaidBalanceBox {
  0%, 78%   { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 0 rgba(242, 116, 66, 0); }
  82%       { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 6px rgba(242, 116, 66, 0.40); border-color: rgba(242, 116, 66, 0.90); }
  90%, 100% { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 0 rgba(242, 116, 66, 0); border-color: rgba(242, 116, 66, 0.55); }
}
/* La valeur "62,37 €" reste orange en permanence + petit pulse + flash plus clair aux débits */
@keyframes prepaidBalanceValue {
  0%       { opacity: 0; transform: scale(0.85); }
  4%       { opacity: 1; transform: scale(1.10); }
  8%, 55%  { opacity: 1; transform: scale(1); color: #f27442; }
  60%      { transform: scale(0.94); color: #fbbf6b; }
  64%, 77% { transform: scale(1); color: #f27442; }
  82%      { transform: scale(0.94); color: #fbbf6b; }
  86%      { transform: scale(1.06); color: #fdba74; }
  90%, 96% { transform: scale(1); color: #f27442; }
  100%     { opacity: 0; transform: scale(0.92); }
}

/* 3 transactions : recharge verte + 2 débits violet/rose, apparition staggered */
.prepaid-txs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.prepaid-tx {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
  font-weight: 600;
  color: #e2e4eb;
  opacity: 0;
  transform: translateY(6px);
}
.prepaid-tx-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.55rem;
}
.prepaid-tx--credit .prepaid-tx-icon {
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  box-shadow: 0 1px 4px rgba(34, 197, 94, 0.55);
}
.prepaid-tx--debit .prepaid-tx-icon {
  background: linear-gradient(135deg, #ed4b82 0%, #6a4ce0 100%);
  box-shadow: 0 1px 4px rgba(237, 75, 130, 0.45);
}
.prepaid-tx-label {
  font-weight: 700;
  color: #ffffff;
}
.prepaid-tx-amount {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 0.72rem;
}
.prepaid-tx--credit .prepaid-tx-amount { color: #6ee7b7; }
.prepaid-tx--debit  .prepaid-tx-amount { color: #f9a8c0; }

/* Apparition cadencée : tx--1 à 30%, tx--2 à 56%, tx--3 à 78% (sync avec balance swaps) */
.prepaid-tx--1 { animation: prepaidTxIn1 9s ease-out infinite; }
.prepaid-tx--2 { animation: prepaidTxIn2 9s ease-out infinite; }
.prepaid-tx--3 { animation: prepaidTxIn3 9s ease-out infinite; }
@keyframes prepaidTxIn1 {
  0%, 27%   { opacity: 0; transform: translateY(8px) scale(0.94); }
  31%       { opacity: 1; transform: translateY(-2px) scale(1.04); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); background: rgba(34, 197, 94, 0.18); }
  35%       { opacity: 1; transform: translateY(0) scale(1); }
  96%       { opacity: 1; }
  100%      { opacity: 0; transform: translateY(4px); }
}
@keyframes prepaidTxIn2 {
  0%, 53%   { opacity: 0; transform: translateY(8px) scale(0.94); }
  57%       { opacity: 1; transform: translateY(-2px) scale(1.04); background: rgba(237, 75, 130, 0.16); }
  61%       { opacity: 1; transform: translateY(0) scale(1); }
  96%       { opacity: 1; }
  100%      { opacity: 0; transform: translateY(4px); }
}
@keyframes prepaidTxIn3 {
  0%, 75%   { opacity: 0; transform: translateY(8px) scale(0.94); }
  79%       { opacity: 1; transform: translateY(-2px) scale(1.04); background: rgba(237, 75, 130, 0.16); }
  83%       { opacity: 1; transform: translateY(0) scale(1); }
  96%       { opacity: 1; }
  100%      { opacity: 0; transform: translateY(4px); }
}

/* ─── Grand écran ≥ 1100px : pivot 3D plus marqué + animations en boucle infinie ─────
   Sur grand écran, plusieurs blocs sont visibles à la fois → les animations doivent rester "vivantes"
   au lieu de s'arrêter après 3 itérations. Le pivot 2deg → 4deg pour plus de relief. */
@media (min-width: 900px) {
  .page-fonct-capture,
  .page-fonct-video,
  .page-fonct-screenshot-anim,
  .page-fonct-toner-anim {
    transform: perspective(1200px) rotateX(5deg) rotateY(-10deg);
  }
  .page-fonct-bloc--inverse .page-fonct-capture,
  .page-fonct-bloc--inverse .page-fonct-video,
  .page-fonct-bloc--inverse .page-fonct-screenshot-anim,
  .page-fonct-bloc--inverse .page-fonct-toner-anim {
    transform: perspective(1200px) rotateX(5deg) rotateY(10deg);
  }
  /* Animations en boucle infinie sur grand écran : on RE-DÉCLARE le shorthand complet
     pour éviter tout problème de cascade avec les déclarations base placées plus loin dans le fichier. */
  .page-fonct-toner-stage {
    animation: toner-zoom 9s cubic-bezier(0.65, 0, 0.35, 1) infinite !important;
  }
  .page-fonct-toner-overlay {
    animation: toner-overlay-in 9s ease-in-out infinite !important;
  }
  .page-fonct-toner-bar-fill {
    animation: toner-bar-fill 9s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
  }
  .page-fonct-toner-pulse span {
    animation: toner-live-pulse 1.6s ease-out infinite !important;
  }
  .page-fonct-screenshot-anim--unbilled .page-fonct-screenshot-scan {
    animation: scan-sweep 6s ease-in-out infinite !important;
  }
  .page-fonct-screenshot-overlay-title--alert {
    animation: alert-pulse 6s ease-in-out infinite !important;
  }
  .page-fonct-screenshot-recovered {
    animation: recovered-in 6s ease-in-out infinite !important;
  }
  .page-fonct-screenshot-chart span {
    animation: chart-bar-grow 4s cubic-bezier(0.22, 1, 0.36, 1) infinite !important;
  }
  .page-fonct-screenshot-export {
    animation: export-glow 2s ease-in-out infinite !important;
  }
  .page-fonct-screenshot-profiles li {
    animation: profile-cycle 6s ease-in-out infinite !important;
  }
}

.page-fonct-toner-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  /* Zoom dirigé sur les barres CMJN de la RICOH MP C307SPF (col 1 row 2 de la grille 3×2).
     L'overlay Live (top-right) cacherait Sharp #3 → on cible la RICOH au bas-gauche, hors zone overlay. */
  transform-origin: 13% 55%;
  animation: toner-zoom 9s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}
.page-fonct-toner-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center; /* image entière visible, pas de clipping */
}

/* Cadre orange qui pulse sur le panneau toner avant le zoom */
.page-fonct-toner-spot {
  position: absolute;
  /* aligné sur les barres CMJN + pourcentages de la RICOH MP C307SPF (col 1, row 2) */
  left: 11%;
  top: 60%;
  width: 21%;
  height: 6%;
  border: 2px solid #f08c00;
  border-radius: 8px;
  box-shadow:
    0 0 0 2px rgba(240, 140, 0, 0.18),
    0 0 18px rgba(240, 140, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  animation: toner-spot 9s ease-in-out infinite;
}

/* Encart "Live" flottant : titre + barres CMYK animées + indicateur pulse */
.page-fonct-toner-overlay {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 210px;
  background: rgba(28, 29, 34, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 12px 10px;
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  animation: toner-overlay-in 9s ease-in-out infinite;
}
.page-fonct-toner-overlay-title {
  font-weight: 700;
  font-size: 0.78rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fbbf6b;
}
.page-fonct-toner-bars {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.page-fonct-toner-bar {
  display: grid;
  grid-template-columns: 18px 1fr 36px;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  line-height: 1;
}
.page-fonct-toner-bar b {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.page-fonct-toner-bar em {
  font-style: normal;
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: #cfd1d9;
  font-weight: 600;
}
.page-fonct-toner-bar-track {
  position: relative;
  display: block;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
.page-fonct-toner-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: 999px;
  animation: toner-bar-fill 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.page-fonct-toner-bar--k .page-fonct-toner-bar-fill { background: linear-gradient(90deg, #2a2a2a, #555); }
.page-fonct-toner-bar--k b { color: #cfd1d9; }
.page-fonct-toner-bar--c .page-fonct-toner-bar-fill { background: linear-gradient(90deg, #14a8d8, #38c0e6); }
.page-fonct-toner-bar--c b { color: #38c0e6; }
.page-fonct-toner-bar--m .page-fonct-toner-bar-fill { background: linear-gradient(90deg, #c8327a, #ec4899); }
.page-fonct-toner-bar--m b { color: #ec4899; }
.page-fonct-toner-bar--y .page-fonct-toner-bar-fill { background: linear-gradient(90deg, #d4a610, #f5cc20); }
.page-fonct-toner-bar--y b { color: #f5cc20; }

.page-fonct-toner-pulse {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.66rem;
  font-weight: 700;
  color: #6ee7b7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-fonct-toner-pulse span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.7);
  animation: toner-live-pulse 1.6s ease-out infinite;
}

/* Cycle de l'animation principale (9 secondes) :
   0–25%   : screenshot complet (vue d'ensemble)
   25–55%  : zoom progressif vers le panneau toner du Sharp + spotlight visible
   55–80%  : zoom maintenu, l'overlay live se stabilise et les barres se remplissent
   80–100% : retour à la vue d'ensemble */
@keyframes toner-zoom {
  0%, 18%   { transform: scale(1); }
  35%, 78%  { transform: scale(4); }
  100%      { transform: scale(1); }
}
@keyframes toner-spot {
  0%, 12%   { opacity: 0; transform: scale(1); }
  18%, 30%  { opacity: 1; transform: scale(1.04); }
  35%, 78%  { opacity: 0; }
  100%      { opacity: 0; }
}
@keyframes toner-overlay-in {
  0%, 30%   { opacity: 0; transform: translateY(-6px); }
  40%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes toner-bar-fill {
  0%, 35%   { width: 0; }
  55%, 100% { width: var(--target, 60%); }
}
@keyframes toner-live-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(110, 231, 183, 0); }
  100% { box-shadow: 0 0 0 0 rgba(110, 231, 183, 0); }
}

/* Tilt 3D fixe identique aux .page-fonct-video — apparition gérée par le parent .page-fonct-media */
.page-fonct-bloc--inverse .page-fonct-toner-anim {
  transform: perspective(1400px) rotateX(2deg) rotateY(2deg);
}

/* Note : la règle @media (prefers-reduced-motion: reduce) qui désactivait toutes les animations
   toner a été retirée — elle bloquait trop agressivement (DevTools peut émuler reduce sans qu'on s'en rende compte). */

/* Adaptation mobile : encart un peu plus petit pour ne pas masquer la capture */
@media (max-width: 600px) {
  .page-fonct-toner-overlay {
    width: 160px;
    right: 8px;
    top: 8px;
    padding: 9px 10px 8px;
    font-size: 0.7rem;
  }
  .page-fonct-toner-overlay-title { font-size: 0.7rem; margin-bottom: 7px; }
  .page-fonct-toner-bar { grid-template-columns: 14px 1fr 30px; gap: 6px; font-size: 0.62rem; }
  .page-fonct-toner-bar-track { height: 6px; }
}

/* ─── Screenshot animé (page Fonctionnalités) ───────────────────────────────
   Wrapper commun aux 4 variantes : unbilled / stats / profiles / cumulative
   Style aligné sur .page-fonct-capture (rounded, shadow, tilt 3D) avec un
   overlay glassmorphic flottant en haut-droite. */
.page-fonct-screenshot-anim {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 16/10;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(20, 24, 40, 0.05),
    0 10px 24px -4px rgba(20, 24, 40, 0.09),
    0 20px 44px -8px rgba(20, 24, 40, 0.1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(1400px) rotateX(2deg) rotateY(-2deg);
  isolation: isolate;
}
.page-fonct-bloc--inverse .page-fonct-screenshot-anim {
  transform: perspective(1400px) rotateX(2deg) rotateY(2deg);
}
.page-fonct-screenshot-anim:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 3px 8px rgba(20, 24, 40, 0.07),
    0 14px 32px -4px rgba(20, 24, 40, 0.12),
    0 30px 56px -8px rgba(20, 24, 40, 0.14);
}
.page-fonct-screenshot-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Encart glass commun à toutes les variantes */
.page-fonct-screenshot-overlay {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 220px;
  background: rgba(28, 29, 34, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 12px 10px;
  color: #ffffff;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  animation: screenshot-overlay-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.page-fonct-screenshot-overlay-title {
  font-weight: 700;
  font-size: 0.78rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fbbf6b;
}
@keyframes screenshot-overlay-in {
  from { opacity: 0; transform: translateY(-10px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ═══ Variante 1 : UNBILLED — scan ACS + écart compteur détecté + récupération ═══ */
.page-fonct-screenshot-anim--unbilled .page-fonct-screenshot-scan {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(240, 140, 0, 0.85), transparent);
  box-shadow: 0 0 18px rgba(240, 140, 0, 0.85);
  pointer-events: none;
  z-index: 1;
  animation: scan-sweep 6s ease-in-out infinite;
}
@keyframes scan-sweep {
  0%, 100% { top: 0; opacity: 0; }
  3%       { opacity: 0.85; }
  20%      { top: 100%; opacity: 0.85; }
  25%      { top: 100%; opacity: 0; }
  100%     { opacity: 0; }
}

/* Titre alerte (orange/rouge) — variante du titre par défaut */
.page-fonct-screenshot-overlay-title--alert {
  color: #fbbf6b !important;
  animation: alert-pulse 6s ease-in-out infinite;
}
@keyframes alert-pulse {
  0%, 35%   { transform: scale(1); }
  20%, 25%  { transform: scale(1.04); filter: drop-shadow(0 0 8px rgba(240, 140, 0, 0.5)); }
}

.page-fonct-screenshot-machine {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  font-size: 0.68rem;
  color: #cfd1d9;
  margin-bottom: 10px;
  font-weight: 600;
}
.page-fonct-screenshot-machine i { color: #fbbf6b; font-size: 0.7rem; }

/* Tableau de comparaison des compteurs */
.page-fonct-screenshot-meters {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.page-fonct-screenshot-meters > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  opacity: 0;
  animation: meter-row-in 6s ease-in-out infinite;
}
.page-fonct-screenshot-meters > div:nth-child(1) { animation-delay: 1.2s; }
.page-fonct-screenshot-meters > div:nth-child(2) { animation-delay: 1.6s; }
.page-fonct-screenshot-meters > div:nth-child(3) { animation-delay: 2.2s; }
.page-fonct-screenshot-meters dt {
  color: #cfd1d9;
  margin: 0;
  font-weight: 500;
}
.page-fonct-screenshot-meters dd {
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
.page-fonct-screenshot-meter-diff {
  background: linear-gradient(135deg, rgba(240, 140, 0, 0.22), rgba(240, 140, 0, 0.08)) !important;
  border: 1px solid rgba(240, 140, 0, 0.5);
  animation: meter-diff-in 6s ease-in-out infinite !important;
}
.page-fonct-screenshot-meter-diff dt { color: #fbbf6b !important; font-weight: 700 !important; }
.page-fonct-screenshot-meter-diff dd { color: #fbbf6b !important; font-size: 0.78rem !important; }
@keyframes meter-row-in {
  0%, 19%   { opacity: 0; transform: translateY(-4px); }
  25%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes meter-diff-in {
  0%, 35%   { opacity: 0; transform: translateY(-4px); box-shadow: none; }
  40%, 50%  { opacity: 1; transform: translateY(0); box-shadow: 0 0 18px rgba(240, 140, 0, 0.55); }
  55%, 100% { opacity: 1; transform: translateY(0); box-shadow: 0 0 6px rgba(240, 140, 0, 0.25); }
}

/* Badge "Rattrapé" en bas, vert, slide-in en fin de cycle */
.page-fonct-screenshot-recovered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  background: linear-gradient(135deg, rgba(33, 115, 70, 0.45), rgba(33, 115, 70, 0.18));
  border: 1px solid rgba(110, 231, 183, 0.4);
  border-radius: 8px;
  font-size: 0.74rem;
  color: #6ee7b7;
  font-weight: 600;
  opacity: 0;
  animation: recovered-in 6s ease-in-out infinite;
}
.page-fonct-screenshot-recovered i { font-size: 0.85rem; }
.page-fonct-screenshot-recovered strong {
  color: #ffffff;
  font-weight: 800;
  margin-left: 3px;
  font-variant-numeric: tabular-nums;
}
@keyframes recovered-in {
  0%, 60%   { opacity: 0; transform: translateY(8px) scale(0.95); }
  68%, 100% { opacity: 1; transform: translateY(0) scale(1); box-shadow: 0 0 16px rgba(110, 231, 183, 0.4); }
}

/* ═══ Variante 2 : STATS — mini bar chart + bouton Export Excel ═══ */
.page-fonct-screenshot-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  height: 64px;
  margin-bottom: 6px;
  padding: 0 4px;
}
.page-fonct-screenshot-chart span {
  flex: 1;
  height: 0;
  background: linear-gradient(180deg, #fbbf6b 0%, #f08c00 100%);
  border-radius: 3px 3px 0 0;
  animation: chart-bar-grow 4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.page-fonct-screenshot-chart span:nth-child(1) { animation-delay: 0.0s; }
.page-fonct-screenshot-chart span:nth-child(2) { animation-delay: 0.1s; }
.page-fonct-screenshot-chart span:nth-child(3) { animation-delay: 0.2s; }
.page-fonct-screenshot-chart span:nth-child(4) { animation-delay: 0.3s; }
.page-fonct-screenshot-chart span:nth-child(5) { animation-delay: 0.4s; }
.page-fonct-screenshot-chart span:nth-child(6) { animation-delay: 0.5s; }
.page-fonct-screenshot-chart span:nth-child(7) { animation-delay: 0.6s; }
@keyframes chart-bar-grow {
  0%, 12%   { height: 0; }
  35%, 100% { height: var(--h, 50%); }
}
.page-fonct-screenshot-chart-legend {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  font-size: 0.6rem;
  color: #7a8097;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.page-fonct-screenshot-export {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  background: rgba(33, 115, 70, 0.4);
  border: 1px solid rgba(110, 231, 183, 0.4);
  color: #6ee7b7;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  animation: export-glow 2s ease-in-out infinite;
}
@keyframes export-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(110, 231, 183, 0); }
  50%      { box-shadow: 0 0 14px 0 rgba(110, 231, 183, 0.5); }
}

/* ═══ Variante 3 : PROFILES — 3 profils clients qui défilent ═══ */
.page-fonct-screenshot-profiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-fonct-screenshot-profile {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  font-size: 0.74rem;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  animation: profile-cycle 6s ease-in-out infinite;
}
.page-fonct-screenshot-profiles li:nth-child(1) { animation-delay: 0s; }
.page-fonct-screenshot-profiles li:nth-child(2) { animation-delay: 2s; }
.page-fonct-screenshot-profiles li:nth-child(3) { animation-delay: 4s; }
.page-fonct-screenshot-profile-avatar {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f08c00, #fbbf6b);
  color: #ffffff;
  font-size: 0.78rem;
}
.page-fonct-screenshot-profile-name {
  font-weight: 600;
  color: #ffffff;
}
.page-fonct-screenshot-profile em {
  font-style: normal;
  font-weight: 700;
  color: #fbbf6b;
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
}
@keyframes profile-cycle {
  0%, 25% {
    background: rgba(240, 140, 0, 0.18);
    border-color: rgba(240, 140, 0, 0.55);
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(240, 140, 0, 0.35);
  }
  33%, 92% {
    background: rgba(255, 255, 255, 0.04);
    border-color: transparent;
    transform: scale(1);
    box-shadow: none;
  }
  100% {
    background: rgba(240, 140, 0, 0.18);
    border-color: rgba(240, 140, 0, 0.55);
    transform: scale(1.03);
  }
}

/* ═══ Variante 4 : CUMULATIVE — équation qui se construit ligne par ligne ═══ */
.page-fonct-screenshot-equation {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-fonct-screenshot-equation li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  font-size: 0.72rem;
  color: #cfd1d9;
  font-variant-numeric: tabular-nums;
  opacity: 0;
  animation: eq-step-in 5s ease-in-out infinite;
}
.page-fonct-screenshot-equation li:nth-child(1) { animation-delay: 0.4s; }
.page-fonct-screenshot-equation li:nth-child(2) { animation-delay: 0.9s; }
.page-fonct-screenshot-equation li:nth-child(3) { animation-delay: 1.4s; }
.page-fonct-screenshot-equation li em {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
@keyframes eq-step-in {
  0%, 7%    { opacity: 0; transform: translateX(-6px); }
  14%, 100% { opacity: 1; transform: translateX(0); }
}
.page-fonct-screenshot-eq-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 10px;
  margin-top: 4px;
  background: linear-gradient(135deg, rgba(240, 140, 0, 0.2), rgba(240, 140, 0, 0.08));
  border: 1px solid rgba(240, 140, 0, 0.4);
  border-radius: 8px;
  font-size: 0.72rem;
  color: #fbbf6b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
  animation: eq-total-in 5s ease-in-out infinite;
}
.page-fonct-screenshot-eq-total strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: none;
  font-variant-numeric: tabular-nums;
}
@keyframes eq-total-in {
  0%, 35%   { opacity: 0; transform: scale(0.9); }
  45%, 100% { opacity: 1; transform: scale(1); }
}

/* ═══ Variante 8 : TIER-PRICING — tarif par tranche (compteur monte → tranche s'active → tarif) ═══ */
/* La capture ACS est en 990×647 (ratio 1.53), plus étroite que le conteneur 16:10 → contain. */
.page-fonct-screenshot-anim--tier-pricing .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--tier-pricing {
  width: 250px;
  padding: 12px 12px 10px;
}
.page-fonct-screenshot-overlay--tier-pricing .page-fonct-screenshot-machine {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #c5cbda;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

/* ── Bloc volume (single ou multiple) ─────────────────────────────────────── */
.tier-block {
  padding: 8px 10px 8px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(4px);
}
.tier-block--single {
  border-left: 3px solid #3b82f6;
  animation: tier-block-in 9s ease-out infinite;
  animation-delay: 0.4s;
}
@keyframes tier-block-in {
  0%, 4%    { opacity: 0; transform: translateY(4px); }
  8%, 92%   { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(4px); }
}
.tier-block-header {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
}
.tier-block-name {
  flex: 1;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tier-block--single .tier-block-name { color: #93c5fd; }
.tier-block-volume {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 1.05rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.tier-block-unit {
  font-size: 0.62rem;
  color: #7a8097;
  font-weight: 500;
}

/* ── Pills des 6 tranches ─────────────────────────────────────────────────── */
.tier-pills {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2px;
  margin-bottom: 6px;
}
.tier-pill {
  flex: 1;
  text-align: center;
  font-size: 0.56rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #7a8097;
  padding: 3px 2px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  transition: all 0.3s ease;
  font-variant-numeric: tabular-nums;
}

/* Active pill : gradient bleu/cyan (contraste avec orange du tarif/total) */
.tier-block--single .tier-pill--active {
  animation: tier-pill-single-glow 9s ease-in-out infinite;
}
@keyframes tier-pill-single-glow {
  0%, 18%      { background: rgba(255, 255, 255, 0.05); color: #7a8097; box-shadow: 0 0 0 0 transparent; transform: scale(1); }
  22%          { background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%); color: #ffffff; box-shadow: 0 0 14px 2px rgba(59, 130, 246, 0.55); transform: scale(1.12); }
  26%, 92%     { background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%); color: #ffffff; box-shadow: 0 0 8px rgba(59, 130, 246, 0.35); transform: scale(1); }
  98%, 100%    { background: rgba(255, 255, 255, 0.05); color: #7a8097; }
}

/* ── Tarif détecté (bloc encadré) ─────────────────────────────────────────── */
.tier-rate {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateX(-6px);
  animation: tier-rate-in 9s ease-out infinite;
  animation-delay: 0s;
}
@keyframes tier-rate-in {
  0%, 32%   { opacity: 0; transform: translateX(-6px); }
  36%, 92%  { opacity: 1; transform: translateX(0); }
  98%, 100% { opacity: 0; transform: translateX(-6px); }
}
.tier-rate i { color: #fbbf6b; font-size: 0.85rem; }
.tier-rate-label {
  flex: 1;
  font-size: 0.7rem;
  font-weight: 700;
  color: #f27442;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tier-rate-value {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: #ffffff;
  font-size: 0.92rem;
}

/* ── Total magique ────────────────────────────────────────────────────────── */
.tier-total {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: linear-gradient(135deg, rgba(251, 191, 107, 0.14) 0%, rgba(242, 116, 66, 0.10) 100%);
  border: 1px solid rgba(251, 191, 107, 0.25);
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.9);
  animation: tier-total-in 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: 0s;
}
@keyframes tier-total-in {
  0%, 44%   { opacity: 0; transform: scale(0.9); }
  48%       { opacity: 1; transform: scale(1.1); }
  52%, 92%  { opacity: 1; transform: scale(1); }
  98%, 100% { opacity: 0; transform: scale(0.9); }
}
.tier-total-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf6b 0%, #f27442 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.65rem;
}
.tier-total-label {
  flex: 1;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tier-total-amount {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: #fbbf6b;
  font-size: 1.05rem;
}

/* ═══ Variante 7 : RECEIPT — impression du ticket de caisse (papier qui sort) ═══ */
/* La capture ACS est en 1150×839 (ratio 1.37), plus étroite que le conteneur 16:10 →
   on utilise contain (au lieu de cover) pour la voir entièrement sans crop. */
.page-fonct-screenshot-anim--receipt .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--receipt {
  width: 240px;
  padding: 12px 12px 10px;
}
/* Conteneur imprimante : barre noire en haut (slot) + papier qui s'étend */
.receipt-printer {
  position: relative;
  margin-top: 4px;
}
.receipt-printer-slot {
  height: 6px;
  background: linear-gradient(180deg, #3b3f4c 0%, #1c1d22 100%);
  border-radius: 3px 3px 0 0;
  position: relative;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  animation: receipt-printer-pulse 9s ease-out infinite;
}
.receipt-printer-slot::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 1px;
}
@keyframes receipt-printer-pulse {
  0%, 4%   { box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(242, 116, 66, 0); }
  8%       { box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 12px 2px rgba(242, 116, 66, 0.5); }
  16%, 100%{ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(242, 116, 66, 0); }
}
/* Papier blanc qui sort du slot */
.receipt-paper {
  background: #fffdf6;
  color: #1c1d22;
  font-family: 'Courier New', 'Consolas', monospace;
  font-size: 0.66rem;
  line-height: 1.4;
  padding: 6px 8px 8px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  /* Léger effet "bord déchiré" en bas via background */
  border-bottom: 2px dashed #e5e0d0;
  background-image:
    linear-gradient(180deg, transparent 0, #fffdf6 4px);
}
.receipt-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px;
  opacity: 0;
  transform: translateY(-8px);
  animation: receipt-line-in 9s ease-out infinite both;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.receipt-line--brand {
  justify-content: center;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: #f27442;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.receipt-line--info span:first-child { color: #f27442; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.62rem; }
.receipt-line--info span:last-child  { color: #1c1d22; font-weight: 700; }
.receipt-line--item span:first-child { color: #1c1d22; font-weight: 500; }
.receipt-line--item span:last-child  { color: #1c1d22; font-weight: 700; }
.receipt-line--total {
  border-top: 1px dashed #1c1d22;
  padding-top: 3px;
  margin-top: 2px;
  font-size: 0.78rem;
}
.receipt-line--total strong:first-child { color: #1c1d22; letter-spacing: 0.06em; }
.receipt-line--total strong:last-child  { color: #f27442; font-size: 0.86rem; }

/* Divider en pointillés */
.receipt-divider {
  height: 1px;
  margin: 3px 0;
  background-image: linear-gradient(90deg, #a0a4ad 50%, transparent 50%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  opacity: 0;
  animation: receipt-line-in 9s ease-out infinite both;
}

/* Délais d'apparition : chaque ligne du ticket apparaît tous les ~280ms */
.receipt-paper > *:nth-child(1)  { animation-delay: 0.5s; }
.receipt-paper > *:nth-child(2)  { animation-delay: 0.8s; }
.receipt-paper > *:nth-child(3)  { animation-delay: 1.1s; }
.receipt-paper > *:nth-child(4)  { animation-delay: 1.4s; }
.receipt-paper > *:nth-child(5)  { animation-delay: 1.7s; }
.receipt-paper > *:nth-child(6)  { animation-delay: 2.0s; }
.receipt-paper > *:nth-child(7)  { animation-delay: 2.3s; }
.receipt-paper > *:nth-child(8)  { animation-delay: 2.6s; }
.receipt-paper > *:nth-child(9)  { animation-delay: 2.9s; }
.receipt-paper > *:nth-child(10) { animation-delay: 3.2s; }
.receipt-paper > *:nth-child(11) { animation-delay: 3.7s; }
@keyframes receipt-line-in {
  0%        { opacity: 0; transform: translateY(-8px); }
  3%        { opacity: 0; transform: translateY(-8px); }
  6%, 92%   { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(-4px); }
}

/* Badge "Machine libérée" en bas avec pop final */
.receipt-released {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.18) 0%, rgba(22, 163, 74, 0.10) 100%);
  border: 1px solid rgba(22, 163, 74, 0.35);
  border-radius: 6px;
  color: #5dd594;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.9);
  animation: receipt-released 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: 4.5s;
}
.receipt-released i { font-size: 0.85rem; color: #5dd594; }
@keyframes receipt-released {
  0%, 48%   { opacity: 0; transform: scale(0.9); }
  52%       { opacity: 1; transform: scale(1.1); }
  56%, 92%  { opacity: 1; transform: scale(1); }
  98%, 100% { opacity: 0; transform: scale(0.9); }
}

/* ═══ Variante 6 : BILLING-CALC — facturation automatique (calculatrice qui pose) ═══ */
/* La capture ACS est en 993×564 (ratio 1.76), plus large que le conteneur 16:10 →
   on utilise contain (au lieu de cover) pour la voir entièrement sans crop. */
.page-fonct-screenshot-anim--billing-calc .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--billing-calc {
  width: 256px;
  padding: 12px 14px 12px;
}
.page-fonct-screenshot-overlay--billing-calc .page-fonct-screenshot-machine {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #c5cbda;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

/* Lignes de calcul : chaque ligne se construit (label → qty → mult → = → sub) progressivement */
.billing-lines {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-variant-numeric: tabular-nums;
  font-size: 0.72rem;
  font-family: 'Inter', 'Lato', sans-serif;
}
.billing-line {
  display: grid;
  grid-template-columns: 60px 32px 56px 10px 1fr;
  align-items: center;
  gap: 4px;
  color: #e8eaf0;
  opacity: 0;
  transform: translateY(4px);
}
.billing-label  {
  color: #c5cbda;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.billing-qty    { font-weight: 700; text-align: right; }
.billing-mult   { color: #c5cbda; font-weight: 500; text-align: right; }
.billing-eq     { color: #6b7180; text-align: center; }
.billing-sub    { color: #ffffff; font-weight: 700; text-align: right; }

/* Pastille colorée par format devant le label */
.billing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Couleurs par type d'encre :
   - N&B (A3+A4) : gris clair (neutre, monochrome)
   - Couleur (A3+A4) : cyan-bleu (suggère la couleur RVB sans rivaliser avec orange/rose du brand) */
.billing-line--bw .billing-dot { background: #cdd3df; box-shadow: 0 0 5px rgba(205, 211, 223, 0.35); }
.billing-line--bw .billing-qty  { color: #e8eaf0; }
.billing-line--bw .billing-label { color: #cdd3df; }

.billing-line--color .billing-dot {
  background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.5);
}
.billing-line--color .billing-qty { color: #67e8f9; }
.billing-line--color .billing-label { color: #a5f3fc; }

/* Cycle 10s : 4 lignes apparaissent 1 par 1 entre 0.5s et 3.6s, restent visibles, puis total */
.billing-line--1 { animation: billingLine 10s ease-out infinite; animation-delay: 0.5s; }
.billing-line--2 { animation: billingLine 10s ease-out infinite; animation-delay: 1.3s; }
.billing-line--3 { animation: billingLine 10s ease-out infinite; animation-delay: 2.1s; }
.billing-line--4 { animation: billingLine 10s ease-out infinite; animation-delay: 2.9s; }

@keyframes billingLine {
  0%        { opacity: 0; transform: translateY(6px); }
  /* On utilise un seul cycle qui inclut entrée + maintien + sortie pour la boucle */
  6%, 90%   { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(6px); }
}

/* Animation de la valeur subtotal : effet "calcul" (couleur flash) */
.billing-line .billing-sub {
  animation: billingSubFlash 10s ease-out infinite;
}
.billing-line--1 .billing-sub { animation-delay: 0.7s; }
.billing-line--2 .billing-sub { animation-delay: 1.5s; }
.billing-line--3 .billing-sub { animation-delay: 2.3s; }
.billing-line--4 .billing-sub { animation-delay: 3.1s; }
@keyframes billingSubFlash {
  0%, 4%   { color: #6b7180; }
  6%       { color: #fbbf6b; }
  12%, 100%{ color: #ffffff; }
}

/* Total avec pop magique */
.billing-total {
  margin-top: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(251, 191, 107, 0.14) 0%, rgba(242, 116, 66, 0.10) 100%);
  border: 1px solid rgba(251, 191, 107, 0.25);
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.9) translateY(4px);
  animation: billingTotal 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: 4s;
}
.billing-total-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf6b 0%, #f27442 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.65rem;
}
.billing-total-label {
  flex: 1;
  font-size: 0.74rem;
  font-weight: 600;
  color: #ffffff;
}
.billing-total-amount {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: #fbbf6b;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}
@keyframes billingTotal {
  0%        { opacity: 0; transform: scale(0.9) translateY(4px); }
  4%        { opacity: 1; transform: scale(1.08) translateY(0); }
  8%, 60%   { opacity: 1; transform: scale(1) translateY(0); }
  98%, 100% { opacity: 0; transform: scale(0.9) translateY(4px); }
}

/* ═══ Variante 5 : METER-READING — relevé compteur (play → comptage → arrêt → magie) ═══ */
/* La capture ACS est en 992×680 (ratio 1.46), plus étroite que le conteneur 16:10 →
   on utilise contain (au lieu de cover) pour la voir entièrement sans crop. */
.page-fonct-screenshot-anim--meter-reading .page-fonct-screenshot-img {
  object-fit: contain;
  background: #ffffff;
}
.page-fonct-screenshot-overlay--meter-reading {
  width: 238px;
  padding: 12px 14px 12px;
}
.page-fonct-screenshot-overlay--meter-reading .page-fonct-screenshot-machine {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #c5cbda;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

/* ── Slot d'action : bouton play + texte qui change ────────────────────────── */
.meter-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.meter-action-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.7rem;
  box-shadow: 0 2px 8px rgba(242, 116, 66, 0.35);
  animation: meterPlayPulse 8s ease-in-out infinite;
}
@keyframes meterPlayPulse {
  0%, 8%    { transform: scale(1);    box-shadow: 0 0 0 0 rgba(242, 116, 66, 0.6); }
  12%       { transform: scale(1.25); box-shadow: 0 0 0 10px rgba(242, 116, 66, 0); }
  18%       { transform: scale(1);    box-shadow: 0 0 0 0 rgba(242, 116, 66, 0); }
  50%       { transform: scale(1);    box-shadow: 0 0 0 0 rgba(242, 116, 66, 0); }
  54%       { transform: scale(1.25); box-shadow: 0 0 0 10px rgba(242, 116, 66, 0); }
  60%, 100% { transform: scale(1);    box-shadow: 0 0 0 0 rgba(242, 116, 66, 0); }
}
/* Texte d'action : slot avec hauteur fixe, items absolus qui apparaissent en alternance */
.meter-action-text {
  flex: 1;
  position: relative;
  height: 1.2em;
  font-size: 0.78rem;
  color: #ffffff;
  font-weight: 600;
}
.meter-action-text-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
}
/* Timing (boucle 8s) :
   - "Démarrage du comptage"  visible 12% → 28%   (≈1s → 2.25s)
   - "Comptage en cours"      visible 28% → 52%   (≈2.25s → 4.15s)
   - "Arrêt du comptage"      visible 52% → 70%   (≈4.15s → 5.6s)
   - >70% : tous cachés, le résultat reste affiché */
.meter-action-text-item--start    { animation: meterActStart    8s ease-in-out infinite; }
.meter-action-text-item--counting { animation: meterActCounting 8s ease-in-out infinite; }
.meter-action-text-item--stop     { animation: meterActStop     8s ease-in-out infinite; }

@keyframes meterActStart {
  0%, 10%        { opacity: 0; }
  14%, 26%       { opacity: 1; }
  30%, 100%      { opacity: 0; }
}
@keyframes meterActCounting {
  0%, 28%        { opacity: 0; }
  32%, 48%       { opacity: 1; }
  52%, 100%      { opacity: 0; }
}
@keyframes meterActStop {
  0%, 50%        { opacity: 0; }
  54%, 66%       { opacity: 1; }
  70%, 100%      { opacity: 0; }
}

/* ── Compteurs qui s'accumulent ────────────────────────────────────────────── */
.meter-counters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.meter-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  color: #e8eaf0;
  opacity: 0;
  transform: translateY(4px);
}
.meter-counter-label {
  flex: 1;
  color: #c5cbda;
  font-weight: 500;
}
.meter-counter-value {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}
/* Compteur début : apparaît avec le 1er play (≈14%) et reste jusqu'à fin du cycle */
.meter-counter--start { animation: meterCntStart 8s ease-out infinite; }
@keyframes meterCntStart {
  0%, 13%   { opacity: 0; transform: translateY(4px); }
  16%, 95%  { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(4px); }
}
/* Compteur fin : apparaît avec le 2e play (≈54%) et reste jusqu'à fin du cycle */
.meter-counter--end { animation: meterCntEnd 8s ease-out infinite; }
@keyframes meterCntEnd {
  0%, 53%   { opacity: 0; transform: translateY(4px); }
  56%, 95%  { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(4px); }
}
/* Résultat magique : apparaît à 70% avec un pop + couleur dorée */
.meter-counter--result {
  background: linear-gradient(135deg, rgba(251, 191, 107, 0.14) 0%, rgba(242, 116, 66, 0.10) 100%);
  border: 1px solid rgba(251, 191, 107, 0.25);
  border-radius: 8px;
  padding: 6px 8px;
  margin-top: 4px;
  animation: meterCntResult 8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@keyframes meterCntResult {
  0%, 68%   { opacity: 0; transform: translateY(4px) scale(0.9); }
  72%       { opacity: 1; transform: translateY(0) scale(1.08); }
  76%, 95%  { opacity: 1; transform: translateY(0) scale(1); }
  98%, 100% { opacity: 0; transform: translateY(4px) scale(0.9); }
}
.meter-counter-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf6b 0%, #f27442 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.65rem;
}
.meter-counter-strong {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: #fbbf6b;
  font-size: 0.95rem;
}

/* Animation des 3 points "comptage en cours" */
.meter-dots {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}
.meter-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fbbf6b;
  animation: meter-dot-blink 1.2s ease-in-out infinite;
}
.meter-dots span:nth-child(2) { animation-delay: 0.15s; }
.meter-dots span:nth-child(3) { animation-delay: 0.30s; }
@keyframes meter-dot-blink {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50%      { opacity: 1;   transform: scale(1.2); }
}

/* Tilt 3D fixe identique aux .page-fonct-video — l'apparition (slide + opacity)
   est entièrement gérée par le parent .page-fonct-media (cf. règles L3789/3793). */

/* Respect de prefers-reduced-motion */
/* Capture d'écran réelle de l'application, affichée sous l'animation
   (complément de "preuve sociale" : montre le rendu authentique en plus de l'animation pédagogique) */
.page-fonct-real-shot {
  margin: 14px 0 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
}
.page-fonct-real-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px 9px 0 0;
}
.page-fonct-real-shot figcaption {
  font-size: 0.74rem;
  color: #9aa3ad;
  padding: 7px 12px 8px;
  text-align: center;
  letter-spacing: 0.02em;
}
.page-fonct-real-shot figcaption i {
  margin-right: 5px;
  color: #f27442;
}

/* Note : règle @media (prefers-reduced-motion: reduce) retirée pour les screenshot animations (idem que pour le toner) */

/* Adaptation mobile */
@media (max-width: 600px) {
  .page-fonct-screenshot-overlay {
    width: 165px;
    right: 8px;
    top: 8px;
    padding: 10px 10px 9px;
  }
  .page-fonct-screenshot-overlay-title { font-size: 0.7rem; }
  .page-fonct-screenshot-counter strong { font-size: 1.4rem; }
  .page-fonct-screenshot-chart { height: 50px; }
  .page-fonct-screenshot-profile { grid-template-columns: 22px 1fr auto; padding: 5px 7px; font-size: 0.66rem; }
  .page-fonct-screenshot-profile-avatar { width: 22px; height: 22px; font-size: 0.65rem; }

  /* Override des variantes larges (config-backup 280, multi-device 230, prepaid 240, tier-pricing 250) → uniformiser à 165px */
  .page-fonct-screenshot-overlay--config-backup,
  .page-fonct-screenshot-overlay--multi-device,
  .page-fonct-screenshot-overlay--prepaid,
  .page-fonct-screenshot-overlay--tier-pricing,
  .page-fonct-screenshot-overlay--receipt,
  .page-fonct-screenshot-overlay--billing-calc,
  .page-fonct-screenshot-overlay--meter-reading { width: 165px; }
}

/* iPhone SE & small Android : breakpoint très étroit, on simplifie le contenu des overlays riches */
@media (max-width: 480px) {
  .page-fonct-screenshot-overlay {
    width: 145px;
    right: 6px;
    top: 6px;
    padding: 8px 9px 7px;
  }
  .page-fonct-screenshot-overlay-title { font-size: 0.66rem; gap: 5px; margin-bottom: 7px; }
  .page-fonct-screenshot-overlay--config-backup,
  .page-fonct-screenshot-overlay--multi-device,
  .page-fonct-screenshot-overlay--prepaid,
  .page-fonct-screenshot-overlay--tier-pricing,
  .page-fonct-screenshot-overlay--receipt,
  .page-fonct-screenshot-overlay--billing-calc,
  .page-fonct-screenshot-overlay--meter-reading { width: 145px; }

  /* config-backup : on masque les labels textuels des PC (icônes seules) */
  .cfg-pc { padding: 6px 2px 4px; }
  .cfg-pc-label { display: none; }
  .cfg-pc i.fa-desktop { font-size: 1.05rem; }
  .cfg-pc-cross, .cfg-pc-check { width: 14px; height: 14px; font-size: 0.5rem; }
  .cfg-arrow { font-size: 0.8rem; }
  .cfg-cloud { padding: 4px 10px; gap: 4px; }
  .cfg-cloud-icon { font-size: 0.75rem; }
  .cfg-cloud-brand { font-size: 0.66rem; }
  .cfg-cloud-text { font-size: 0.64rem; }
  .cfg-items { gap: 3px; }
  .cfg-item { padding: 3px 5px; font-size: 0.56rem; gap: 4px; }
  .cfg-item i { width: 10px; height: 10px; font-size: 0.4rem; }

  /* multi-device : hub plus petit + labels devices raccourcis */
  .mdv-hub { width: 48px; height: 48px; margin: 0 auto 6px; }
  .mdv-hub-core i { font-size: 0.78rem; }
  .mdv-hub-label { font-size: 0.4rem; }
  .mdv-device { padding: 4px 2px 3px; }
  .mdv-device i { font-size: 0.78rem; }
  .mdv-device span { font-size: 0.48rem; }
  .mdv-live { padding: 4px 7px; font-size: 0.55rem; gap: 5px; }

  /* prepaid : solde compact + tx labels compressés */
  .prepaid-balance { padding: 6px 8px; }
  .prepaid-balance-label { font-size: 0.52rem; }
  .prepaid-balance-value { font-size: 0.95rem; }
  .prepaid-tx { font-size: 0.58rem; padding: 3px 5px; gap: 5px; grid-template-columns: 14px 1fr auto; }
  .prepaid-tx-icon { width: 14px; height: 14px; font-size: 0.42rem; }
  .prepaid-tx-amount { font-size: 0.6rem; }

  /* meter-reading : compteurs en une colonne plus serrée */
  .meter-action { padding: 5px 7px; }
  .meter-action-btn { width: 18px; height: 18px; font-size: 0.6rem; }
  .meter-action-text { font-size: 0.58rem; }
  .meter-counter { padding: 4px 6px; }
  .meter-counter-label { font-size: 0.55rem; }
  .meter-counter-value, .meter-counter-strong { font-size: 0.78rem; }

  /* billing-calc : lignes plus serrées + masquer le ×0.29 (déjà visible dans le total) */
  .billing-line { font-size: 0.58rem; padding: 3px 5px; gap: 3px; }
  .billing-mult { display: none; }
  .billing-total { padding: 5px 7px; font-size: 0.62rem; }

  /* receipt : ticket compact */
  .receipt-paper { padding: 8px 9px; }
  .receipt-line { font-size: 0.55rem; }
  .receipt-line--brand { font-size: 0.6rem; }
  .receipt-released { padding: 4px 7px; font-size: 0.58rem; }

  /* tier-pricing : pills resserrées, on cache 3 pills moins importantes */
  .tier-block { padding: 6px 8px; }
  .tier-block-volume { font-size: 0.95rem; }
  .tier-pills { gap: 2px; flex-wrap: wrap; }
  .tier-pill { font-size: 0.5rem; padding: 2px 5px; }
  .tier-rate, .tier-total { padding: 5px 7px; font-size: 0.6rem; }
  .tier-total-amount, .tier-rate-value { font-size: 0.72rem; }
}

/* ─── Page tarif (figures démo / cumul) : empêcher les débordements sur mobile ─── */
@media (max-width: 480px) {
  .tarif-demo, .tarif-cumul {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tarif-ligne { font-size: 0.85rem; padding: 6px 8px; gap: 8px; flex-wrap: wrap; }
  .tarif-range, .tarif-prix { word-break: break-word; min-width: 0; }
  .tarif-total { flex-wrap: wrap; gap: 6px; padding: 8px 10px; }
  .tarif-cumul-step { gap: 4px; font-size: 0.82rem; flex-wrap: wrap; }
}

/* ─── Touch targets : garantir 44×44px minimum sur les boutons critiques (WCAG 2.5.5) ─── */
@media (max-width: 900px) {
  .hero-bouton,
  .page-test-form-bouton,
  .page-fonct-cta-bouton,
  .bouton-cta-tarif,
  .menu li a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ─── Bandeau "Ils nous font confiance" — défilé infini de logos clients ─── */
.page-test-trust {
  padding: 90px 0 90px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
}
.page-test-trust .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}
.page-test-trust-titre {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a8097;
  margin: 0;
  position: relative;
  padding: 0 24px;
}
.page-test-trust-titre::before,
.page-test-trust-titre::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #d6d9e4;
}
.page-test-trust-titre::before { right: 100%; }
.page-test-trust-titre::after  { left: 100%; }

/* Conteneur marquee : largeur 100%, fade-out sur les bords via mask */
.page-test-trust-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.page-test-trust-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 64px;
  width: max-content;
  min-width: max-content; /* fallback navigateurs anciens : empêche le track de se restreindre à 100% */
  white-space: nowrap;
  animation: trust-marquee 38s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform;
}
.page-test-trust-marquee:hover .page-test-trust-track,
.page-test-trust-marquee:focus-within .page-test-trust-track {
  animation-play-state: paused !important;
}
.page-test-trust-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  min-width: 140px;
  padding: 0 8px;
  filter: grayscale(0.25) opacity(0.85);
  transition: filter 0.4s ease, transform 0.4s ease;
}
.page-test-trust-logo:hover {
  filter: grayscale(0) opacity(1);
  transform: translateY(-2px);
}
.page-test-trust-logo img {
  max-height: 100%;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
/* Fallback "logo stylisé" — chaque marque avec ses vraies couleurs.
   S'affiche uniquement si l'image PNG n'a pas pu être chargée (onerror). */
.page-test-trust-fallback {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-family: 'Inter', 'Lato', sans-serif;
  white-space: nowrap;
  line-height: 1;
}
.page-test-trust-fallback .ttf-p1,
.page-test-trust-fallback .ttf-p2 {
  display: inline-block;
}

/* ─── Couleurs réelles des marques (échantillonnées sur le composite client) ── */

/* Nice Impression — pétales CMJN (cyan, magenta, jaune, noir),
   "Nice" en noir Roman, "impression" en italique gris clair */
.page-test-trust-fallback--cmyk {
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  padding-top: 14px;
}
.page-test-trust-fallback--cmyk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 10px;
  background:
    linear-gradient(90deg,
      #009fe3 0 25%,    /* cyan */
      #e6007e 25% 50%,  /* magenta */
      #ffe600 50% 75%,  /* jaune pur */
      #1a1a1a 75% 100%  /* noir */
    );
  border-radius: 2px 2px 0 0;
}
.page-test-trust-fallback--cmyk .ttf-p1 {
  font-weight: 600;
  font-size: 1.15rem;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
}
.page-test-trust-fallback--cmyk .ttf-p2 {
  font-style: italic;
  font-weight: 400;
  color: #9b9b9b;
  font-size: 0.95rem;
  font-family: Georgia, 'Times New Roman', serif;
  margin-top: -2px;
}

/* Digitec Solution — "Dig" rouge crimson + "itec" charcoal,
   "SOLUTION" letter-spaced gris en dessous */
.page-test-trust-fallback--digitec {
  position: relative;
  align-items: baseline;
  padding-bottom: 14px;
  gap: 0;
}
.page-test-trust-fallback--digitec .ttf-p1 {
  font-weight: 700;
  color: #c01b2e;     /* rouge crimson plus pur */
  font-size: 1.3rem;
  letter-spacing: -0.015em;
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-test-trust-fallback--digitec .ttf-p2 {
  font-weight: 700;
  color: #2a2d3a;     /* charcoal bleuté */
  font-size: 1.3rem;
  letter-spacing: -0.015em;
  font-family: 'Inter', 'Lato', sans-serif;
}
.page-test-trust-fallback--digitec::after {
  content: "SOLUTION";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 600;
  color: #5a6075;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
}

/* L'Atelier Copie — serif élégant, "L'Atelier" noir + "Copie" orange vif */
.page-test-trust-fallback--atelier {
  gap: 6px;
  align-items: baseline;
}
.page-test-trust-fallback--atelier .ttf-p1 {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: -0.005em;
}
.page-test-trust-fallback--atelier .ttf-p2 {
  font-weight: 600;
  color: #ee7d1c;     /* orange vif comme l'original */
  font-size: 1.2rem;
  font-family: Georgia, 'Times New Roman', serif;
}

/* Repro Numérique — DEUX PAVÉS EMPILÉS verticalement (style banderole)
   "REPRO" jaune sur violet bleuté, "NUMERIQUE" blanc sur rose magenta */
.page-test-trust-fallback--repro {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: max-content;
}
.page-test-trust-fallback--repro .ttf-p1,
.page-test-trust-fallback--repro .ttf-p2 {
  font-weight: 800;
  font-size: 0.85rem;
  padding: 4px 10px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  font-family: 'Arial Black', 'Inter', sans-serif;
}
.page-test-trust-fallback--repro .ttf-p1 {
  color: #ffe600;            /* jaune vif */
  background: #2e2080;       /* violet-bleuté profond */
}
.page-test-trust-fallback--repro .ttf-p2 {
  color: #ffffff;
  background: #e91e7a;       /* rose magenta vif */
}

/* idéale Copie — "idéale" rouge sang + "Copie" noir,
   police géométrique sans-serif (pas monospace),
   2 carrés rouges en pixels diagonaux */
.page-test-trust-fallback--ideale {
  gap: 4px;
  position: relative;
  padding: 4px 14px;
  align-items: center;
}
.page-test-trust-fallback--ideale::before,
.page-test-trust-fallback--ideale::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #e30613;       /* rouge sang */
  position: absolute;
}
.page-test-trust-fallback--ideale::before { left: 2px; top: 4px; }
.page-test-trust-fallback--ideale::after  { right: 2px; bottom: 4px; }
.page-test-trust-fallback--ideale .ttf-p1 {
  font-weight: 700;
  color: #e30613;
  font-size: 1.25rem;
  font-family: 'Inter', 'Lato', 'Arial', sans-serif;
  letter-spacing: 0;
}
.page-test-trust-fallback--ideale .ttf-p2 {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.25rem;
  font-family: 'Inter', 'Lato', 'Arial', sans-serif;
  letter-spacing: 0;
}

/* L'animation parcourt 50 % de la track puisqu'elle est dupliquée 2 fois */
@keyframes trust-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Respect des préférences de mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  .page-test-trust-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 36px 48px;
  }
  .page-test-trust-marquee {
    -webkit-mask-image: none;
            mask-image: none;
  }
}

/* Tablette : ajustements intermédiaires (601-900px) */
@media (min-width: 601px) and (max-width: 900px) {
  .page-test-trust-track { gap: 48px; }
  .page-test-trust-logo { height: 60px; min-width: 120px; }
  .page-test-trust-logo img { max-width: 170px; }
}
/* Mobile : tailles réduites mais lisibles, espacement plus serré */
@media (max-width: 600px) {
  .page-test-trust { padding: 40px 0 16px; }
  .page-test-trust-titre { font-size: 0.7rem; letter-spacing: 0.14em; }
  .page-test-trust-titre::before,
  .page-test-trust-titre::after { width: 18px; }
  .page-test-trust-track { gap: 32px; animation-duration: 28s; }
  .page-test-trust-logo { height: 52px; min-width: 110px; padding: 0 6px; }
  .page-test-trust-logo img { max-width: 150px; }
  .page-test-trust-fallback { padding: 8px 14px; font-size: 0.85rem; }
  /* Mask plus étroit sur mobile : moins de fade pour mieux voir les logos sur petite largeur */
  .page-test-trust-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
}

/* ─── Validation des formulaires (form-check.js) ────────────────────────────
   Champs invalides : bordure rouge + petite secousse + message d'erreur. */
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #dc2626 !important;
  background: rgba(220, 38, 38, 0.04) !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
  animation: form-field-shake 0.42s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}
.form-error-msg {
  display: block;
  color: #dc2626;
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.35;
  animation: form-msg-slide-in 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.form-error-msg::before {
  content: "⚠ ";
  font-weight: 700;
  margin-right: 3px;
  font-size: 0.85rem;
}
@keyframes form-field-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-4px); }
  40%, 60% { transform: translateX(4px); }
}
@keyframes form-msg-slide-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Secousse globale du formulaire au submit invalide (signal visuel global) */
.form-shake { animation: form-global-shake 0.42s cubic-bezier(0.36, 0.07, 0.19, 0.97); }
@keyframes form-global-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-3px); }
  40%, 60% { transform: translateX(3px); }
}
/* État valide (vert subtil) — appliqué uniquement après une première erreur corrigée */
input.is-valid,
select.is-valid,
textarea.is-valid {
  border-color: #16a34a !important;
}
/* Respect de prefers-reduced-motion : pas de secousses */
@media (prefers-reduced-motion: reduce) {
  input.is-invalid,
  select.is-invalid,
  textarea.is-invalid,
  .form-shake { animation: none !important; }
  .form-error-msg { animation: none !important; }
}
/*# sourceMappingURL=main.css.map */


/* ═══ Récap Total + formulaire côte à côte ═══ */
.page-devis-checkout {
  display: grid;
  grid-template-columns: minmax(300px, 380px) 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}
.page-devis-checkout .page-devis-coordonnees { margin-top: 0; }
.page-devis-checkout .page-devis-total-bar {
  margin-top: 0;
  align-self: stretch;
  align-items: stretch;
  padding: 28px 26px;
  background: linear-gradient(165deg, #23252e 0%, #17181d 100%);
}
@media (max-width: 900px) {
  .page-devis-checkout { grid-template-columns: 1fr; gap: 18px; }
}

/* Carte récapitulative (colonne gauche) */
.page-devis-recap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.page-devis-recap-title {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7f8798;
}
.page-devis-recap-list,
.page-devis-recap-costs {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.page-devis-recap-list li,
.page-devis-recap-costs .line {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
}
.page-devis-recap .k { color: #9298aa; font-size: 0.9rem; }
.page-devis-recap .v { color: #f2f4f9; font-weight: 600; font-size: 0.98rem; text-align: right; }
.page-devis-recap-costs {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.page-devis-recap-total {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.page-devis-recap-total .page-devis-total-label { margin: 0; }
.page-devis-recap-total .page-devis-total-amount {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #f27442 0%, #ed4b82 60%, #b8539e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f27442;
}
.page-devis-recap-amorti {
  display: flex; align-items: center; gap: 13px;
  padding: 14px 16px;
  background: rgba(242, 116, 66, 0.10);
  border: 1px solid rgba(242, 116, 66, 0.26);
  border-radius: 12px;
}
.page-devis-recap-amorti i { color: #f27442; font-size: 1.25rem; flex-shrink: 0; }
.page-devis-recap-amorti span { color: #cfd3de; font-size: 0.82rem; line-height: 1.35; }
.page-devis-recap-amorti strong { color: #ffffff; font-size: 1.02rem; }
.page-devis-recap-amorti small { color: #8a90a1; font-size: 0.76rem; }

/* ═══ Panneau devis : reprend le style du formulaire de démo interactive ═══ */
.page-devis-coordonnees { margin-top: 20px; }
.page-devis-coordonnees .page-test-form-box {
  width: 100%;
  max-width: none;
  margin: 0;
  gap: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid #e4e7ee;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow:
    0 6px 18px -6px rgba(15, 23, 41, 0.10),
    0 20px 48px -16px rgba(15, 23, 41, 0.10);
  position: relative;
}
.page-devis-coordonnees .page-test-form-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f27442 0%, #ed4b82 50%, #6a4ce0 100%);
  border-radius: 20px 20px 0 0;
}
.page-devis-coordonnees-head { text-align: center; }
.page-devis-coordonnees-head h2 { margin: 0 0 6px; font-size: 1.4rem; color: #1c1d22; }
.page-devis-coordonnees-head p {
  margin: 0 auto;
  max-width: 46ch;
  color: #3a4152;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Champs devis : Email + Adresse pleine largeur, Ville | Pays côte à côte, taille compacte */
.page-devis-coordonnees .page-test-form-box { padding: 26px 28px; gap: 14px; }
.page-devis-coordonnees-head p { font-size: 1.02rem; }
.page-devis-coordonnees .page-test-form-box .page-test-form-fields { gap: 10px 12px; }
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > * { grid-column: auto; }
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > .fld-full { grid-column: 1 / -1; }
/* Bloc adresse : Adresse (textarea) col. gauche sur 2 rangées ; CP + Ville à droite ; Pays | État dessous */
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > *:nth-child(5) { grid-column: 1; grid-row: span 2; }
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > *:nth-child(6),
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > *:nth-child(7),
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > *:nth-child(9) { grid-column: 2; }
.page-devis-coordonnees .page-test-form-box .page-test-form-fields > *:nth-child(8) { grid-column: 1; }
.page-devis-coordonnees .page-test-form-fields > *:nth-child(5) textarea,
.page-devis-coordonnees .page-test-form-fields textarea { height: 100%; }
.page-devis-coordonnees .page-test-form-fields input,
.page-devis-coordonnees .page-test-form-fields select { padding: 11px 14px; font-size: 0.92rem; }
.page-devis-coordonnees .page-test-form-fields textarea {
  font-family: 'Inter', 'Lato', sans-serif;
  color: #1c1d22; padding: 11px 14px; font-size: 0.92rem; line-height: 1.4;
  background: #ffffff; border: 1.5px solid #b8bec8; border-radius: 10px;
  outline: none; width: 100%; resize: vertical;
}
.page-devis-coordonnees .page-test-form-fields textarea:focus { border-color: #f27442; box-shadow: 0 0 0 4px rgba(242,116,66,0.18); }
.page-devis-coordonnees .page-test-form-fields textarea::placeholder { color: #7a8097; }
.page-devis-coordonnees .page-test-form-fields select {
  font-family: 'Inter', 'Lato', sans-serif;
  font-size: 1.05rem; font-weight: 500; color: #1c1d22;
  padding: 18px 20px; width: 100%;
  background: #ffffff; border: 1.5px solid #b8bec8; border-radius: 10px;
  outline: none; cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-devis-coordonnees .page-test-form-fields select:focus {
  border-color: #f27442; box-shadow: 0 0 0 4px rgba(242, 116, 66, 0.18);
}
.page-devis-coordonnees .page-test-form-fields .page-devis-tel-wrap {
  display: flex; align-items: stretch; overflow: hidden;
  background: #ffffff; border: 1.5px solid #b8bec8; border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-devis-coordonnees .page-test-form-fields .page-devis-tel-wrap:focus-within {
  border-color: #f27442; box-shadow: 0 0 0 4px rgba(242, 116, 66, 0.18);
}
.page-devis-coordonnees .page-test-form-fields .page-devis-tel-prefix {
  display: flex; align-items: center; padding: 0 15px;
  background: #f1f3f7; color: #5a6075; font-weight: 600; border-right: 1px solid #dfe3ea;
}
.page-devis-coordonnees .page-test-form-fields .page-devis-tel-wrap input {
  flex: 1; border: 0; outline: none; background: transparent;
  padding: 18px 16px; font-size: 1.05rem; color: #1c1d22; width: 100%;
}
@media (max-width: 900px) {
  .page-devis-coordonnees .page-test-form-box { padding: 32px 24px; }
}

/* Récap devis : titre + "Total HT" un peu plus grands */
.page-devis-recap-title { font-size: 0.85rem; }
.page-devis-recap-total .page-devis-total-label { font-size: 0.95rem; }
