/* --------------------
   VARIABLES
-------------------- */
:root {
  --primary: #2563eb;
  --secondary: #22c55e;
  --threeary: #00d4ff;
  --dark: #0f172a;
  --light: #f8fafc;
  --radius: 16px;
  --shadow-soft: 0 10px 30px rgba(0,0,0,.08);
  --shadow-hover: 0 20px 50px rgba(0,0,0,.15);
  --hero-bg: linear-gradient(160deg, #0f172a, #020617);
}


/* --------------------
   RESET
-------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

#offers-section {
  scroll-margin-top: 120px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg ...>");
  opacity: 0.02;
  pointer-events: none;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--light);
  color: #1e293b;
  line-height: 1.6;
}

a {
	text-decoration:none;
	color:#333;
}

/* --------------------
   TYPOGRAPHY
-------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}

h2::after, h3::after, .titlcomp h4::after, h5::after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 12px;
  background: linear-gradient(90deg, #00d4ff, #005f73);
  border-radius: 3px;
}

p {
  line-height: 1.65;
  font-weight: 400;
}

.centrtxt {
	text-align:center;
}

/* --------------------
   GLOBAL CONTAINERS
-------------------- */
.site-wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
}

.container, .hero-loader-container, .seo-section, .premium-intro, .premium-testimonials-container, .premium-faq-container, .titlcomp {
	max-width: 1200px;
    width: 100%;
    margin: auto;
}

/* -------------
SECTION
--------------- */

section {
	margin : 0 auto;
	padding :20px;
}

/* --------------------
   GRADIENT TITLES
-------------------- */
.gradient-title {
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding : 10px 0;
}

/* -----------------------------------
LOGO
------------------------------------- */
.header-logoch{
    margin-top:-45px;
	animation-name: slideDownone;
	animation-duration: 1s;	
	animation-timing-function: ease;	
    animation-fill-mode: forwards;
	background: none;
	padding-bottom:0;
	margin-bottom: 0;
}

/* --------------------
   HERO
-------------------- */
.hero, .hero-page, .hero-paged {
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; 
  padding: 2.6rem 0 2rem;
}
.hero {
	min-height:93svh;
}

.hero-page {
	min-height: 68svh;
}

.hero-paged {
	min-height: 80svh;
}

