/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.5.1.1740516702
Updated: 2025-02-25 20:51:42*/

.hidden {
	overflow:hidden;
}
#wpadminbar,
#wpadminbar * {
  max-width: 100vw !important;
  overflow: hidden !important;
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
/*
 * Theme Name: GeneratePress Child
 * Template:   generatepress
 * Version:    3.5.1.1740516702
 * Updated:    2025-02-25
 * ─────────────────────────────────────────────────────────────
 * TABLE OF CONTENTS
 *
 * 1.  CSS Variables
 * 2.  Typographie
 *     2a. Titres (h1–h4)
 *     2b. Paragraphes
 * 3.  Liens & Boutons
 *     3a. Liens généraux
 *     3b. .btn-primary
 *     3c. .btn-secondary
 *     3d. .b-link
 *     3e. .cta-button
 *     3f. .center-link
 * 4.  Tags & Badges
 *     4a. .hero-tag
 *     4b. .tag-S3
 *     4c. .badge
 *     4d. .b-badge / .bb1 / .bb2 / .bb3
 *     4e. .chip
 *     4f. .showcase-badge / .tamper-features__badge / .tamper-showcase__badge
 * 5.  Layout & Structure
 *     5a. En-tête (header)
 *     5b. Pied de page (footer)
 *     5c. Conteneurs généraux
 *     5d. .grid (background grid)
 *     5e. .separator / .divider
 *     5f. Pagination
 * 6.  Composants
 *     6a. Logos
 *     6b. FAQ classique
 *     6c. FAQ custom
 *     6d. Carousel
 *     6e. Stack scroll
 *     6f. Showcase principal
 *     6g. Conteneurs verre (AVANT .card — conflit position)
 *     6h. Section intégrations (.section + .card)
 *     6i. Tableau comparatif
 * 7.  Sections Tamper
 *     7a. Features
 *     7b. Cloud
 *     7c. Showcase Tamper
 * 8.  Utilitaires
 * 9.  Animations (@keyframes)
 * 10. Media Queries
 *     10a. Tablette  — max-width: 768px
 *     10b. Téléphone — max-width: 480px
 * ─────────────────────────────────────────────────────────────
*/

/* ============================================================
   1. CSS VARIABLES
   ============================================================ */

:root {
  --bg:           #030712;
  --srf:          #0F172A;
  --srf-border:   rgba(99, 155, 255, .08);
  --srf-border-h: rgba(99, 155, 255, .15);
  --srf-border-a: rgba(99, 155, 255, .2);
  --border:       rgba(99, 155, 255, .08);
  --border-h:     rgba(99, 155, 255, .16);
  --tx:           #F0F2F8;
  --tx2:          #94A3C0;
  --tx3:          #4B5974;
  --blue:         #3B82F6;
  --bluel:        #60A5FA;
  --blue-bright:  #60A5FA;
  --violet:       #8B5CF6;
  --purple:       #8B5CF6;
  --cyan:         #22D3EE;
  --srf2:         #0F172A;
  --red:          #F43F5E;
  --amber:        #F59E0B;
  --green:        #10B981;
  --b1:           rgba(99, 155, 255, .08);
  --b2:           rgba(99, 155, 255, .16);
}

/*---------------------------------*/




/*------------------------------------*/

.gb-loop-item h2 a{
	color:#fff;
	text-decoration:none;
}
.gb-loop-item h2 a:hover{
	color:#5a8dff;
	text-decoration:none;
}
/* ============================================================
   2. TYPOGRAPHIE
   ============================================================ */

/* 2a. Titres — desktop */
h1, h2, h3, h4 {
  font-family: bc-barell;
}