.hero, .premium-faq-section, .hero-page, .hero-paged {
  background: linear-gradient(160deg, #0f172a, #020617);
}


.hero a, .hero-page a, .hero-paged a {
	text-decoration:none;
}

.hero-logo-text {
  max-width: 1400px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-logo-text span {
 position: relative;	
  display: inline-block;
}

.hero-logo-text a:hover span {
	 animation: logoPulse 6s ease-in-out infinite;
}

/* Couleurs et gradient */
.logo-primary {
  background: linear-gradient(45deg, #165bfb, #4af7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-secondary {
  background: linear-gradient(45deg, #165bfb, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 4s ease-in-out infinite;
}

.hero-content {
  max-width: 700px;
  animation: fadeUp 1s ease forwards;
  padding-top: 4.2rem;
  margin-left: auto;
  margin-right: auto;
}

.hero h1, .hero-page h1, .hero-paged h1 {
  font-size: clamp(2.1rem, 4.9vw, 3.4rem);
  line-height: 1.2;
  margin-top: 1rem;
}

.hero p, .hero-page p, .hero-paged p  {
  font-size: 1rem;
  opacity: .9;
  margin: 1rem 0 1.6rem 0;
}

/* --------------------
   CTA PULSE
-------------------- */
.cta, .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 0 rgba(34,197,94,.6);
  animation: pulse 2.5s infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: white;
  margin-top:30px;
}
.cta:hover, .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  animation: none;
}


/* ----------------------------------

MENU
------------------------------------ */

.premium-menu-section {
  background: transparent;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.premium-nav .nav-container {
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center; /* menu centré */
  align-items: center;
  position: relative;
  z-index: 999;
}

/* ===== MENU PRINCIPAL ===== */

.nav-main {
  list-style: none;
  display: flex;
  gap: 3rem;
  margin: 0;
  padding: 0;
}

.nav-main li {
  position: relative;
}

.nav-main > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: color 0.3s ease, transform 0.3s ease;
  padding: 1.2rem 2rem;
}

.nav-main > li > a:hover,
.nav-main > li > a.activ {
  color: #00d4ff;
  transform: translateY(-2px);
}

.nav-main li a,
.nav-sub li a,
.nav-burger {
    touch-action: manipulation;
}

/* ===== SOUS-MENUS DESKTOP (HORIZONTAL) ===== */

.nav-sub {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 80%;               
  transform: translateX(-50%) translateY(10px); 
  display: flex;
  gap: 1.3rem;
  padding: 1.2rem 0 0.8rem 0;
  min-width: 350px;         
  max-width: 600px;         
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  white-space: nowrap;
  z-index: 1000;
}



.nav-main li:hover > .nav-sub {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav-main li:hover > .nav-sub::before {
  content: "";
  position: absolute;
  top: 10px; /* bordure du haut */
  left: 0;
  width: 100%;
  height: 1px; /* épaisseur bordure */
  background: linear-gradient(135deg, #00d4ff, #005f73, #00d4ff);
  background-size: 300% 300%;
  animation: borderSpin 4s linear infinite;
  z-index: 10;
}

.nav-sub li {
  list-style: none;
}

.nav-sub li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  transition: background 0.3s ease, color 0.3s ease;
}

.nav-sub li a:hover {
  color: #00d4ff;
  background: rgba(0, 212, 255, 0.12);
}

.nav-main li:hover > .nav-sub::after {
  content: "";
  position: absolute;
  bottom: 0; /* bordure du bas */
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #00d4ff, #005f73, #00d4ff);
  background-size: 300% 300%;
  animation: borderSpin 4s linear infinite;
  z-index: 10;
}
.nav-main li, .nav-main li a, .nav-sub li a {
  touch-action: manipulation;
}


/* ===== BOUTON CTA ===== */

.nav-main a.vlaun {
  padding: 0.8rem 1.1rem;
  border-radius: 8px;
}
.nav-main a.vlaun:hover {
	border:none;
	 color: #fff;
} 


/* ===== BURGER (caché desktop) ===== */

.nav-burger {
  display: none;
}

/* --------------------
   BLOCKS SECTION
-------------------- */
.blocks-section {
  position: relative;
  margin-top: clamp(-110px, -9vw, -80px);
}

.blocks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}

.block {
  background: white;
  border-radius: var(--radius);
  padding: 1.8rem;
  box-shadow: var(--shadow-soft);
  transition: transform .4s ease, box-shadow .4s ease;
  animation: fadeUp 1s ease forwards;
}

.block h2, .block h3 {
  font-size: 1.1rem;
  margin-bottom: .8rem;
}

.block p, .block li {
  font-size: .95rem;
  opacity: .85;
}

.block:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 212, 255, 0.2);
}

.block img {
	display: block; 
    margin: 0 auto;
}

/* --------------------
   OFFRES PREMIUM
-------------------- */
.offers-section {
  padding: 1.3rem 1.5rem;
  background: linear-gradient(180deg, #f9fbfc, #ffffff);
  overflow: hidden;
}

.offers-header {
  text-align: center;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s forwards;
}

.offers-header p {
  max-width: 900px;
  margin: 0.75rem auto 0;
  color: #555;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Cards */
.offer-card {
  position: relative;
  padding: 2.5rem 2rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #f0f8ff); /* Fond léger */
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.5s ease;
}

/* Hover avec effet premium */
.offer-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  background: linear-gradient(145deg, #e0f7ff, #d0f0ff);
}

.offer-card:nth-child(1) { animation-delay: 0.1s; }
.offer-card:nth-child(2) { animation-delay: 0.3s; }
.offer-card:nth-child(3) { animation-delay: 0.5s; }

.offer-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  background: linear-gradient(90deg, #00d4ff, #005f73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer-price {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #333;
}

.offer-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  display: block;
  flex-wrap: wrap;
  gap: 1rem; /* espace horizontal entre les li */
}

.offer-card ul li {
  position: relative;
  margin: 0;
  padding-left: 1.5rem;
  white-space: nowrap;
}

.offer-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00d4ff;
  font-weight: bold;
}
.landimg {
	text-align:center;
}

.cta-btn,  .cta-btn-form{
  position: relative;
  display: inline-flex;
  padding: 0.8rem 1.6rem;
  border-radius: 10px;
  background: linear-gradient(90deg, #00d4ff, #005f73);
  text-transform: uppercase;
  font-weight: 500;
  font-size:15px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid #888; 
  transition: color 0.3s ease, background 0.3s ease;
}

.cta-btn {
  margin-left: auto;
  align-items: center;
  justify-content: center;
  
}
.cta-btn-form {
  margin-left: 0;
  align-items: left;
  justify-content: left;
  width:100%;
  max-width:225px;
}

.cta-btn::before, .cta-btn-form::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary), var(--secondary), var(--primary));
  background-size: 300% 300%;
  opacity: 0;
  z-index: -1;
  animation: borderSpin 4s linear infinite;
  transition: opacity 0.4s ease;
}

.cta-btn:hover::before, .cta-btn-form:hover::before {
  opacity: 1;
}

.cta-btn:hover, .cta-btn-form:hover {
 
  background: linear-gradient(90deg, #2563eb, #22c55e, #00d4ff); /* couleurs au hover */
}

.nav-main a.vlaun::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--secondary),
    var(--primary)
  );
  background-size: 300% 300%;
  opacity: 0;
  z-index: -1;
  animation: borderSpin 4s linear infinite;
  transition: opacity 0.4s ease;
}

.cta-btn:hover::before, .nav-main a.vlaun:hover::before {
  opacity: 1;
}

.offer-card.featured {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #00d4ff1a, #005f731a);
}

.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(90deg, #00d4ff, #005f73);
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
}

/* --------------
CERCLE animation
------------*/

.hero-loader-container {
  width: 100%;
  margin: -10px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: rgba(15,23,42,0.1); /* légère teinte du Hero */
  border-radius: 16px;
  padding: 2rem;
}

.loader-ring {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--primary), var(--secondary), var(--primary));
   animation: spinSmooth 5s linear infinite, gradientShift 5s ease-in-out infinite alternate;
  position: relative;
}

.loader-ring::after {
  content: "";
  position: absolute;
  inset: 6px; 
  background: conic-gradient(from 45deg, #fff, #ccc); 
  border-radius: 50%;
  z-index: 2;
}

.loader-text {
  height: 1.4em;             
  overflow: hidden;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  text-align: center;
}

.loader-text-inner {
  display: flex;
  flex-direction: column;
  animation: textSwap 20s cubic-bezier(0.65,0,0.35,1) infinite;
}


.loader-text-inner span {
  height: 1.4em;
  line-height: 1.4em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 2px rgba(255,255,255,0.2);
}

/* --------------------------
TEXTE ACCORDÉON
------------------------ */

.seo-section {
  margin: 4rem auto 3.2rem auto;
  padding: 0 2rem;
}

.premium-intro {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f4f9ff);
    border-left: 5px solid #00d4ff;
    padding: 2rem 2.5rem;
    margin: 0 auto 0.9rem auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border-radius: 16px;
}

.premium-intro p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.2rem;
}



.seo-details {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 0.3rem;
}

.seo-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  color: #0f172a;
}