h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.15; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.2; }
h3 { font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.25; }
h4 { font-size: clamp(1.125rem, 2.5vw, 1.5rem); line-height: 1.3; }
p  { font-size: clamp(0.9rem, 2vw, 1rem); font-family: 'Open Sans', sans-serif; color: #B0BEC5; }*
.hero-tag {
  font-size: clamp(0.65rem, 1.2vw, 0.8rem)!important;
}
.chiffres-cles {
  font-size: clamp(3rem, 6vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
}
/* 2b. Paragraphes */

ul { margin: 0 0 1.5em 2em; }


/* ============================================================
   3. LIENS & BOUTONS
   ============================================================ */

/* 3a. Liens généraux */

a:hover { color: #5A8DFF; }

.btn-cas-usage       { color: #5A8DFF!important; text-decoration: none; }
.btn-cas-usage:hover      { color: #5A8DFF!important ; text-decoration: none; }

.container-parent a { color: #5A8DFF !important; text-decoration: none; }

/* 3b. .btn-primary — desktop */

/*.btn-primary {
  background-color: #0000FF;
  color: #fff;
  text-decoration: none !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  isolation: isolate;
  position: relative;
  font-family: inherit;
  padding: 12px 24px !important;
  font-size: 1rem !important;
transition: box-shadow 0.25s, background-color 0.2s, color 0.2s, text-shadow 0.2s;
  min-width: 220px;
  text-align: center;
}*/


/*.btn-primary.is-hovered {
  background-color: #001a0a;
  color: #00ff88;
  text-shadow: 0 0 12px #00ff88;
  box-shadow: 0 0 0 1px rgba(0,255,136,0.5), 0 0 28px rgba(0,255,136,0.2);

}*/

.btn-primary {
  background-color: #0000FF;
  color: #fff;
  text-decoration: none !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  isolation: isolate;
  position: relative;
  font-family: inherit;
  padding: 12px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 220px;
  text-align: center;
  transition: box-shadow 0.25s, background-color 0.2s, color 0.2s, text-shadow 0.2s;
}

.btn-primary.is-hovered {
  background-color: #0000cc;
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 255, 0.6), 0 0 28px rgba(0, 0, 255, 0.35);
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(135deg, transparent, #5A8DFF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(90deg, transparent, #5A8DFF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.btn-primary:hover::before { opacity: 0; }
.btn-primary:hover::after  { opacity: 1; }

/* 3c. .btn-secondary — desktop */

.btn-secondary {
  background-color: transparent;
  color: #0000FF;
  text-decoration: none !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  isolation: isolate;
  position: relative;
  font-family: inherit;
  padding: 12px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 220px;
  text-align: center;
  transition: padding 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(0, 0, 255, 0.3), #0000FF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.btn-secondary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(0, 0, 255, 0.5), #0000FF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.btn-secondary:hover::before { opacity: 0; }
.btn-secondary:hover::after  { opacity: 1; }
.btn-secondary:hover {
  box-shadow: 0 0 20px rgba(0, 0, 255, 0.2);
  text-shadow: 0 0 8px rgba(0, 0, 255, 0.4);
}
/* 3d. .b-link */

.b-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  color: #5A8DFF !important;
  transition: gap 0.25s;
}

.b-link::after { content: '→'; font-size: 15px; }
.b-link:hover  { gap: 14px; }

/* 3e. .cta-button */

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0000FF;
  color: #fff;
  padding: 14px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 1px solid #0000FF;
}

.cta-button:hover {
  background: transparent;
  color: #5A8DFF;
  border-color: #5A8DFF;
  box-shadow: 0 0 30px rgba(90, 141, 255, 0.3);
}

.cta-button svg { width: 18px; height: 18px; }

/* 3f. .center-link */

.center-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #F0F2F8;
  text-decoration: none !important;
  padding-bottom: 4px;
  transition: all 0.25s;
}

.center-link:hover      { border-color: #60A5FA; color: #60A5FA; }
.center-link span       { color: #60A5FA; font-size: 16px; transition: transform 0.25s; }
.center-link:hover span { transform: translateX(3px); }


/* ============================================================
   4. TAGS & BADGES
   ============================================================ */

/* 4a. .hero-tag — desktop */

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px !important;
  padding: 8px 18px !important;
  border-radius: 5px;
  background: #5a8dff36;
  border: 1px solid rgba(90, 141, 255, 0.2);
  font-weight: 600;
  color: #5A8DFF !important;
  margin-bottom: 32px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 4b. .tag-S3 */

.tag-S3 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  padding: 6px 18px;
  background: #0B1020;
  font-size: clamp(0.5rem, 1.5vw, 0.8rem);
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 4c. .badge */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #5A8DFF, #1013C9);
  border: 1px solid rgba(90, 141, 255, 0.2);
  padding: 6px 16px;
  border-radius: 5px;
  font-size: 0.75rem;
  color: white;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(90, 141, 255, 0.5);
  white-space: nowrap;
}

.badge::before { content: '>'; color: #0000FF; animation: blink 1s infinite; }

/* 4d. .b-badge & variantes */

.b-badge {
  display: inline-flex;
  padding: 5px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 22px;
  width: fit-content;
  letter-spacing: 0.02em;
}

.bb1 { background: rgba(59, 130, 246, .07) !important; color: #60a5fa; }
.bb2 { background: rgba(139, 92, 246, .07);             color: #8B5CF6; }
.bb3 { background: rgba(34, 211, 238, .07);             color: #22d3ee; }

/* 4e. .chip */

.chip {
  padding: 6px 14px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 600;
  color: #94A3C0;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 4f. Badges sections */

.showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59, 130, 246, .08);
  border: 1px solid rgba(59, 130, 246, .2);
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 8px 20px;
  border-radius: 5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.showcase-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 5px;
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue);
  animation: pulse 2s ease-in-out infinite;
}

.tamper-features__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 5px;
  background: rgba(99, 155, 255, .05);
  border: 1px solid rgba(99, 155, 255, .1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #60A5FA;
  margin-bottom: 24px;
}

.tamper-features__badge i {
  width: 5px; height: 5px;
  border-radius: 5px;
  background: #60A5FA;
  box-shadow: 0 0 8px #60A5FA;
  animation: tamper-pulse 2.5s ease infinite;
}

.tamper-showcase__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 5px;
  background: rgba(99, 155, 255, .08);
  border: 1px solid rgba(99, 155, 255, .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #60A5FA;
  margin-bottom: 24px;
}

.tamper-showcase__badge i {
  width: 5px; height: 5px;
  border-radius: 5px;
  background: #60A5FA;
  box-shadow: 0 0 8px #60A5FA;
  animation: tamper-pulse 2.5s ease infinite;
}


/* ============================================================
   5. LAYOUT & STRUCTURE
   ============================================================ */

/* 5a. Header */

.site-header {
  position: fixed !important;
  border-bottom: 1px solid rgba(90, 141, 255, 0.1);
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: all 0.3s ease;
}

.inside-header {
  margin: 0 auto;
  padding: 0 40px;
  width: 70%;
  transition: all 0.3s ease;
}

.site-header.scrolled {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-header.scrolled .inside-header {
  max-width: 100% !important;
  min-width: 70% !important;
  padding: 0 60px;
}

/* 5b. Footer */

.site-footer,
.site-footer a { color: #fff; }

.site-footer { border-top: 1px solid rgba(90, 141, 255, 0.1); }

.site-footer a { text-decoration: none; font-size: 16px; color: #c7cfe0; }

.site-footer a:hover { text-decoration: underline !important; color: #5A8DFF !important; cursor: pointer; }

.site-footer h5 { font-size: 14px; text-transform: uppercase; color: #94a3c0; }

.site-info { border-top: 1px solid rgba(90, 141, 255, 0.1); }

.inside-footer-widgets,
.inside-site-info { max-width: 1250px; margin: auto !important; padding: 35px 0; }

/* 5c. Conteneurs */

.one-container .site-content { padding: 0; }

.container-parent { display: flex; gap: 20px; align-items: flex-start; }
.colonne-gauche   { flex: 1; }
.colonne-droite   { position: sticky; top: 120px; align-self: flex-start; }

/* 5d. Grid */

.grid { position: relative; clip-path: inset(0); }

.grid::after {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(90, 141, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 141, 255, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: -1;
  pointer-events: none;
}

/* 5e. Séparateurs */

.separator { height: 1px; background: linear-gradient(90deg, transparent 0%, #5A8DFF 50%, transparent 100%); margin: auto; width: 50%; }
.divider   { height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(90, 141, 255, 0.3) 50%, transparent 100%); margin: 24px 0; }

/* 5f. Pagination */

.page-numbers,
.gb-text-0512192e,
.gb-text-0948e39e { border-radius: 5px; background-color: #0E1117 !important; color: #fff !important; }

.page-numbers:hover,
.gb-text-0512192e:hover,
.gb-text-0948e39e:hover { background-color: #111620 !important; color: #fff !important; }

.page-numbers.current { background-color: #0000FF !important; color: #fff !important; }

.wp-block-social-link-anchor,
.wp-block-social-link-anchor a:hover { font-size: 24px !important; }


/* ============================================================
   6. COMPOSANTS
   ============================================================ */

/* 6a. Logos */

.scale-img{
  max-height: clamp(40px, 7vw, 35px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.75;
  transition: opacity 0.25s;
}

.logo-item { position: relative; display: inline-block; cursor: pointer; }

.logo-item::after {
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  width: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #5A8DFF, transparent);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.logo-item:hover::after { width: 60%; }
.logo-item img          { transition: transform 0.3s ease, opacity 0.3s ease; opacity: 0.85; }
.logo-item:hover img    { transform: scale(1.05); opacity: 1; }

.logo-tooltip {
  position: absolute !important;
  bottom: 100px !important; left: 50% !important;
  transform: translateX(-50%) translateY(10px) !important;
  background: #000108!important;
  border: 1px solid rgba(90, 141, 255, 0.4);
  color: #B0BEC5!important;
  font-weight: normal;
  padding: 18px !important;
  border-radius: 5px;
  font-size: 15px !important;
  text-align: left; line-height: 1.6;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 100;
  max-width: 800px !important; width: 500px !important;
}

.logo-tooltip::before {
  content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
  border-left: 10px solid transparent; border-right: 10px solid transparent;
  border-top: 10px solid rgba(90, 141, 255, 0.4);
}

.logo-tooltip::after {
  content: ""; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  border-left: 9px solid transparent; border-right: 9px solid transparent;
  border-top: 9px solid #0f0f25;
}

.logo-item:hover .logo-tooltip,
.logo-item.tooltip-active .logo-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* 6b. FAQ classique */

.container-faq { display: flex; gap: 25px; }
.faq-list      { display: flex; flex-direction: column; width: 50%; gap: 16px; }

.faq-item { border: 1px solid rgba(90, 141, 255, 0.1); border-radius: 5px; overflow: hidden; transition: all 0.3s ease; }

.faq-item:hover  { background: transparent !important; border-color: rgba(90, 141, 255, 0.3); box-shadow:none; }
.faq-item.active { color: #fff; background: transparent; border-color: #5A8DFF; box-shadow: none; }

.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 24px; background: transparent; border: none; cursor: pointer;
  text-align: left; font-size: 1.05rem; font-weight: 500; color: #fff; transition: all 0.3s ease;
}

.faq-question:hover,
.faq-question:focus            { color: #fff; background: transparent; outline: none; }
.faq-item.active .faq-question { color: #fff; background: transparent; }

.question-number { font-size: 0.7rem; color: #fff; background: rgba(0,0,255,.1); padding: 4px 8px; border-radius: 5px; margin-right: 12px; flex-shrink: 0; }
.question-text   { flex: 1; }

.faq-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: rgba(90,141,255,.1); border-radius: 5px; flex-shrink: 0; transition: all 0.3s ease; }
.faq-icon svg { width: 16px; height: 16px; stroke: #5A8DFF; transition: transform 0.3s ease; }

.faq-item.active .faq-icon     { background: #0000FF; }
.faq-item.active .faq-icon svg { stroke: #fff; transform: rotate(45deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-item.active .faq-answer { max-height: 500px; }

.faq-answer-content { padding: 0 24px 24px 24px; color: #fff; line-height: 1.7; font-size: 0.95rem; }
.faq-answer-content p            { margin-bottom: 12px; }
.faq-answer-content p:last-child { margin-bottom: 0; }

.faq-answer-content code { background: rgba(0,0,255,.15); color: #5A8DFF; padding: 2px 8px; border-radius: 5px; font-size: 0.85em; }
.faq-answer-content a    { color: #5A8DFF; text-decoration: none; border-bottom: 1px solid rgba(90,141,255,.3); transition: border-color 0.3s ease; }
.faq-answer-content a:hover { border-color: #5A8DFF; }

.faq-footer { text-align: center; margin-top: 60px; padding: 40px; background: #0f0f1a; border: 1px solid rgba(90,141,255,.1); border-radius: 5px; }
.faq-footer p { color: #8888aa; margin-bottom: 20px; }

/* 6c. FAQ custom */

.faq-container-custom { max-width: 800px; margin: 0 auto; padding: 2rem 0; }
.faq-tabs-custom      { display: flex; flex-direction: column; gap: 1rem; }

.faq-container-custom .tab-button-custom {
  position: relative; border-radius: 5px;
  background: rgba(90, 141, 255, 0.03);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: none; color: #ffffff; padding: 1.75rem 2rem; cursor: pointer;
  transition: all 0.3s ease; font-size: 1rem; font-weight: 500;
  text-align: left; display: flex; flex-direction: column; gap: 1rem; isolation: isolate;
}

.faq-container-custom .tab-button-custom::before {
  content: ''; position: absolute; inset: 0; border-radius: 5px; padding: 1px;
  background:
    radial-gradient(ellipse at top left, rgba(90,141,255,.4) 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(16,19,201,.4) 0%, transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; transition: all 0.3s ease;
}

.faq-container-custom .tab-button-custom:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(90,141,255,.15); }

.faq-container-custom .tab-button-custom:hover::before {
  background:
    radial-gradient(ellipse at top left, rgba(90,141,255,.6) 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(16,19,201,.6) 0%, transparent 60%);
}

.faq-container-custom .tab-button-custom:active {
  transform: scale(0.98);
  background: radial-gradient(ellipse at top left, rgba(90,141,255,.4) 0%, rgba(33,33,81,.35) 48%, rgba(16,19,201,.3) 100%);
}

.faq-container-custom .tab-button-custom:active::before { background: linear-gradient(135deg, #5A8DFF 0%, #1013C9 100%); }

.faq-container-custom .tab-button-custom.active {
  background: radial-gradient(ellipse at top left, rgba(37,37,38,.3) 0%, rgba(33,33,81,.3) 48%, rgba(90,141,255,.3) 100%);
  box-shadow: 0 4px 16px rgba(90,141,255,.2);
}

.faq-container-custom .tab-button-custom.active::before { background: linear-gradient(135deg, rgba(255,255,255,0) 0%, #5A8DFF 70%, #1013C9 100%); }

.faq-container-custom .tab-header-custom { display: flex; justify-content: space-between; align-items: center; width: 100%; font-weight: 600; font-size: 1.1rem; gap: 1rem; }

.faq-container-custom .tab-text-custom { line-height: 1.7; font-size: 0.95rem; font-weight: 400; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; margin-top: 0; }
.faq-container-custom .tab-button-custom.active .tab-text-custom { max-height: 500px; margin-top: 0.5rem; }

.faq-container-custom .arrow-custom { font-size: 1rem; transition: transform 0.3s ease, color 0.3s ease; color: rgba(255,255,255,.6); flex-shrink: 0; }
.faq-container-custom .tab-button-custom:hover .arrow-custom  { color: rgba(255,255,255,.9); }
.faq-container-custom .tab-button-custom.active .arrow-custom { transform: rotate(90deg); color: #5A8DFF; }

/* 6d. Carousel */

.tamper-carousel-section { position: relative; padding: 45px 2rem; overflow: hidden; }
.carousel-container      { margin: 0 auto; }

.carousel-main-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #fff; text-align: center; margin-bottom: 60px; line-height: 1.3; max-width: 1000px; margin-left: auto; margin-right: auto; }

.carousel-wrapper { position: relative; max-width: 1100px; margin: 0 auto 40px; display: flex; align-items: center; gap: 20px; }

.carousel-slides { flex: 1; overflow: hidden; border-radius: 5px; max-width: 1000px; margin: 0; position: relative; }

.carousel-track { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); width: 100%; }

.carousel-slide { min-width: 100%; width: 100%; flex-shrink: 0; }

/* Flèches carousel */
.carousel-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
}

.carousel-nav {
  position: static !important;
  transform: none !important;
  top: auto !important;
  margin: 0 !important;
  width: 44px;
  height: 44px;
  background: #0F172A;
  border: 1.5px solid #5A8DFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #5A8DFF;
}

.carousel-nav svg path {
  stroke: #5A8DFF;
  stroke-width: 2.5px;
  fill: none;
}

/* Textes carousel */
.carousel-texts { padding: 0 20px; text-align: center; }
.slide-content { display: none; padding: 20px 0; }
.slide-content.active { display: block; }

.slide-image { position: relative; width: 100%; background: rgba(20,21,30,.6); border-radius: 5px; overflow: hidden; border: 2px solid rgba(90,141,255,.15); padding: 15px; }
.slide-image img { width: auto; object-fit: contain; height: auto; display: block; border-radius: 5px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }

.slide-caption     { text-align: center; color: #fff; font-size: 1.2rem; margin-top: 30px; padding: 0 20px; }
.slide-content { display: none; padding: 20px; text-align: center; }
.slide-title       { font-size: 1.5em; color: #fff !important; margin-bottom: 12px; }
.slide-description { font-size: 0.95em; color: #B0BEC5 !important; text-align: center; line-height: 1.6; max-width: 750px; margin: 0 auto; }

.carousel-nav { width: 60px; height: 60px; margin-bottom: 15%; border-radius: 5px; background: rgba(90,141,255,.1); border: 2px solid rgba(90,141,255,.3); color: #5A8DFF; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; flex-shrink: 0; }
.carousel-nav:hover  { background: rgba(90,141,255,.2); border-color: rgba(90,141,255,.5); transform: scale(1.05); }
.carousel-nav:active { transform: scale(0.95); }
.carousel-nav svg    { width: 24px; height: 24px; }

.carousel-indicators { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }

.indicator { width: 12px; height: 12px; border-radius: 5px; background: rgba(90,141,255,.2); border: none; cursor: pointer; transition: all 0.3s ease; padding: 0; }
.indicator:hover  { background: rgba(90,141,255,.4); transform: scale(1.2); }
.indicator.active { background: #5A8DFF; width: 32px; }

/* 6e. Stack scroll */

.stack-scroll-container { position: relative; padding: 50px 2rem; background-color: transparent !important; }
.section-intro          { text-align: center; max-width: 1100px; margin: 0 auto 100px; }
.section-title          { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: #fff; margin-bottom: 32px; line-height: 1.2; }
.section-description    { color: rgba(255,255,255,.7); font-size: 1.2rem; line-height: 1.8; max-width: 900px; margin: 0 auto; }

.stack-card {
  position: sticky; max-width: 800px; margin: 0 auto 60px; padding: 30px 60px;
  border-radius: 5px; background: rgba(90,141,255,.03); backdrop-filter: blur(20px);
  border: 2px solid rgba(90,141,255,.15); min-height: 200px;
  display: flex; flex-direction: column; justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stack-card::before {
  content: ''; position: absolute; inset: 0; border-radius: 5px;
  background: radial-gradient(ellipse at center, rgba(90,141,255,.15) 0%, rgba(90,141,255,.05) 77%, transparent 100%);
  z-index: -2;
}

.stack-card::after {
  content: ''; position: absolute; inset: 0; border-radius: 5px; padding: 2px;
  background:
    radial-gradient(ellipse at top left, rgba(90,141,255,.8) 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(16,19,201,.8) 0%, transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1;
}

.stack-card.is-behind { opacity: 0.15; filter: blur(2px); transform: scale(0.97); }
.stack-card:hover     { background: rgba(90,141,255,.08); transform: translateY(-10px); box-shadow: 0 30px 80px rgba(90,141,255,.2); }

.card-1 { top: 200px; z-index: 1; }
.card-2 { top: 200px; z-index: 2; }
.card-3 { top: 200px; z-index: 3; }
.card-4 { top: 200px; z-index: 4; }

.card-title { font-size: 2.2rem; font-weight: 700; color: #fff; margin: 0 0 28px 0; line-height: 1.3; }
.card-text  { color: rgba(255,255,255,.75); margin: 0; max-width: 900px; }

/* 6f. Showcase principal */

.showcase { max-width: 1200px; margin: 0 auto; position: relative; }

.showcase::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 500px; background: radial-gradient(ellipse, rgba(59,130,246,.08) 0%, transparent 70%); pointer-events: none; }

.showcase-header { text-align: center; margin-bottom: 56px; position: relative; z-index: 1; }
.showcase-header h2 { font-size: clamp(32px, 5vw, 52px); font-weight: 700; line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.03em; }
.showcase-header p  { font-size: 16px; color: var(--text-secondary); max-width: 500px; margin: 0 auto; line-height: 1.6; }

.wrapper   { position: relative; max-width: 960px; margin: 0 auto; z-index: 1; }
.main-img  { border-radius: 5px 5px 0 0; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(59,130,246,.12); }
.main-img img { display: block; width: 100%; height: auto; }

.float-img { position: absolute; z-index: 10; border-radius: 5px; overflow: hidden; box-shadow: 0 12px 48px rgba(0,0,0,.55), 0 0 0 1px rgba(59,130,246,.2); transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s; }
.float-img:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 20px 60px rgba(0,0,0,.65), 0 0 0 1px rgba(59,130,246,.35), 0 0 40px rgba(59,130,246,.08); }
.float-img img { display: block; width: 100%; height: auto; }

.float-tl { top: -47px;  left: -118px; width: 243px; animation: floatIn .7s cubic-bezier(.22,1,.36,1) .15s both, bob 7s ease-in-out 1s infinite; }
.float-tr { top: 25px;   right: -120px; width: 230px; animation: floatIn .7s cubic-bezier(.22,1,.36,1) .3s both, bob 6s ease-in-out 1.5s infinite; }
.float-br { bottom: 20px; right: -90px; width: 175px; animation: floatIn .7s cubic-bezier(.22,1,.36,1) .45s both, bob 5.5s ease-in-out 2s infinite; }
.float-bl { bottom: 24px; left: -114px; width: 177px; animation: floatIn .7s cubic-bezier(.22,1,.36,1) .6s both, bob 6.5s ease-in-out 1.2s infinite; }


/* ─── 6g. Conteneurs verre ───────────────────────────────────
   ⚠️  DOIT rester AVANT .card (section 6h).
   Les deux classes sont combinées sur les mêmes éléments.
   La dernière `position` déclarée l'emporte.
   ─────────────────────────────────────────────────────────── */

.ctn-glass {
  position: relative; border-radius: 5px;
  background: rgba(90, 141, 255, 0.03);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}

.ctn-glass::before {
  content: ''; position: absolute; inset: 0; border-radius: 5px;
  background: radial-gradient(ellipse at center, rgba(90,141,255,.15) 0%, rgba(90,141,255,.05) 77%, transparent 100%);
  z-index: -2;
}

.ctn-glass::after {
  content: ''; position: absolute; inset: 0; border-radius: 5px; padding: 2px;
  background:
    radial-gradient(ellipse at top left, rgba(90,141,255,.8) 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(16,19,201,.8) 0%, transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1;
}

.ctn-glass-2 {
  position: relative;
  background: radial-gradient(ellipse at top left, rgba(37,37,38,.2) 0%, rgba(33,33,81,.2) 48%, rgba(90,141,255,.2) 100%);
  border-radius: 5px; padding: 32px; color: #fff;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}

.ctn-glass-2::before {
  content: ''; position: absolute; inset: 0; border-radius: 5px;
  background: linear-gradient(310deg, rgba(255,255,255,0) 0%, rgba(90,141,255,0) 57%, rgba(16,19,201,0) 100%);
  z-index: -3;
}

.ctn-glass-2::after {
  content: ''; position: absolute; inset: 0; border-radius: 5px; padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0) 0%, #5A8DFF 70%, #1013C9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1;
}


/* ─── 6h. Section intégrations — .card APRÈS .ctn-glass ─────
   ⚠️  Ne pas déplacer ce bloc avant .ctn-glass.
   ─────────────────────────────────────────────────────────── */

.section {
  position: relative; width: 75%; margin: auto;
  min-height: 100vh; display: flex; align-items: center;
  justify-content: center; overflow: hidden;
}

.center    { position: relative; z-index: 10; text-align: center; max-width: 615px; padding: 40px 20px; }
.center h2 { color: #fff; }
/* ⚠️ position:absolute APRÈS .ctn-glass */
.card {
  position: absolute;
  background-color: #0D1324;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.4), 0 0 0 1px var(--b1);
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s;
  z-index: 5;
}

.card:hover    { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,.5), 0 0 0 1px var(--b2); z-index: 15; }
.card img      { width: 70%; height: 70%; object-fit: contain; opacity: .7; transition: opacity .3s; }
.card:hover img { opacity: .95; }

.card-xl { width: clamp(140px,16vw,200px); aspect-ratio: 1; }
.card-lg  { width: clamp(115px,13vw,170px); aspect-ratio: 1; }
.card-md  { width: clamp(90px,10vw,135px);  aspect-ratio: 1; }
.card-sm  { width: clamp(65px,7.5vw,100px); aspect-ratio: 1; opacity: .55; box-shadow: 0 4px 16px rgba(0,0,0,.3), 0 0 0 1px rgba(99,155,255,.03); }
.card-sm:hover { opacity: .85; }

#p1  { top: 6%;     left: 4%;   }
#p2  { top: 3%;     left: 24%;  }
#p3  { top: 38%;    left: 1%;   }
#p4  { bottom: 8%;  left: 8%;   }
#p5  { bottom: 3%;  left: 30%;  }
#p6  { top: 2%;     right: 2%;  }
#p7  { top: 8%;     right: 22%; }
#p8 { top: 36%; right: 0%; }  /* déborde à droite */
#p6 { top: 2%;  right: 2%;  }  /* idem */
#p9 { top: 70%;  right: 2%;  }  /* idem */
#p10 { bottom: 6%;  right: 28%; }
#p11 { top: 22%;    left: 21%;  }
#p12 { bottom: 28%; right: 20%; }

/* 6i. Tableau comparatif */

.comparison-table { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; max-width: 1000px; margin: 0 auto; }

.table-cell { padding: 20px; text-align: center; min-height: 70px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.table-cell.header     { min-height: 90px; padding: 24px; position: relative; }
.table-cell.header img { max-width: 150px; height: auto; }
.table-cell.label      { text-align: left; justify-content: flex-start; font-size: 0.9rem; line-height: 1.4; }

.table-cell.tamper-col { background: radial-gradient(ellipse at top left, rgba(90,141,255,.25) 0%, rgba(33,33,81,.2) 48%, rgba(90,141,255,.2) 100%); }
.table-cell.tamper-col.header { border: 1.5px solid rgba(90,141,255,.5); box-shadow: 0 0 15px rgba(90,141,255,.25); }
.table-cell.tamper-col:hover  { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(90,141,255,.25); }

.price-highlight { flex-direction: column; }
.price-label     { font-size: 0.75rem; opacity: 0.8; margin-bottom: 4px; }
.price-value     { font-size: 1.6rem; font-weight: 700; background: linear-gradient(135deg, #FFFFFF 9%, #5A8DFF 72%, #1013C9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2; }
.price-value span { font-size: 1rem; }
.price-savings   { font-size: 0.75rem; color: #5A8DFF; margin-top: 4px; font-weight: 600; }


/* ============================================================
   7. SECTIONS TAMPER
   ============================================================ */

/* 7a. Features */

.tamper-features         { max-width: 1100px; margin: 0 auto; padding-top:16px; padding-bottom:16px;}
.tamper-features__intro  { text-align: center; margin-bottom: 52px; }
.tamper-features__title  { font-size: clamp(30px,4.5vw,50px); font-weight: 800; line-height: 1.06; letter-spacing: -.05em; margin-bottom: 16px; }
.tamper-features__subtitle { font-size: 16px; color: #94A3C0; max-width: 460px; margin: 0 auto; line-height: 1.7; }

.tamper-switcher { display: flex; justify-content: space-around; gap: 14px; margin-bottom: 2%; position: relative; z-index: 10; }

.tamper-switcher__item { padding: 14px 25px; width: 100%; font-family: 'Open Sans'; font-weight: 600; border-radius: 5px; font-size: 14px; background: #080D1B; border: 1px solid var(--srf-border); border-bottom: none; letter-spacing: .06em; text-transform: uppercase; color: #4B5974; cursor: pointer; transition: all .3s cubic-bezier(.16,1,.3,1); position: relative; }

.tamper-switcher__item:hover,
.tamper-switcher__item:focus   { color: #94A3C0; background: rgba(15,23,42,.6); }
.tamper-switcher__item--active { background: var(--srf); border-color: var(--srf-border-a); color: #F0F2F8; }

.tamper-switcher__item::before { content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 2px; border-radius: 0 0 5px 5px; opacity: 0; transition: all .3s; }
.tamper-switcher__item--active::before { opacity: 1; }

.tamper-switcher__item[data-feature="fim"]::before,
.tamper-switcher__item[data-feature="dspm"]::before,
.tamper-switcher__item[data-feature="dlp"]::before { background: #60A5FA; }

.tamper-switcher__dot { display: inline-block; width: 6px; height: 6px; border-radius: 5px; margin-right: 10px; opacity: .3; transition: opacity .3s; }
.tamper-switcher__item--active .tamper-switcher__dot { opacity: 1; }

.tamper-switcher__item[data-feature="fim"] .tamper-switcher__dot,
.tamper-switcher__item[data-feature="dspm"] .tamper-switcher__dot,
.tamper-switcher__item[data-feature="dlp"] .tamper-switcher__dot { background: #60A5FA; }

.tamper-display { overflow: hidden; position: relative; min-height: 420px; }
.tamper-display__pane { display: none; padding: 56px; gap: 56px; align-items: center; animation: tamper-paneIn .5s cubic-bezier(.16,1,.3,1); }
.tamper-display__pane--active { display: grid; grid-template-columns: 1fr 1.1fr; }

.tamper-display__label { display: inline-flex; padding: 5px 16px; border-radius: 5px; font-size: 12px; font-weight: 700; letter-spacing: .04em; margin-bottom: 20px; }
.tamper-display__label--fim,
.tamper-display__label--dspm,
.tamper-display__label--dlp { background: #5a8dff36; color: #5A8DFF; }

.tamper-display__heading { font-size: clamp(26px,3.5vw,38px); color: #fff; letter-spacing: -.04em; margin-bottom: 20px; }
.tamper-display__body    { font-size: 15px; color: #94A3C0; margin-bottom: 8px; }
.tamper-display__body strong { color: #F0F2F8; font-weight: 700; }

.tamper-display__cta { display: inline-flex; align-items: center; gap: 8px; font-family: 'Open Sans'; margin-top: 20px; font-size: 14px; font-weight: 700; text-decoration: none; transition: gap .25s; }
.tamper-display__cta:hover   { gap: 14px; }
.tamper-display__cta::after  { content: '→'; font-size: 16px; transition: transform .25s; }
.tamper-display__cta:hover::after { transform: translateX(3px); }

.tamper-display__screenshot img { display: block;
    margin: 5% auto;
    max-width: 80%;
    height: auto;
    object-fit: contain;}

.tamper-display__screenshot{
	box-shadow:none;
	border:none;
}

.tamper-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 2%; border-radius: 5px; overflow: hidden; }
.tamper-metrics__item  { background: var(--srf); border: 1px solid var(--srf-border); padding: 28px 24px; text-align: center; transition: background .3s; }
.tamper-metrics__item:hover { background: rgba(15,23,42,.8); }
.tamper-metrics__value { font-family: 'Open Sans'; font-size: 28px; font-weight: 700; margin-bottom: 8px; }
.tamper-metrics__label { font-size: 12px; color: #94A3C0; letter-spacing: -.01em; }

/* 7b. Cloud */

.tamper-cloud { max-width: 1100px; margin: 0 auto; text-align: center; padding: 120px 32px; }
.tamper-cloud__toggle { display: flex; justify-content: center; margin-bottom: 48px; }

.tamper-cloud__toggle-track { display: flex; background: var(--srf); border: 1px solid var(--border); border-radius: 5px; padding: 4px; position: relative; gap: 4px; }
.tamper-cloud__toggle-btn   { position: relative; z-index: 2; padding: 12px 28px; border-radius: 5px; border: none; background: transparent; font-family: inherit; font-size: 14px; font-weight: 700; color: #4B5974; cursor: pointer; transition: all .35s;; white-space: nowrap; }
.tamper-cloud__toggle-btn--active { color: #F0F2F8; background-color:#0000FF}
.tamper-cloud__toggle-pill  { position: absolute; top: 4px; bottom: 4px; border-radius: 5px; background: #0F172A; border: 1px solid var(--border-h); transition: all .4s cubic-bezier(.16,1,.3,1); z-index: 1; box-shadow: 0 4px 16px rgba(0,0,0,.3); }

.tamper-cloud__context       { text-align: center; margin-bottom: 40px; min-height: 100px; position: relative; }
.tamper-cloud__context-pane  { display: none; animation: tamper-fadeUp .5s cubic-bezier(.16,1,.3,1); }
.tamper-cloud__context-pane--active { display: block; }
.tamper-cloud__context-title { font-size: 50px; color: #fff; letter-spacing: -.04em; margin-bottom: 16px; }
.tamper-cloud__context-desc { 
  font-size: clamp(0.8rem, 2vw, 0.9375rem); 
  color: #94A3C0; 
  max-width: 680px; 
  margin: 0 auto; 
}
.tamper-cloud__cards { position: relative; min-height: 400px; }
.tamper-cloud__cards-pane { display: none; grid-template-columns: repeat(2,1fr); gap: 12px; animation: tamper-fadeUp .5s cubic-bezier(.16,1,.3,1); }
.tamper-cloud__cards-pane--active { display: grid; }

.tamper-cloud__card       { border-radius: 5px; padding: 36px 32px; position: relative; overflow: hidden; transition: border-color .3s, transform .3s; }
.tamper-cloud__card-number{ font-size: 11px; background-color: #5A8DFF; font-weight: 700; letter-spacing: .04em; margin-bottom: 16px; display: inline-flex; padding: 4px 12px; border-radius: 5px; }
.tamper-cloud__card-icon  { font-size: 28px; margin-bottom: 16px; line-height: 1; }
.tamper-cloud__card-title { color: #fff; letter-spacing: -.03em; line-height: 1.2; margin-bottom: 12px; }
.tamper-cloud__card-desc  { font-size: 14px; text-align: left; color: #94A3C0; line-height: 1.7; }
.tamper-cloud__card-desc strong { color: #F0F2F8; font-weight: 700; }

.tamper-cloud__stat       { display: inline-flex; align-items: baseline; gap: 6px; margin-bottom: 12px; padding: 8px 16px; border-radius: 5px; background: rgba(244,63,94,.04); border: 1px solid rgba(244,63,94,.08); }
.tamper-cloud__stat-value { font-size: 28px; font-weight: 700; letter-spacing: -.03em; }
.tamper-cloud__stat-unit  { font-size: 12px; color: #94A3C0; font-weight: 600; }
.tamper-cloud__stat--blue { background: rgba(96,165,250,.04); border-color: rgba(96,165,250,.08); }

/* 7c. Showcase Tamper */

.tamper-showcase          { position: relative; max-width: 1100px; margin: 0 auto; }
.tamper-showcase__bg      { inset: 0; z-index: 1; }
.tamper-showcase__bg img  { width: 100%; height: auto; object-fit: cover; object-position: top center; border-radius: 5px;margin-bottom:-10px; }
.tamper-showcase__content { position: relative; z-index: 10; padding: 52px 56px; max-width: 560px; }
.tamper-showcase__title   { font-size: clamp(26px,3.5vw,40px); font-weight: 800; line-height: 1.1; letter-spacing: -.04em; margin-bottom: 20px; }
.tamper-showcase__desc    { font-size: 15px; color: #94A3C0; line-height: 1.75; margin-bottom: 28px; }
.tamper-showcase__desc strong { color: #F0F2F8; font-weight: 600; }
.tamper-showcase__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.tamper-showcase__cta { display: inline-flex; align-items: center; gap: 9px; padding: 13px 28px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 700; letter-spacing: -.02em; border: none; cursor: pointer; text-decoration: none; transition: all .35s cubic-bezier(.16,1,.3,1); }

.tamper-showcase__cta--primary { background: var(--blue); color: #fff; box-shadow: 0 0 0 1px rgba(99,155,255,.3), 0 4px 20px rgba(59,130,246,.2), inset 0 1px 0 rgba(255,255,255,.08); }
.tamper-showcase__cta--primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(99,155,255,.5), 0 8px 36px rgba(59,130,246,.3), inset 0 1px 0 rgba(255,255,255,.08); }

.tamper-showcase__cta--ghost { background: rgba(255,255,255,.05); color: #F0F2F8; border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.tamper-showcase__cta--ghost:hover { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }

.tamper-showcase__indicator { position: absolute; z-index: 8; display: flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 5px; background: rgba(15,23,42,.75); border: 1px solid rgba(99,155,255,.12); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); font-size: 12px; font-weight: 600; color: #94A3C0; box-shadow: 0 8px 28px rgba(0,0,0,.4); white-space: nowrap; }
.tamper-showcase__indicator-dot { width: 7px; height: 7px; border-radius: 5px; flex-shrink: 0; }

.tamper-showcase__indicator--alert { top: 20%; right: 8%; animation: tamper-indicatorIn .8s cubic-bezier(.16,1,.3,1) .3s both, tamper-bob 7s ease-in-out 1.5s infinite; }
.tamper-showcase__indicator--alert .tamper-showcase__indicator-dot { background: #F43F5E; box-shadow: 0 0 8px rgba(244,63,94,.6); }

.tamper-showcase__indicator--scan { top: 40%; right: 12%; animation: tamper-indicatorIn .8s cubic-bezier(.16,1,.3,1) .5s both, tamper-bob 8s ease-in-out 2s infinite; }
.tamper-showcase__indicator--scan .tamper-showcase__indicator-dot { background: #10B981; box-shadow: 0 0 8px rgba(16,185,129,.6); }

.tamper-showcase__indicator--sync { top: 30%; right: 22%; animation: tamper-indicatorIn .8s cubic-bezier(.16,1,.3,1) .7s both, tamper-bob 6.5s ease-in-out 1.8s infinite; }
.tamper-showcase__indicator--sync .tamper-showcase__indicator-dot { background: #60A5FA; box-shadow: 0 0 8px rgba(96,165,250,.6); }


/* ============================================================
   8. UTILITAIRES
   ============================================================ */

.gradient-text    { background: linear-gradient(135deg, #5A8DFF 0%, #1013C9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/*.has-inline-color { background: linear-gradient(135deg, #FFFFFF 9%, #5A8DFF 72%, #1013C9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }*/
.grad             { background: linear-gradient(135deg, var(--blue-bright), var(--purple)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tamper-grad      { background: linear-gradient(135deg, #60A5FA, #8B5CF6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.animate-on-scroll { opacity: 0; transform: translateY(30px); animation: fadeInUp 0.6s ease forwards; animation-timeline: view(); animation-range: entry 0% cover 30%; }
.has-inline-color {
  color: #5A8DFF !important;
	background-color:transparent!important;
  -webkit-text-fill-color: #5A8DFF !important;
}
/* ============================================================
   9. ANIMATIONS (@keyframes)
   ============================================================ */

@keyframes blink           { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }
@keyframes pulse           { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
@keyframes fadeInUp        { to { opacity: 1; transform: translateY(0); } }
@keyframes floatIn         { from { opacity: 0; transform: translateY(20px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes bob             { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes tamper-pulse    { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
@keyframes tamper-paneIn   { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tamper-fadeUp   { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tamper-indicatorIn { from { opacity: 0; transform: translateY(12px) scale(.95); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes tamper-bob      { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }


/* ============================================================
   10. MEDIA QUERIES
   ============================================================ */

/* ════════════════════════════════════════════════════════════
   10a. TABLETTE — max-width: 768px
   ════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
	.tamper-display {
  min-height: 0 !important;
  height: auto !important;
}

.tamper-display__pane--active {
  min-height: 0 !important;
}
	.logo-tooltip{
		display:none;
	}
	  .site-header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(3, 7, 18, 0.85);
  }
	.tamper-showcase__frame {
  min-height: 0 !important;
  height: auto !important;
}

.tamper-showcase {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
/**************/
	
/* Image pleine largeur */
.tamper-showcase__bg img {
  width: 100%;
  height: auto;
}

/* Indicateurs : masqués sur mobile car illisibles sur petite image */
.tamper-showcase__indicator {
  display: none !important;
}

/* Padding réduit */
.tamper-showcase {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
/***************/
	.gb-element-2037acec,
.gb-element-78f0694c,
.gb-element-1cd6d7c6,
.gb-element-cd36a3b0 {
  gap: 24px !important;
  padding: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
	/************/
#clouds.showcase {
  padding: 0 16px;
}

#clouds .wrapper {
  max-width: 100%;
  overflow: hidden;
}

#clouds .main-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/*Slider*/
	
	
	/* Slider */
/* Wrapper en colonne sur mobile */
.carousel-wrapper {
  flex-wrap: wrap !important;
  gap: 12px !important;
}

/* Slides en premier, pleine largeur */
.carousel-slides {
  order: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Flèches en dessous, côte à côte */
.carousel-nav {
  order: 2 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  background: #0F172A !important;
  border: 1.5px solid #5A8DFF !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #5A8DFF !important;
}

.carousel-nav svg path {
  stroke: #5A8DFF !important;
  stroke-width: 2.5px !important;
}

/* Image responsive */
.carousel-slide { width: 100% !important; min-width: 100% !important; }
.slide-image { padding: 8px; overflow: hidden; }
.slide-image img { width: 100% !important; height: auto !important; }

/* Textes */
.slide-title { font-size: 0.9rem !important; margin-bottom: 8px; }
.slide-description { font-size: 0.8rem; line-height: 1.5; }
/*****************/
	
	/* Switcher : 1 bouton par ligne */
.tamper-switcher {
  flex-direction: column;
}
.tamper-switcher__item {
  border-radius: 5px !important;
  border-bottom: 1px solid var(--srf-border) !important;
  width: 100% !important;
}
	
	/* Toggle : pleine largeur */
.tamper-cloud__toggle-track {
  width: 100%;
}
.tamper-cloud__toggle-btn {
  flex: 1;
  text-align: center;
  white-space: normal;
  font-size: 12px !important;
}

/* Cards : déjà en 1 colonne, juste réduire le padding */
.tamper-cloud__card {
  padding: 24px 16px;
}

/* Titre context : remplace le font-size fixe par clamp */
.tamper-cloud__context-title {
  font-size: clamp(1.6rem, 5vw, 3rem) !important;
}

  /* Boutons */
  .btn-primary,
  .btn-secondary {
    padding: 11px 22px !important;
    font-size: 0.9375rem !important;
	    text-align: center !important;
  justify-content: center !important;
  }

  /* Hero tag */
  .hero-tag {
    gap: 7px !important;
    padding: 9px 20px !important;
    margin-bottom: 26px !important;
  }

  /* Header */
  .inside-header {
    width: 100%;
    padding: 0 20px;
  }
  .site-header.scrolled .inside-header {
    min-width: 100% !important;
    padding: 0 20px;
  }

  /* Footer */
  .inside-footer-widgets,
  .inside-site-info { padding: 24px 20px; }

  /* Layout 2 colonnes */
  .container-parent { flex-direction: column; }
  .colonne-droite   { position: static; width: 100%; }

  /* FAQ classique */
  .container-faq { flex-direction: column; }
  .faq-list      { width: 100%; }
  .faq-question  { padding: 20px 16px; font-size: 0.95rem; }
  .faq-answer-content { padding: 0 16px 20px 16px; }
  .question-number    { display: none; }

  /* FAQ custom */
  .faq-container-custom                    { padding: 2rem 1rem; }
  .faq-container-custom .tab-button-custom { padding: 1.5rem 1.25rem; }
  .faq-container-custom .tab-header-custom { font-size: 1rem; }
  .faq-container-custom .tab-text-custom   { font-size: 0.9rem; }

  /* Carousel */
  .tamper-carousel-section { padding: 60px 1rem; }
  .carousel-main-title     { font-size: 1.75rem; margin-bottom: 30px; }
  .carousel-wrapper        { gap: 10px; }
  .carousel-nav            { width: 44px; height: 44px; }
  .carousel-nav svg        { width: 20px; height: 20px; }
  .slide-image             { padding: 12px; }
  .slide-caption           { font-size: 1rem; margin-top: 20px; }
  .carousel-indicators     { margin-top: 30px; gap: 10px; }
  .indicator               { width: 10px; height: 10px; }
  .indicator.active        { width: 28px; }

  /* Stack scroll */
  .stack-scroll-container { padding: 80px 1.5rem; }
  .section-intro          { margin-bottom: 60px; }
  .section-title          { font-size: 2rem; }
  .section-description    { font-size: 1rem; }
  .stack-card             { padding: 40px 32px; margin-bottom: 40px; min-height: 300px; }
  .card-1, .card-2, .card-3, .card-4 { top: 60px; }
  .card-title             { font-size: 1.6rem; margin-bottom: 20px; }
  .card-text              { font-size: 1rem; line-height: 1.7; }

  /* Showcase principal */
  .float-img { display: none; }
  .showcase  { padding: 48px 16px; }

  /* Section intégrations */
  .section {
    width: 100%;
    min-height: auto;
    flex-direction: column;
    padding: 80px 20px;
    gap: 40px;
  }
  #s3-card { display: none; }
  .card {
    position: relative !important;
    top: auto !important; left: auto !important;
    right: auto !important; bottom: auto !important;
    width: 100% !important;
  }
  .m-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
  }
  .center { order: 0; }
  .m-top  { order: -1; }
  .m-bot  { order: 1; }

  /* Tableau comparatif */
  .comparison-table      { grid-template-columns: 1.5fr 1fr 1fr; gap: 8px; }
  .table-cell            { padding: 12px; font-size: 0.8rem; }
  .table-cell.header     { padding: 16px; min-height: 70px; }
  .table-cell.header img { max-width: 90px; }
  .price-value           { font-size: 1.2rem; }

  /* Tamper Features */
  .tamper-switcher { flex-wrap: wrap; gap: 6px; }
  .tamper-switcher__item { padding: 12px 20px; font-size: 12px; border-radius: 5px 5px 0 0; }
  .tamper-display__pane--active { grid-template-columns: 1fr; padding: 32px 24px; gap: 32px; }
  .tamper-display__screenshot   { order: 2; }
  .tamper-metrics               { grid-template-columns: 1fr; }

  /* Tamper Cloud */
  .tamper-cloud                     { padding: 80px 16px; }
  .tamper-cloud__cards-pane--active { grid-template-columns: 1fr; }
  .tamper-cloud__toggle-btn         { padding: 10px 18px; font-size: 13px; }
  .tamper-cloud__context-title      { font-size: clamp(28px, 6vw, 50px); }

  /* Tamper Showcase */
  .tamper-showcase__content   { padding: 32px 28px; max-width: 100%; }
  .tamper-showcase__indicator { display: none; }
  .tamper-showcase__frame::after { background: linear-gradient(90deg, rgba(3,7,18,.9) 0%, rgba(3,7,18,.7) 50%, rgba(3,7,18,.4) 100%); }

}

@media (min-width: 769px) {
  .m-grid { display: contents; }
	html {
  overflow-x: clip !important;
}
}


/* ════════════════════════════════════════════════════════════
   10b. TÉLÉPHONE — max-width: 480px
   ════════════════════════════════════════════════════════════ */


@media (max-width: 480px) {

	.container{
		padding:0%!important;
	}
	 .header-image.is-logo-image {
    max-width: 120px !important;
  }
  .site-header, .inside-header, nav, .nav-bar, .main-navigation {
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  .main-nav,
  .nav-float,
  .slideout-navigation {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

	
  /* Boutons */
  .btn-primary,
  .btn-secondary {
    padding: 10px 20px !important;
    font-size: 0.875rem !important;
  }

  /* Hero tag */
  .hero-tag {
    gap: 6px !important;
    padding: 8px 16px !important;
    margin-bottom: 20px !important;
  }

  /* Header */
  .inside-header { padding: 0 16px; }

  /* Carousel */
  .carousel-wrapper  { flex-direction: column; gap: 20px; }
  .carousel-nav      { position: absolute; z-index: 10; }
  .carousel-nav.prev { left: 10px; top: 50%; transform: translateY(-50%); }
  .carousel-nav.next { right: 10px; top: 50%; transform: translateY(-50%); }
  .slide-caption     { font-size: 0.95rem; }

  /* Stack scroll */
  .stack-scroll-container { padding: 60px 1rem; }
  .section-intro          { margin-bottom: 40px; }
  .stack-card             { position: relative; top: 0 !important; margin-bottom: 24px; padding: 32px 24px; min-height: 250px; }
  .card-title             { font-size: 1.4rem; }
  .card-text              { font-size: 0.95rem; }

  /* Section intégrations */
  .section { padding: 60px 16px; gap: 24px; }
  .m-grid  { grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 300px; }

  /* Tableau comparatif */
  .comparison-table      { grid-template-columns: 1fr 1fr 1fr; gap: 4px; }
  .table-cell            { padding: 8px; font-size: 0.7rem; min-height: 50px; }
  .table-cell.label      { font-size: 0.65rem; }
  .table-cell.header img { max-width: 60px; }
  .price-value           { font-size: 1rem; }

  /* Tamper Features */
  .tamper-switcher__item { padding: 10px 12px; font-size: 11px; width: calc(50% - 3px); }
  .tamper-display__pane  { padding: 32px 32px; gap: 24px; }
  .tamper-metrics__item  { padding: 20px 16px; }
  .tamper-metrics__value { font-size: 22px; }

  /* Tamper Cloud */
  .tamper-cloud             { padding: 60px 12px; }
  .tamper-cloud__card       { padding: 24px 20px; }
  .tamper-cloud__toggle-btn { padding: 8px 14px; font-size: 12px; }

  /* Tamper Showcase */
  .tamper-showcase__content { padding: 24px 16px; }
  .tamper-showcase__actions { flex-direction: column; }
  .tamper-showcase__cta     { width: 100%; justify-content: center; }

}