.seo-summary span {
  background: linear-gradient(90deg, #00d4ff, #005f73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.summary-icon {
  font-size: 1.3rem;
  color: #94a3b8;
  transition: transform 0.6s ease, color 0.4s ease;
}

.summary-open {
  transform: rotate(180deg);
  color: var(--secondary);
}

.seo-content {
  margin-top: 1.5rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease-out,
    transform 0.45s ease-out;
}






.glass-box {
  display: flex;
  gap: 1.2rem;
  padding: 1.4rem 1.6rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}

.glass-box-icon,  .glass-box-icon-spec{
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.glass-box-icon{
  background: linear-gradient(135deg, #22c55e, #00d4ff);
}
.glass-box-icon-spec{
  background: linear-gradient(135deg, #5f605e, #000);
}


/***** TEXT ACCUEIL ****/
.margtop { margin : 18px 0 5px 0; }
.premium-block {
    position: relative;
    border-left: 5px solid #00d4ff; 
    padding: 20px 25px 15px; 
    margin: 30px 0;
    background: rgba(15,23,42,0.1);  
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border-radius: 12px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover léger pour effet premium */
.premium-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.seo-content h2,
.seo-content h3 {
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
     background: linear-gradient(90deg, #00d4ff, #005f73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* au cas où */
}
.seo-content a{
	color:#333;
	text-decoration:none;
}
.seo-content a:hover{
    color: #00d4ff; 
}

/* Icône animée avant le titre */
.seo-content h2::before, .seo-content h3::before {
    content: '✦ '; 
    position: absolute;
    left: 0;
    top: 0;
    color: #00d4ff; 
	padding-right:4px;
    animation: pulseStar 1.5s infinite alternate;
}

/* Paragraphes et spans stylés */
.premium-block p, .premium-block span {
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

/* Listes stylées */
.premium-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.premium-block ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.premium-block ul li::before {
    content: '✔'; /* check premium */
    position: absolute;
    left: 0;
    color: #005f73;
	padding-right:4px;
}

/* Liens stylés */
a.slide-link, a.slideu-link {
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
	    -webkit-background-clip: text;  /* clip le dégradé sur le texte */
    -webkit-text-fill-color: transparent; /* rend le texte transparent pour voir le dégradé */
    transition: all 0.3s ease;
}
a.slide-link {
    font-weight: 600;
}

/* Optionnel : hover un peu plus flashy */
a.slide-link:hover, a.slide-linkn:hover {
    filter: brightness(1.2);
}


/* -------------DÉCO 
------------ */

.hero-deco-line {
  width: 100%;
  max-width:350px;
  height: 1px;
  background: linear-gradient(90deg, #00d4ff, #005f73);
  border-radius: 1px;
  margin: 2.9rem auto 3.4rem auto;
}
.page-deco-line {
  width: 100%;
  max-width:350px;
  height: 1px;
  background: linear-gradient(90deg, #00d4ff, #005f73);
  border-radius: 1px;
  margin: 2.5rem auto 0 auto;
}

.glossie::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform: skewX(-20deg);
  animation: gloss 2.8s infinite;
}

.white-deco-line {
  width: 100%;
  max-width:350px;
  height: 1px;
  background: #fff;
  border-radius: 1px;
  margin: 0.3rem auto 3.4rem auto;
}
/*************

ANIMATION SMOOTH PARAGRAPHES

***********************************/
.lettrgt{font-size:2.5em;}
.scrollum {
    opacity: 1;
    transform: translateY(+200px);
    transition: all 0.6s ease-out;
}
.slideInTop {
    opacity: 1;
    transform: translateY(0);
}

.slide-link, .slide-linkn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.4s ease;
}

.slide-link::before, .slide-linkn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: #005f73;
    transition: all 0.4s ease;
}
.slide-link:hover::before, .slide-linkn:hover::before {
    left: 0;
}

/* UL spécifique */
ul.premium-bullets, ul.bullets-scint {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 15px;
}

/* LI normal : texte gris */
ul.premium-bullets li, ul.bullets-scint li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333; 
}
ul.premium-bullets li{
    padding-left: 25px;
	margin-right: 2rem;
}
ul.bullets-scint li {
	padding-right:0.7rem;
	padding-left: 10px;
}


/* Puce dégradée animée */
ul.premium-bullets li::before, ul.bullets-scint li::before {
    content: '•';  /* puce classique */
    position: absolute;
    left: 0;
    font-size: 1.3em;
    line-height: 1;
    background: linear-gradient(135deg, #00d4ff, #005f73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulseBullet 1.5s ease-in-out infinite alternate;
}

/********* SCROLL  *************/

#phonemob {
	display:none;
}

#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: linear-gradient(135deg, #00d4ff, #005f73);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  pointer-events: none;
  transition: all 0.3s ease, transform 0.2s ease;
}
#scrollTop {
	opacity: 0;
}

#scrollTop:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 20px rgba(0,0,0,0.3);
}

/* Apparition progressive après scroll */
#scrollTop.show {
  opacity: 1;
  pointer-events: auto;
}

/*** SLIDER AVIS ***/
/* Slider témoignages premium */
.premium-testimonials-section {
  padding: 1.1rem 2rem;
  background: linear-gradient(145deg, #f9f9f9, #ffffff);
  position: relative;
  overflow: hidden;
}

.premium-testimonials-container, .premium-faq-container {
  margin: 0 auto;
  text-align: center;
}

.premium-testimonials-container h3 {
  margin-bottom: 2rem;
 
  font-weight: 700;
  padding-bottom:15px;
}

.premium-testimonial-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
}

.premium-testimonial-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: premiumScroll 40s linear infinite;
}

.premium-testimonial {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  min-width: 280px;
  max-width: 320px;
  flex: 0 0 auto;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-testimonial:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.premium-testimonial p {
  line-height: 1.65;
  margin-bottom: 15px;
  color: #333;
  font-size: 1rem;
}

.premium-testimonial strong {
  display: block;
  font-weight: 600;
  color: #111;
  margin-top: 5px;
}

.stars {
  color: #ffc107;
  font-size: 1.2rem;
  margin-top: 10px;
  gap: 2px;
   display: inline-block;
  animation: starPulse 1.5s infinite alternate;
  text-shadow: 2px 2px 0 var(--secondary);   
}

.premium-testimonial-slider:hover .premium-testimonial-track {
  animation-play-state: paused;
}

/*---------------------
FAQ 
----------------------- */
.premium-faq-section {
  padding: 3rem 2rem;
  margin-bottom: 4rem;
}

.premium-faq-section h4 { padding-bottom: 15px; }

.premium-faq-container {
  margin: 0 auto;
}

.premium-faq-item {
  border-radius: 12px;
  margin-bottom: 1.2rem;
  overflow: hidden;
   transition: 
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.premium-faq-summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.1rem;
  font-weight: 500;
  font-size: 1rem;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #fff;
  border-radius: inherit;
}

.premium-faq-icon {
  display: inline-block;
  transform: translateZ(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.summary-open {
  transform: rotate(180deg);
  color: #fff;
}

.premium-faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease-out,
    transform 0.45s ease-out;
}

.premium-faq-inner {
  background:#fff;
  line-height: 1.6;
  overflow: hidden;
  padding: 1rem 1.2rem;
}

.premium-faq-summary:hover {
  filter: brightness(1.05);
}

.premium-faq-item.is-open .premium-faq-content {
  max-height: 1000px; 
  opacity: 1;
  transform: translateY(0);
}

.premium-faq-item.is-open > .premium-faq-summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.premium-faq-inner p, .premium-faq-inner ul {
  padding-bottom: 10px;
   margin: 0 auto;     
  text-align: left;
}

.premium-faq-inner strong {
  color: var(--primary);
}
/* Bouton CTA dans section FAQ */
.faqcta {
	text-align:center;margin : 2.2rem 0 4rem 0;
}

/* ----------------------
DESIGN plus
-------------------------- */
.titlcomp{
	margin: 4.7rem auto 0 auto;
	font-size:0.9rem;
	padding: 0 2rem;
}
.titlcomp h4 {
	padding-bottom: 10px;
	text-align: center;
}
.titlcomp p {
	text-align : center;
	font-size: 1.05rem;
	padding-bottom:1.2rem;
}

a.slide-linkn {
	text-decoration:none;
}

.expertise-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.14rem 0 0;
  justify-content: center;
}

.expertise-links li {
  position: relative;
}

.expertise-links a {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-color, #333);
  transition: color 0.3s ease;
}

/* ----------------
SVG / IMAGES
------------------- */
.svg-icon {
  /* fill: var(--primary);
  stroke: var(--secondary); */
  max-height:9rem;
}

.premium-feature-card, .premium-features-section {
  padding: 1.3rem 2rem;
  background: linear-gradient(145deg, #ffffff, #f9f9f9);
  overflow: hidden;
}

.premium-features-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.premium-features-container h3 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 3rem;
  animation: fadeUpFeatures 0.8s ease forwards;
}

.premium-features-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.premium-feature-card {
  background: linear-gradient(135deg, #00d4ff1a, #005f731a);
  border: 2px solid #00d4ff;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0; /* invisible au départ */
  transform: translateY(30px);
  transition: transform 0.6s ease, opacity 0.6s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.premium-feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.premium-feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  background: linear-gradient(135deg, #00d4ff22, #005f7333);
}

.feature-icon {
  margin-bottom: 1rem;
  animation: iconPulse 2s ease-in-out infinite alternate;
  max-width: 16px;
  max-height: 16px;
  display: block;
  flex-shrink: 0;
  stroke: #00d4ff;
}

.premium-feature-card h5 { 
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.premium-features-section h5 {
	padding-bottom:1rem;
	margin-bottom:2.5rem;
}

.premium-features-container h6 {
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
}

.premium-feature-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

/* ---------------------------
FOOTER
----------------------- */

.premium-footer {
  background: linear-gradient(160deg, #0f172a, #020617);
  color: #fff;
  padding: 3rem 2rem 1.5rem;
  font-family: "Inter", sans-serif;
  margin-top:8rem;
}

.premium-footer-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-block {
  flex: 1;
  min-width: 200px;
}

.footer-block h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}

.footer-block h5::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #00d4ff;
  margin-top: 0.25rem;
  border-radius: 1px;
}

.footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-block li {
  margin-bottom: 0.8rem;
}

.footer-block a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-block a:hover {
  color: #00d4ff;
  transform: translateX(5px);
}
.footer-block a.act{
	color: #00d4ff;
}


.premium-social, .premium-footer-copy {
  text-align: center;
  font-size: 0.9rem;
  color: #94a3b8;
}

.premium-footer-copy {
	background: linear-gradient(160deg, #0f172a, #020617);
	  margin-top: 2rem;
}

.social-icon svg {
  fill: #fff;
  transition: fill 0.2s ease, transform 0.2s ease;
}

.social-icon:hover svg {
  fill: #ccc;
  transform: scale(1.1);
}

/* UL et LI */
.premium-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.premium-list li {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.premium-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  transition: transform 0.2s, color 0.2s;
}

.premium-list li:hover::before {
  transform: translateY(-2px);
  color: #22c55e;
}

.premium-list ul {
  margin-left: 1.5rem;
}

.premium-list ul li::before {
  content: "•";
  color: #00d4ff;
}

.margbtdev{
	text-align:center;
	padding-top:8%;
}
.imgcentrpag {
	width:90px;
	height:90px;
}
.chrome {
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  top:15px;
}

.chrome::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 49%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%) scale(0);
  background:
  radial-gradient(
    circle,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.6) 20%,
    transparent 60%
  ),
  linear-gradient(45deg, transparent 47%, rgba(255,255,255,0.9) 50%, transparent 53%),
  linear-gradient(-45deg, transparent 47%, rgba(255,255,255,0.9) 50%, transparent 53%);
  opacity: 0;
  pointer-events: none;
  animation: micro-eclat 6s infinite;
}

.mgencadr {
	border-radius:8px;
	max-width:350px;
	padding:15px;
}

.blanc {
	color:#ffffff !important;
}

.media-block {
  border-top : 5px solid #0f172a;
  border-bottom : 5px solid #0f172a;
  display: flex;
  flex-wrap: wrap;       
  align-items: center;
  padding: 20px 8px 30px 8px;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.media-image,
.media-text {
  flex: 1 1 0;                 
}
.media-text {           
  min-width: 280px;      
}
.media-image {        
  max-width: 300px;      
}

.media-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.media-block.in-view {
  opacity: 1;
  transform: translateY(0);
}
.media-block.in-view {
  opacity: 1;
  transform: translateY(0);
}
.media-image img:hover {
  transform: scale(1.05); /* zoom léger */
  filter: drop-shadow(0 0 12px rgba(0,212,255,0.3));
}

/* E-COMMERCE */
.marchand {
	position:relative;
	z-index:1;
	width:88%;
	max-width:500px;
	border-radius:8px;
	margin: -70px auto auto auto;
	padding:20px;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.marchand div {
    animation: pulseImage 2s ease-in-out infinite alternate;
}

.marchand img {
	width:100%;
	max-width: 210px;
}

/* --------------------
   ANIMATIONS
-------------------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); }
  70% { box-shadow: 0 0 0 18px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

@keyframes borderSpin {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}
@keyframes spin {
  0%, 20%   { transform: rotate(0deg); background-position: 0% 50%; }
  25%, 45%  { transform: rotate(90deg); background-position: 25% 50%; }
  50%, 70%  { transform: rotate(180deg); background-position: 50% 50%; }
  75%, 95%  { transform: rotate(270deg); background-position: 75% 50%; }
  100%      { transform: rotate(360deg); background-position: 100% 50%; }
}

@keyframes textSwap {
  0%, 20%   { transform: translateY(0); }
  25%, 45%  { transform: translateY(-1.5em); }
  50%, 70%  { transform: translateY(-3em); }
  75%, 95%  { transform: translateY(-4.4em); }
  100%      { transform: translateY(0); }
}

@keyframes spinSmooth {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* léger décalage de gradient pour effet premium */
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 50% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes gloss {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}

@keyframes fadeSeo {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes starPulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

@keyframes pulseBullet {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes premiumScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes slideDownone {
	0% {transform: translateY(-100%);}
	50%{transform: translateY(1%);}
	65%{transform: translateY(-4%);}
	80%{transform: translateY(4%);}
	95%{transform: translateY(-2%);}			
	100% {transform: translateY(0%);}		
}

@keyframes fadeUpFeatures {
  0% { opacity: 0; transform: translateY(20px);}
  100% { opacity: 1; transform: translateY(0);}
}

@keyframes iconPulse {
  0% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
  50% { transform: scale(1.15); filter: drop-shadow(0 0 12px rgba(0,212,255,0.5)); }
  100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
}
 @keyframes subFadeIn {
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes phoneShine {
  0% {
    transform: translateX(-140%) rotate(25deg);
    opacity: 0;
  }
  10% {
    opacity: 0.35;
  }
  20% {
    transform: translateX(260%) rotate(25deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes micro-eclat {
  0%, 85% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  88% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }

  90% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes phoneShine {
  0% {
    left: -80%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes pulseImage {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* --------------------
   RESPONSIVE
-------------------- */
@media (max-width: 1024px) {
	
	body {
  -webkit-overflow-scrolling: touch;
}
 
.container, .premium-features-container, .offers-grid, .hero-loader-container, 
.media-block {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

#scrollTop {
  display: none;
}

#phonemob {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: linear-gradient(135deg, #00d4ff, #005f73);
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

#phonemob:hover {
  transform: scale(1.12);
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.65);
}

#phonemob:hover::after {
  animation: none;
  opacity: 0;
}

#phonemob .phone-icon svg {
  width: 26px;
  height: 26px;
  padding: 8px 0 0 0;
}

#phonemob svg path {
  fill: #fff;
}

#phonemob::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 70%;
  height: 220%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.35) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  opacity: 0;
  animation: phoneShine 3s ease-in-out infinite;
  pointer-events: none;
}

.hero {
    min-height:680px !important;
   height:auto;
}
.hero-page{
  min-height:350px !important;
  height:auto;
}
.hero-paged {
	 min-height:550px !important;
  height:auto;
}

.premium-nav .nav-container {
  justify-content: flex-end;
  position: relative;
}

/** ICI ***/
.nav-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 44px;
    cursor: pointer;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
}

.nav-burger span {
    height: 3px;
    background: #fff;
    border-radius: 2px;
    display: block;
}
.nav-burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.nav-burger.open span:nth-child(2) {
  opacity: 0;
}

.nav-burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* ===== MENU ===== */
.nav-main {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0f172a;
    display: none; 
    flex-direction: column;
    z-index: 1000;
    gap:0;
}

.nav-main.show {
    display: flex;
}

.nav-main li {
    width: 100%;
}

.nav-main a {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    line-height: 1.3;
}

/* ===== SOUS MENU ===== */
.nav-sub {
    display: none; 
    flex-direction: column;
    background: #1a2332;
    gap:0;
    position: relative; 
	  transform: none;  
	  transition: max-height 0.35s ease, opacity 0.35s ease;
}

.nav-main li.active > .nav-sub a {
    padding: 15px 30px;
}


.nav-main li.active > .nav-sub {
     transform: translateX(0) !important; 
    left: 0;
    right: auto;
    max-width: 100%; 
    display: flex; 
    flex-direction: column;
}

.nav-main li.active > .nav-sub li {
  transform: translateX(-10px);
  opacity: 0;
  animation: subFadeIn 0.35s forwards;
}


/** FIN ICI **/
.hero-content {
  padding-top: 1.2rem;
}

.blocks-grid, .offers-grid {
  grid-template-columns: repeat(1, 1fr);
  justify-items: stretch;
}

.blocks-section { 
  margin-top: -115px;
}

.offers-grid > .offer-card:last-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #00d4ff15, #005f7315);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #00d4ff;
  padding-bottom: 110px;
}

.offers-grid {
  grid-template-columns: repeat(1, 1fr);
}

.offer-card ul {
  flex-wrap: wrap;
  gap: 1rem;
}

.offers-grid > .offer-card:last-child ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.offers-grid > .offer-card:last-child ul li {
  flex: 0 0 auto;
  padding-left: 1.2rem;
  margin: 0;
  white-space: nowrap;
  font-size: inherit;
  line-height: 1.4;
}

.offers-grid > .offer-card:last-child .cta-btn {
  align-self: flex-start;
  margin-top:-122px;
}

.premium-testimonial-track {
  gap: 20px;
}

.premium-testimonial {
  min-width: 260px;
  max-width: 280px;
}

.expertise-links {
  display: flex;
  flex-direction: column;
  gap: 0.30rem;
  padding: 1rem 1rem;
  margin: 1.4rem 0;
  border: 2px solid #00d4ff;
  border-radius: 14px;
  background: linear-gradient(135deg, #00d4ff1a, #005f731a);
}

.expertise-links li {
  margin: 0;
}

.expertise-links a {
  position: relative;
  display: block;
  padding-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--text-color, #222);
  text-decoration: none;
}

.expertise-links a::before {
  display: none;
}

.premium-features-grid {
  grid-template-columns: repeat(2, 1fr);
}

.media-block {
  flex-direction: column;
  gap: 1.5rem;
}

.marchand {
	margin: -18px auto auto auto;
	background:#fff;
	width:70%;
}
.marchand img {
	width:100%;
	max-width: 180px;
}


.footer-block {
  flex: 1;
  min-width: 190px;
}

.premium-footer-container {
  gap: 0.8rem;
}

.footer-block a {
  font-size:14px;
}

.footer-block h5 {
  font-size: 1.03rem;
  font-weight: 300;
  margin-bottom: 1rem;
  position: relative;
}
.premium-block {
    padding: 30px 25px 15px; 
}

}

@media (max-width: 768px) {
	body {
  overflow-x: hidden;
 }
	.hero h1, .hero-page h1, .hero-paged h1 {
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  margin-bottom: 1.2rem;
    line-height:1.2;
  word-wrap:break-word;
  }
 
  .blocks-grid, .offers-grid { grid-template-columns: repeat(1, 1fr); }
  .hero-logo-text {
		font-size: 3rem
  }
  
  .centrtxt {
	text-align:left;
}
 
  .offers-grid > .offer-card:last-child {
    grid-column: auto;
    background: linear-gradient(145deg, #ffffff, #f0f8ff);
    flex-direction: column;
    border: 0;
    padding-bottom: 2rem;
  }
     .offers-grid > .offer-card:last-child .cta-btn {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 1rem 0 0 0;  
  }

  .offer-card ul {
    flex-direction: column;
  }
    .offers-grid > .offer-card:last-child ul {
    display: block;
    margin-bottom: 2rem;
  }
  .offers-grid > .offer-card:last-child ul li {
    display: block;
    width: auto;
    padding-left: 1.5rem;
    margin-bottom: 0.6rem;
    white-space: normal;
    font-size: inherit;
    line-height: 1.65; /* identique aux autres cartes */
  }
  .seo-section {
		margin: 2.6rem auto 2rem;
	}
	.premium-testimonial-track {
		display: flex;
		gap: 15px;
		animation: premiumScroll 30s linear infinite;
		flex-wrap: nowrap;
		justify-content: center; /* centre les cards au lieu de les coller à gauche */
  }
  .premium-testimonial {
    min-width: 220px; /* fixe une largeur confortable */
    max-width: 260px;
    margin-right: 0;
    flex: 0 0 auto;
  }
   .premium-features-grid {
    grid-template-columns: 1fr;
  }
  .premium-feature-card {
    padding: 1.5rem;
  }
    .premium-footer {
	margin-top:5rem;
  }
  .premium-footer-container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center; /* centre horizontalement les blocs */
  }
  .premium-faq-summary {
  padding: 1rem 1em;
  font-size: 0.9rem;
}

  .footer-block {
    width: 100%;
    max-width: 280px; /* limite la largeur pour que ça reste lisible */
  }

  .footer-block ul {
    text-align: left; /* texte toujours aligné à gauche pour lecture */
  }
  .footer-block:not(:last-child)::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #00d4ff22;
	margin: 1rem auto;
	border-radius: 1px;
	}
  .footer-block li {
	margin-bottom: 0.6rem; /* liens plus serrés */
  }

  .premium-footer-container {
    gap: 2rem; /* plus d'espace entre les blocs */
  }
  .footer-block a {
	  font-size:1rem;
  }
  .footer-block h5 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	position: relative;
	}
}